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

Filename Description Type Creator Created Size Actions
pcgen-5.3.8.ebuild pcgen-5.3.8.ebuild - including layout fix text/plain dynamotwain@aim.com 2003-09-15 18:38 0000 1.43 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 28829 depends on: Show dependency tree
Bug 28829 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: 2003-09-15 16:52 0000
The files contained in pdf_new.zip need to be extracted in the lib subdir
(/usr/share/games/pcgen/lib)

pcgen looks for all external libraries inside this 'lib' dir, and do no good
whatsoever in their current location (/usr/share/games/pcgen)

Creating two vars to hold the file names would work,
assuming unpack extracts to the current working directory...

ebuild snippet here >>

PCGEN_FILES="pcgen${MY_PV}_part1of3.zip
     pcgen${MY_PV}_part2of3.zip
     pcgen${MY_PV}_part3of3.zip"
PDF_FILES="pdf_new.zip"

     unpack ${PCGEN_FILES}
     cd ${S}/lib
     unpack ${PDF_FILES}
     cd ${S}

<< end of snippet.

------- Comment #1 From dynamotwain@aim.com 2003-09-15 18:38:42 0000 -------
Created an attachment (id=17785) [details]
pcgen-5.3.8.ebuild -  including layout fix

This updated ebuild fixes the problems with printing and PDF export from 5.3.3,
and is a version bump, fixing various bugs, such as bonus calculations. (i.e.
the Toughness feat)

------- Comment #2 From SpanKY 2003-09-18 22:59:17 0000 -------
fixed in cvs

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