Bug 28829 - Simple file layout bug in games-rpg/pcgen
Bug#: 28829 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: dynamotwain@aim.com
Component: Games
URL: 
Summary: Simple file layout bug in games-rpg/pcgen
Keywords:  
Status Whiteboard: 
Opened: 2003-09-15 16:52 0000
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