diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:22:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:22:19 +0000 |
commit | be3063a596e4964548c18f0c386df5c55d95d455 (patch) | |
tree | d17c73154dee8ab3bb9a1e68cc70b151bb5f724e | |
parent | make it stable (diff) | |
download | gentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.tar.gz gentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.tar.bz2 gentoo-2-be3063a596e4964548c18f0c386df5c55d95d455.zip |
make it stable
-rw-r--r-- | games-sports/race/race-0.5.ebuild | 12 | ||||
-rw-r--r-- | games-strategy/dopewars/dopewars-1.5.9.ebuild | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-sports/race/race-0.5.ebuild b/games-sports/race/race-0.5.ebuild index a788f99a03c4..87100e85b9a8 100644 --- a/games-sports/race/race-0.5.ebuild +++ b/games-sports/race/race-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.3 2004/02/04 20:07:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.4 2004/02/29 21:20:06 vapier Exp $ inherit games gcc eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://users.freebsd.org.uk/pub/foobar2k/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" RDEPEND="virtual/opengl virtual/glu @@ -36,11 +36,11 @@ src_compile() { } src_install() { - dogamesbin race || die "dogamesbin failed" + dogamesbin race || die "dogamesbin failed" insinto ${GAMES_SYSCONFDIR} - newins config race.conf || die "newins failed" - dodir ${GAMES_DATADIR}/${PN} || die "dodir failed" + newins config race.conf || die "newins failed" + dodir ${GAMES_DATADIR}/${PN} cp -r data/* ${D}/${GAMES_DATADIR}/${PN}/ || die "cp failed" - dodoc README || die "dodoc failed" + dodoc README prepgamesdirs } diff --git a/games-strategy/dopewars/dopewars-1.5.9.ebuild b/games-strategy/dopewars/dopewars-1.5.9.ebuild index b0d7b7d89f5e..0fd2a8c8c4a6 100644 --- a/games-strategy/dopewars/dopewars-1.5.9.ebuild +++ b/games-strategy/dopewars/dopewars-1.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/dopewars-1.5.9.ebuild,v 1.5 2004/01/06 05:16:02 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dopewars/dopewars-1.5.9.ebuild,v 1.6 2004/02/29 21:22:19 vapier Exp $ inherit games @@ -8,9 +8,9 @@ DESCRIPTION="Re-Write of the game Drug Wars" HOMEPAGE="http://dopewars.sourceforge.net/" SRC_URI="mirror://sourceforge/dopewars/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~amd64" +SLOT="0" +KEYWORDS="x86 ppc amd64" IUSE="nls ncurses gtk gtk2 gnome esd sdl" DEPEND=">=sys-apps/sed-4 @@ -61,12 +61,12 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" + dodoc AUTHORS ChangeLog NEWS README TODO cd "${D}/${GAMES_DATADIR}" use gnome && mv gnome ../ || rm -rf gnome mv pixmaps ../ - dohtml -r doc/*/* || die "dohtml failed" + dohtml -r doc/*/* rm -rf doc dodir "${GAMES_STATEDIR}" || die "dodir failed" mv dopewars.sco "${D}/${GAMES_STATEDIR}" |