diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:10:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:10:43 +0000 |
commit | b52281d7569c3e1f6b90b85de09926903d2ec49a (patch) | |
tree | 1faf6a4a94f003841be8cbd0697c8fadb1f992f7 /games-arcade | |
parent | metadata (diff) | |
download | gentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.tar.gz gentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.tar.bz2 gentoo-2-b52281d7569c3e1f6b90b85de09926903d2ec49a.zip |
make it stable
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tuxracer/tuxracer-0.61-r3.ebuild | 5 | ||||
-rw-r--r-- | games-arcade/xbill/xbill-2.1-r1.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild b/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild index b41cb245649f..7a158edc1d90 100644 --- a/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild +++ b/games-arcade/tuxracer/tuxracer-0.61-r3.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-arcade/tuxracer/tuxracer-0.61-r3.ebuild,v 1.6 2004/02/05 14:16:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxracer/tuxracer-0.61-r3.ebuild,v 1.7 2004/02/29 10:09:08 vapier Exp $ inherit games eutils gcc flag-o-matic @@ -8,11 +8,10 @@ DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, HOMEPAGE="http://tuxracer.sourceforge.net/" SRC_URI="mirror://sourceforge/tuxracer/${PN}-data-${PV}.tar.gz mirror://sourceforge/tuxracer/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64 ~alpha" +KEYWORDS="x86 ppc alpha amd64" IUSE="stencil-buffer" DEPEND="virtual/opengl diff --git a/games-arcade/xbill/xbill-2.1-r1.ebuild b/games-arcade/xbill/xbill-2.1-r1.ebuild index 274c7da76bac..a24e10d5db62 100644 --- a/games-arcade/xbill/xbill-2.1-r1.ebuild +++ b/games-arcade/xbill/xbill-2.1-r1.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.1 2004/01/24 13:20:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r1.ebuild,v 1.2 2004/02/29 10:10:43 vapier Exp $ inherit games DESCRIPTION="A game about evil hacker called Bill!" -HOMEPAGE="http://www.xbill.org" +HOMEPAGE="http://www.xbill.org/" SRC_URI="http://www.xbill.org/download/${P}.tar.gz" -KEYWORDS="x86 ppc ~amd64" LICENSE="GPL-1" SLOT="0" -IUSE="" +KEYWORDS="x86 ppc amd64" -DEPEND=">=gtk+-1.0" +DEPEND=">=x11-libs/gtk+-1.0" src_compile() { egamesconf --enable-gtk || die emake || die "emake failed" } -src_install () { +src_install() { make DESTDIR="${D}" install || die "make install failed" prepgamesdirs } |