summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-21 23:52:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-21 23:52:59 +0000
commit45554c3b3eab39d6a631b3e84e927df1228ad1b4 (patch)
tree820005508dcd0c78e7bba8309bd77fe91d35fffe /games-arcade
parentAdded init.d script for running iperf in server mode; fixes bug 69609. (diff)
downloadgentoo-2-45554c3b3eab39d6a631b3e84e927df1228ad1b4.tar.gz
gentoo-2-45554c3b3eab39d6a631b3e84e927df1228ad1b4.tar.bz2
gentoo-2-45554c3b3eab39d6a631b3e84e927df1228ad1b4.zip
clean old ebuilds
(Portage version: 2.0.51-r14)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/ppracer/ChangeLog6
-rw-r--r--games-arcade/ppracer/files/digest-ppracer-0.2.12
-rw-r--r--games-arcade/ppracer/files/digest-ppracer-0.2.22
-rw-r--r--games-arcade/ppracer/ppracer-0.2.1.ebuild57
-rw-r--r--games-arcade/ppracer/ppracer-0.2.2.ebuild57
5 files changed, 5 insertions, 119 deletions
diff --git a/games-arcade/ppracer/ChangeLog b/games-arcade/ppracer/ChangeLog
index 869239f9a75e..97a31e1ecfc2 100644
--- a/games-arcade/ppracer/ChangeLog
+++ b/games-arcade/ppracer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/ppracer
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.3 2005/01/20 03:10:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.4 2005/01/21 23:52:59 mr_bones_ Exp $
+
+ 21 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> -ppracer-0.2.1.ebuild,
+ -ppracer-0.2.2.ebuild:
+ clean old ebuilds
*ppracer-0.2.3 (19 Jan 2005)
diff --git a/games-arcade/ppracer/files/digest-ppracer-0.2.1 b/games-arcade/ppracer/files/digest-ppracer-0.2.1
deleted file mode 100644
index 3fe8a1f793a1..000000000000
--- a/games-arcade/ppracer/files/digest-ppracer-0.2.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a93f22e6b53be4f599db06d4acb0ddb7 ppracer-data-0.2.1.tar.bz2 17345506
-MD5 d35235f2d17cea3b527de95e18abe959 ppracer-0.2.1-2.tar.bz2 321117
diff --git a/games-arcade/ppracer/files/digest-ppracer-0.2.2 b/games-arcade/ppracer/files/digest-ppracer-0.2.2
deleted file mode 100644
index 4567100faecd..000000000000
--- a/games-arcade/ppracer/files/digest-ppracer-0.2.2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 32dcd37850c0ea001949d81a77fea7bb ppracer-data-0.2.2.tar.bz2 9079034
-MD5 33be0cfb3d5256950df856f0b462e7c5 ppracer-0.2.2.tar.bz2 325364
diff --git a/games-arcade/ppracer/ppracer-0.2.1.ebuild b/games-arcade/ppracer/ppracer-0.2.1.ebuild
deleted file mode 100644
index 4ebe75165e17..000000000000
--- a/games-arcade/ppracer/ppracer-0.2.1.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.1.ebuild,v 1.2 2005/01/20 03:10:09 mr_bones_ 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}-2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-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}-2.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.2.2.ebuild b/games-arcade/ppracer/ppracer-0.2.2.ebuild
deleted file mode 100644
index 234d8bd7626f..000000000000
--- a/games-arcade/ppracer/ppracer-0.2.2.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.2.ebuild,v 1.2 2005/01/20 03:10:09 mr_bones_ 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"
-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
-}