Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84555 - jrisk a Risk clone in java (ebuild included)
Summary: jrisk a Risk clone in java (ebuild included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 95899 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-08 15:01 UTC by Gustavo Felisberto (RETIRED)
Modified: 2005-06-27 20:26 UTC (History)
1 user (show)

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


Attachments
jrisk-1.0.7.5.ebuild (jrisk-1.0.7.5.ebuild,1.63 KB, text/plain)
2005-03-08 15:02 UTC, Gustavo Felisberto (RETIRED)
Details
jrisk-1.0.7.6.ebuild (jrisk-1.0.7.6.ebuild,1.10 KB, text/plain)
2005-06-12 21:41 UTC, Christian Weiske
Details
jrisk-1.0.7.6.ebuild (jrisk-1.0.7.6.ebuild,1.43 KB, text/plain)
2005-06-16 00:48 UTC, Christian Weiske
Details
jrisk-1.0.7.6.ebuild (jrisk-1.0.7.6.ebuild,1.42 KB, text/plain)
2005-06-16 00:49 UTC, Christian Weiske
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Felisberto (RETIRED) gentoo-dev 2005-03-08 15:01:15 UTC
jrisk is a very nice risk clone done in java. Axxo was a nice chap and did the hard work.
Comment 1 Gustavo Felisberto (RETIRED) gentoo-dev 2005-03-08 15:02:48 UTC
Created attachment 52973 [details]
jrisk-1.0.7.5.ebuild

Here goes the ebuild. It should probably go under games-board.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-06-12 14:23:39 UTC
*** Bug 95899 has been marked as a duplicate of this bug. ***
Comment 3 Christian Weiske 2005-06-12 21:41:34 UTC
Created attachment 61130 [details]
jrisk-1.0.7.6.ebuild

This new ebuild takes advantage of the new file structure and ant build system,
making the ebuild more simple and reliable.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2005-06-15 18:17:38 UTC
comments:

needs to inherit eutils
why RESTRICT="nomirror" ?
just set S=${WORKDIR}/Risk
Deps should probably look more like the ones in triplea
don't cd ${S} in src_compile()
put INSTALLDIR="/usr/share/games/jrisk" in src_install and use $GAMES_DATADIR/${PN}
IUSE="jikes"
error check the cp and dogamesbin in src_install (... || die ...)
create ${S}/build/game/jrisk in src_unpack, not src_install
call prepgamesdirs in src_install
Comment 5 Christian Weiske 2005-06-16 00:48:06 UTC
Created attachment 61319 [details]
jrisk-1.0.7.6.ebuild

Thanks for the hints; here is the fixed patch.
Comment 6 Christian Weiske 2005-06-16 00:49:38 UTC
Created attachment 61320 [details]
jrisk-1.0.7.6.ebuild

removed the uncommented cd and fixed a tab indentation
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2005-06-27 20:26:08 UTC
games-board/jrisk is in portage.  thanks for the bug report and ebuild.