Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 12903
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: José Alberto Suárez López <bass@supercable.es>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stuart Bouyer <stubear@bouyer.no-ip.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 12903 depends on: Show dependency tree
Bug 12903 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: 2002-12-29 06:15 0000
As per the summary, gnushogi doesn't install the xshogi part of the package.

Currently src_install reads

src_install() {
        dogamesbin gnushogi/gnushogi
        use X && xshogi/xshogi
        dogameslib gnushogi/gnushogi.bbk
        prepgamesdirs
        dodoc COPYING INSTALL.generic INSTALL README NEWS CONTRIB 
}


as you can see if the user has use X then src_install tries to run xshogi (2nd
line), rather than installing it.

It should be changed to 

src_install() {
        dogamesbin gnushogi/gnushogi
        use X && dogamesbin xshogi/xshogi
        dogameslib gnushogi/gnushogi.bbk
        prepgamesdirs
        dodoc COPYING INSTALL.generic INSTALL README NEWS CONTRIB 
}

StuBear

------- Comment #1 From José Alberto Suárez López 2002-12-29 11:06:03 0000 -------
thx Stu

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug