First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 63339
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Greg Watson (linuxkrn) <bugs@linuxlogin.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
anagramarama-0.2.ebuild anagramarama-0.2.ebuild text/plain Greg Watson (linuxkrn) 2004-09-08 12:28 0000 1.34 KB Details
anagramarama-0.2.ebuild Send Edit text/plain Greg Watson (linuxkrn) 2004-09-08 14:55 0000 1.52 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 63339 depends on: Show dependency tree
Bug 63339 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-08 12:27 0000
Created a new ebuild for 0.2 of the game anagramarama.

games-puzzle/anagramarama
      Size of downloaded files: 841 kB
      Homepage:    http://www.coralquest.com/anagramarama/
      Description: Create as many words as you can before the time runs out
      License:     GPL

------- Comment #1 From Greg Watson (linuxkrn) 2004-09-08 12:28:25 0000 -------
Created an attachment (id=39213) [edit]
anagramarama-0.2.ebuild

anagramarama-0.2.ebuild

------- Comment #2 From Mr. Bones. 2004-09-08 13:28:29 0000 -------
Couple tweaks please:

add S="${WORKDIR}/${PN}" so you don't have to cd in all the functions
put the datafiles in "${GAMES_DATADIR}/${PN}"
use newgamesbin in src_install instead of the mv in src_compile - eliminate src_compile completely from the ebuild since it won't be needed anymore.
change the dodir/doins thing in src_install to dodir .... ; cp -r ... || die...

------- Comment #3 From Greg Watson (linuxkrn) 2004-09-08 14:26:11 0000 -------
I made most of those changes, however, the dodir creates a dir in $D (image
dir) not on the final install place.  So when the cp(s) are run, the directory
isn't there yet.

Did you want to use mkdir instead of dodir also?  Or am I missing something
else...

------- Comment #4 From Mr. Bones. 2004-09-08 14:38:19 0000 -------
yeah, the cp needs to do something like cp -r .... "${D}${GAMES_DATADIR}/${PN}"

------- Comment #5 From Greg Watson (linuxkrn) 2004-09-08 14:55:10 0000 -------
Created an attachment (id=39219) [edit]
Send Edit

------- Comment #6 From Mr. Bones. 2004-09-08 15:56:48 0000 -------
Close enough.  Check the ebuild in portage for final polishing for future
ebuilds.

games-puzzle/anagramarama added to CVS.  Thanks for the bug report and ebuild.

First Last Prev Next    No search results available      Search page      Enter new bug