diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-28 00:03:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-28 00:03:31 +0000 |
commit | d82b1fa20b1791757ba0479f93e528131cf573f5 (patch) | |
tree | 203a9230fc899511a1fabb9e18433c04ac379932 /games-arcade | |
parent | before ntp-client #90578 (diff) | |
download | historical-d82b1fa20b1791757ba0479f93e528131cf573f5.tar.gz historical-d82b1fa20b1791757ba0479f93e528131cf573f5.tar.bz2 historical-d82b1fa20b1791757ba0479f93e528131cf573f5.zip |
clean old ebuilds
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ppracer/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/ppracer/files/digest-ppracer-0.2.3 | 2 | ||||
-rw-r--r-- | games-arcade/ppracer/files/digest-ppracer-0.3 | 1 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.2.3.ebuild | 57 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.ebuild | 50 |
6 files changed, 3 insertions, 117 deletions
diff --git a/games-arcade/ppracer/Manifest b/games-arcade/ppracer/Manifest index 76f090ca0e6e..76bf4d9ff395 100644 --- a/games-arcade/ppracer/Manifest +++ b/games-arcade/ppracer/Manifest @@ -1,8 +1,4 @@ -MD5 00e9632959437cf3b1584bd520203ff4 ppracer-0.3.ebuild 1198 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 53ad0d99e2fc74bf01fd726c3102fc1b ppracer-0.3.1.ebuild 1204 MD5 ed8fccaa3951b84fafd1accfb5e041ef ChangeLog 1200 -MD5 ad4925a8ccf90086424b3bfefd270be1 ppracer-0.3.1.ebuild 1204 -MD5 1244d3ea750cb28d7e6a09923ba9e152 ppracer-0.2.3.ebuild 1392 -MD5 4cb3649c004aff8761b77daca7ec757d files/digest-ppracer-0.3 65 MD5 ba42925d6402fbec2d9e861b53f52c99 files/digest-ppracer-0.3.1 67 -MD5 8846060372fd1bf653ec6217bb2653f9 files/digest-ppracer-0.2.3 138 diff --git a/games-arcade/ppracer/files/digest-ppracer-0.2.3 b/games-arcade/ppracer/files/digest-ppracer-0.2.3 deleted file mode 100644 index 1aba4a8016a3..000000000000 --- a/games-arcade/ppracer/files/digest-ppracer-0.2.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 a0b3f40b2d875a5578a1605c6b6ecfed ppracer-data-0.2.3.tar.bz2 9082047 -MD5 0cd8e9731191d8c1a359c8d0f86d8f20 ppracer-0.2.3.tar.bz2 266143 diff --git a/games-arcade/ppracer/files/digest-ppracer-0.3 b/games-arcade/ppracer/files/digest-ppracer-0.3 deleted file mode 100644 index 8ba95abbdfd9..000000000000 --- a/games-arcade/ppracer/files/digest-ppracer-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b47b547c3da1fe29fd28f450a4fc123 ppracer-0.3.tar.bz2 9340346 diff --git a/games-arcade/ppracer/ppracer-0.2.3.ebuild b/games-arcade/ppracer/ppracer-0.2.3.ebuild deleted file mode 100644 index 0ee5e72d044a..000000000000 --- a/games-arcade/ppracer/ppracer-0.2.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.2.3.ebuild,v 1.2 2005/01/27 15:32:04 luckyduck Exp $ - -inherit flag-o-matic gnuconfig games - -DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains" -HOMEPAGE="http://developer.berlios.de/projects/ppracer/" -SRC_URI="http://download.berlios.de/ppracer/${PN}-data-${PV}.tar.bz2 - http://download.berlios.de/ppracer/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64" -IUSE="X" - -DEPEND="virtual/opengl - virtual/glu - X? ( virtual/x11 ) - >=dev-lang/tcl-8.4 - media-libs/libsdl - media-libs/sdl-mixer - media-libs/libpng - sys-libs/zlib" - -src_unpack() { - unpack ${P}.tar.bz2 - cd "${S}" - unpack ${PN}-data-${PV}.tar.bz2 - - gnuconfig_update - autoconf || die "autoconf failed" -} - -src_compile() { - # alpha needs -mieee for this game to avoid FPE - use alpha && append-flags -mieee - - egamesconf \ - --disable-dependency-tracking \ - --with-data-dir="${GAMES_DATADIR}/${PN}" \ - $(use_with X x) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - dodir "${GAMES_DATADIR}/${PN}" - cp -r ${PN}-data-${PV}/* "${D}/${GAMES_DATADIR}/${PN}/" \ - || die "cp failed" - - dodoc AUTHORS ChangeLog - dohtml -r html/* - prepgamesdirs -} diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index 3a2645d41b54..f200025c3a40 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.1 2005/03/01 17:16:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.2 2005/04/28 00:03:31 mr_bones_ Exp $ inherit flag-o-matic gnuconfig games @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/ppracer/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86 ~ppc" +KEYWORDS="~amd64 ~ppc x86" IUSE="X" DEPEND="virtual/opengl diff --git a/games-arcade/ppracer/ppracer-0.3.ebuild b/games-arcade/ppracer/ppracer-0.3.ebuild deleted file mode 100644 index 8718dbad8b22..000000000000 --- a/games-arcade/ppracer/ppracer-0.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.ebuild,v 1.2 2005/02/22 12:08:56 dholm Exp $ - -inherit flag-o-matic gnuconfig games - -DESCRIPTION="take on the role of Tux, the Linux Penguin, as he races down steep, snow-covered mountains" -HOMEPAGE="http://developer.berlios.de/projects/ppracer/" -SRC_URI="http://download.berlios.de/ppracer/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86 ~ppc" -IUSE="X" - -DEPEND="virtual/opengl - virtual/glu - X? ( virtual/x11 ) - >=dev-lang/tcl-8.4 - media-libs/libsdl - media-libs/sdl-mixer - media-libs/libpng - >=media-libs/freetype-2 - sys-libs/zlib" - -src_unpack() { - unpack ${A} - cd "${S}" - gnuconfig_update - autoconf || die "autoconf failed" -} - -src_compile() { - # alpha needs -mieee for this game to avoid FPE - use alpha && append-flags -mieee - - egamesconf \ - --disable-dependency-tracking \ - --with-data-dir="${GAMES_DATADIR}/${PN}" \ - $(use_with X x) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS ChangeLog - dohtml -r html/* - prepgamesdirs -} |