Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28829 - Simple file layout bug in games-rpg/pcgen
Summary: Simple file layout bug in games-rpg/pcgen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-15 16:52 UTC by dynamotwain
Modified: 2003-09-18 22:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
pcgen-5.3.8.ebuild - including layout fix (pcgen-5.3.8.ebuild,1.43 KB, text/plain)
2003-09-15 18:38 UTC, dynamotwain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dynamotwain 2003-09-15 16:52:20 UTC
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 dynamotwain 2003-09-15 18:38:42 UTC
Created attachment 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 SpanKY gentoo-dev 2003-09-18 22:59:17 UTC
fixed in cvs