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/gl117 | |
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/gl117')
-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 |
3 files changed, 4 insertions, 33 deletions
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 } |