diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:15:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 21:15:35 +0000 |
commit | fb02e699664be27cf1071deb1539977cd896e504 (patch) | |
tree | 2ab1635f20254be1bd252f4cee5a8880b2cb8e66 /games-simulation | |
parent | games is first inherit (diff) | |
download | gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.tar.gz gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.tar.bz2 gentoo-2-fb02e699664be27cf1071deb1539977cd896e504.zip |
make it stable
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/flightgear-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | games-simulation/gl117/files/digest-gl117-0.9 | 1 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-0.9.ebuild | 28 | ||||
-rw-r--r-- | games-simulation/gl117/gl117-1.1.ebuild | 8 | ||||
-rw-r--r-- | games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild | 4 |
5 files changed, 8 insertions, 37 deletions
diff --git a/games-simulation/flightgear/flightgear-0.9.3.ebuild b/games-simulation/flightgear/flightgear-0.9.3.ebuild index 2be26728473b..4e71e83dac56 100644 --- a/games-simulation/flightgear/flightgear-0.9.3.ebuild +++ b/games-simulation/flightgear/flightgear-0.9.3.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-simulation/flightgear/flightgear-0.9.3.ebuild,v 1.5 2004/02/10 13:04:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.3.ebuild,v 1.6 2004/02/29 21:12:55 vapier Exp $ inherit games flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://flightgear/Source/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" DEPEND="=dev-games/simgear-0.3.4* >=sys-apps/sed-4" diff --git a/games-simulation/gl117/files/digest-gl117-0.9 b/games-simulation/gl117/files/digest-gl117-0.9 deleted file mode 100644 index 9c137a9298e7..000000000000 --- a/games-simulation/gl117/files/digest-gl117-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 5038d2a4e26e0ac8cac195644dc16111 gl-117-0.9.tar.gz 2402986 diff --git a/games-simulation/gl117/gl117-0.9.ebuild b/games-simulation/gl117/gl117-0.9.ebuild deleted file mode 100644 index ecf3e951109f..000000000000 --- a/games-simulation/gl117/gl117-0.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-0.9.ebuild,v 1.2 2004/01/12 03:23:54 mr_bones_ Exp $ - -inherit games - -MY_P="gl-117-${PV}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="An action flight simulator" -SRC_URI="mirror://sourceforge/gl-117/${MY_P}.tar.gz" -HOMEPAGE="http://home.t-online.de/home/primetime./gl-117/" -KEYWORDS="x86" -LICENSE="GPL-2" -IUSE="sdl" -SLOT="0" - -DEPEND="virtual/x11 - media-libs/libsdl - media-libs/sdl-mixer - virtual/opengl - virtual/glu - virtual/glut" - -src_install() { - make install DESTDIR=${D} || die "make install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README || die "dodoc failed" - prepgamesdirs -} diff --git a/games-simulation/gl117/gl117-1.1.ebuild b/games-simulation/gl117/gl117-1.1.ebuild index a9837d5bde17..c28bf04aeddf 100644 --- a/games-simulation/gl117/gl117-1.1.ebuild +++ b/games-simulation/gl117/gl117-1.1.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-simulation/gl117/gl117-1.1.ebuild,v 1.2 2004/02/04 20:09:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/gl117/gl117-1.1.ebuild,v 1.3 2004/02/29 21:13:53 vapier Exp $ inherit games @@ -10,9 +10,9 @@ DESCRIPTION="An action flight simulator" HOMEPAGE="http://home.t-online.de/home/primetime./gl-117/" SRC_URI="mirror://sourceforge/gl-117/${MY_P}.tar.gz" -KEYWORDS="x86 ~ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc" IUSE="sdl" DEPEND="virtual/x11 @@ -23,7 +23,7 @@ DEPEND="virtual/x11 virtual/glut" src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README || die "dodoc failed" + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog FAQ NEWS README prepgamesdirs } diff --git a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild b/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild index f913b13ffac9..ed8d3b241c29 100644 --- a/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild +++ b/games-simulation/searchandrescue/searchandrescue-0.8.1.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-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.2 2004/02/11 15:29:15 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.1.ebuild,v 1.3 2004/02/29 21:15:35 vapier Exp $ inherit games @@ -12,7 +12,7 @@ SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${MY_PN}-${PV}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="joystick" DEPEND="virtual/x11 |