summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-28 00:03:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-28 00:03:31 +0000
commitd061e0d92af6b4ce015cacdad262d42616d38353 (patch)
treeb1aa2d11e53b8bc47f393f9c6ab8747db6c444af /games-arcade/ppracer
parentbefore ntp-client #90578 (diff)
downloadgentoo-2-d061e0d92af6b4ce015cacdad262d42616d38353.tar.gz
gentoo-2-d061e0d92af6b4ce015cacdad262d42616d38353.tar.bz2
gentoo-2-d061e0d92af6b4ce015cacdad262d42616d38353.zip
clean old ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-arcade/ppracer')
-rw-r--r--games-arcade/ppracer/files/digest-ppracer-0.2.32
-rw-r--r--games-arcade/ppracer/files/digest-ppracer-0.31
-rw-r--r--games-arcade/ppracer/ppracer-0.2.3.ebuild57
-rw-r--r--games-arcade/ppracer/ppracer-0.3.1.ebuild4
-rw-r--r--games-arcade/ppracer/ppracer-0.3.ebuild50
5 files changed, 2 insertions, 112 deletions
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
-}