summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 01:23:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-03 01:23:08 +0000
commit6908272bccb6c23443af6643ea6b75fcd49f74e4 (patch)
tree76a30353b39b74d5381c1215842e6ebb5f843e12 /games-action/trackballs
parentReworked ebuild and added metadata.xml. (diff)
downloadgentoo-2-6908272bccb6c23443af6643ea6b75fcd49f74e4.tar.gz
gentoo-2-6908272bccb6c23443af6643ea6b75fcd49f74e4.tar.bz2
gentoo-2-6908272bccb6c23443af6643ea6b75fcd49f74e4.zip
tidy older versions
Diffstat (limited to 'games-action/trackballs')
-rw-r--r--games-action/trackballs/Manifest4
-rw-r--r--games-action/trackballs/files/digest-trackballs-0.9.02
-rw-r--r--games-action/trackballs/files/digest-trackballs-0.9.12
-rw-r--r--games-action/trackballs/trackballs-0.9.0.ebuild45
-rw-r--r--games-action/trackballs/trackballs-0.9.1.ebuild46
5 files changed, 0 insertions, 99 deletions
diff --git a/games-action/trackballs/Manifest b/games-action/trackballs/Manifest
index 984a9bbfb233..611894808d22 100644
--- a/games-action/trackballs/Manifest
+++ b/games-action/trackballs/Manifest
@@ -1,14 +1,10 @@
MD5 b5e620a6a70209729d28e9adfa2b1c9e ChangeLog 777
-MD5 ff1bf8f913d38f4fd93f8729aadf10c9 trackballs-0.9.0.ebuild 1060
-MD5 c4ca028d185226ab93e97ea8352db391 trackballs-0.9.1.ebuild 1056
MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245
MD5 ef271722a82cfe217496942ed2ececc7 trackballs-0.9.2.ebuild 1204
MD5 e4670c29b372122294828ca8be76f6f8 files/0.9.0-destdir-icons.patch 1343
MD5 a31aca7fa7d6a2acecd5140f6986361f files/0.9.0-sparkle.patch 299
-MD5 9f2ed5f855d248e18a2fb6d93ef4671d files/digest-trackballs-0.9.0 142
MD5 fcf7f10beeaa8a2736651e005c08e21b files/0.9.1-destdir-icons.patch 1832
MD5 a31aca7fa7d6a2acecd5140f6986361f files/0.9.1-sparkle.patch 299
-MD5 f4426a72f74eec1325be964525c33b7a files/digest-trackballs-0.9.1 142
MD5 4dcba68e2d9c9f02314e61e1cd9a4a7c files/digest-trackballs-0.9.2 142
MD5 a31aca7fa7d6a2acecd5140f6986361f files/0.9.2-sparkle.patch 299
MD5 fcf7f10beeaa8a2736651e005c08e21b files/0.9.2-destdir-icons.patch 1832
diff --git a/games-action/trackballs/files/digest-trackballs-0.9.0 b/games-action/trackballs/files/digest-trackballs-0.9.0
deleted file mode 100644
index ec8efddaf1bf..000000000000
--- a/games-action/trackballs/files/digest-trackballs-0.9.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 36385b18f6062652b656d08d18e38b24 trackballs-0.9.0.tar.gz 4293736
-MD5 e58d1c7d046f4010a2b3c92383522459 trackballs-music-0.9.0.tbz2 7693212
diff --git a/games-action/trackballs/files/digest-trackballs-0.9.1 b/games-action/trackballs/files/digest-trackballs-0.9.1
deleted file mode 100644
index 8982dfe51b84..000000000000
--- a/games-action/trackballs/files/digest-trackballs-0.9.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 1015a31c953a484d91e20e738cc5159a trackballs-0.9.1.tar.gz 4439177
-MD5 e58d1c7d046f4010a2b3c92383522459 trackballs-music-0.9.0.tbz2 7693212
diff --git a/games-action/trackballs/trackballs-0.9.0.ebuild b/games-action/trackballs/trackballs-0.9.0.ebuild
deleted file mode 100644
index af20465b860a..000000000000
--- a/games-action/trackballs/trackballs-0.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/app-games
-
-inherit games eutils
-
-DESCRIPTION="simple game similar to the classical game Marble Madness"
-HOMEPAGE="http://trackballs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://gentoo/${PN}-music-${PV}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/opengl
- media-libs/libsdl
- >=dev-util/guile-1.6*
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src
- epatch ${FILESDIR}/${PV}-sparkle.patch
- cd ${S}/share/icons
- epatch ${FILESDIR}/${PV}-destdir-icons.patch
- cd ${S}
- automake || die
-}
-
-src_compile() {
- egamesconf \
- --with-highscores=${GAMES_STATEDIR}/${PN}-highscores \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- cp ${WORKDIR}/tb_*.ogg ${D}/${GAMES_DATADIR}/${PN}/music/
- dodoc AUTHORS ChangeLog COPYING* README* NEWS
- prepgamesdirs
-}
diff --git a/games-action/trackballs/trackballs-0.9.1.ebuild b/games-action/trackballs/trackballs-0.9.1.ebuild
deleted file mode 100644
index 652b857038b3..000000000000
--- a/games-action/trackballs/trackballs-0.9.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/app-games
-
-inherit games eutils
-
-DESCRIPTION="simple game similar to the classical game Marble Madness"
-HOMEPAGE="http://trackballs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://gentoo/${PN}-music-0.9.0.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/opengl
- media-libs/libsdl
- >=dev-util/guile-1.6*
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src
- epatch ${FILESDIR}/${PV}-sparkle.patch
- cd ${S}/share/icons
- epatch ${FILESDIR}/${PV}-destdir-icons.patch
- cd ${S}
- automake || die
-}
-
-src_compile() {
- egamesconf \
- --with-highscores=${GAMES_STATEDIR}/${PN}-highscores \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- insinto ${GAMES_DATADIR}/${PN}/music
- doins ${WORKDIR}/tb_*.ogg
- dodoc AUTHORS ChangeLog README* NEWS
- prepgamesdirs
-}