summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-kids/pytraffic/files/2.0-gentoo-dirs.patch40
-rw-r--r--games-kids/pytraffic/files/digest-pytraffic-2.01
-rw-r--r--games-kids/pytraffic/pytraffic-2.0.ebuild40
-rw-r--r--games-strategy/boson/boson-0.9.1.ebuild38
-rw-r--r--games-strategy/boson/files/digest-boson-0.9.11
-rw-r--r--games-util/ucon64/files/digest-ucon64-1.9.8.31
-rw-r--r--games-util/ucon64/ucon64-1.9.8.3.ebuild44
7 files changed, 0 insertions, 165 deletions
diff --git a/games-kids/pytraffic/files/2.0-gentoo-dirs.patch b/games-kids/pytraffic/files/2.0-gentoo-dirs.patch
deleted file mode 100644
index 50afc0539e3e..000000000000
--- a/games-kids/pytraffic/files/2.0-gentoo-dirs.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -u -r pytraffic-2.0-orig/pytraffic pytraffic-2.0/pytraffic
---- pytraffic-2.0-orig/pytraffic 2005-06-11 14:44:32.000000000 -0300
-+++ pytraffic-2.0/pytraffic 2005-06-11 14:44:43.000000000 -0300
-@@ -1 +1 @@
--exec python /usr/share/pytraffic2/Game.py
-+exec python /usr/share/games/pytraffic2/Game.py
-diff -u -r pytraffic-2.0-orig/pytraffic.desktop pytraffic-2.0/pytraffic.desktop
---- pytraffic-2.0-orig/pytraffic.desktop 2005-06-11 14:44:32.000000000 -0300
-+++ pytraffic-2.0/pytraffic.desktop 2005-06-11 14:45:04.000000000 -0300
-@@ -4,7 +4,7 @@
- X-Desktop-File-Install-Version=0.2
- Name=PyTraffic
- Description=A Python version of the board game Rush Hour created by Binary Arts Coporation.
--Exec=/usr/bin/pytraffic
-+Exec=pytraffic
- Terminal=0
- Type=Application
--Icon=/usr/share/pytraffic2/ICNS/carNred64x64.png
-+Icon=/usr/share/games/pytraffic2/ICNS/carNred64x64.png
-diff -u -r pytraffic-2.0-orig/setup.py pytraffic-2.0/setup.py
---- pytraffic-2.0-orig/setup.py 2005-06-11 14:44:32.000000000 -0300
-+++ pytraffic-2.0/setup.py 2005-06-11 14:45:50.000000000 -0300
-@@ -47,7 +47,7 @@
- 'install_lib' : "c:\\"+version.install_leaf}
- options['build_ext']={'compiler' : 'mingw32'}
- else:
-- options['install']={'home' : "/usr/share/"+version.install_leaf,
-+ options['install']={'home' : "/usr/share/games/"+version.install_leaf,
- 'install_lib' : '$base',
- 'install_data' : '$base'}
- options['build_ext']={'compiler' : 'unix'}
-@@ -60,7 +60,7 @@
-
- def main_command():
- if os.name=='posix':
-- return [("/usr/bin",['pytraffic'])]
-+ return [("/usr/games/bin",['pytraffic'])]
- else:
- return [(".",["WinGame.pyw"])]
-
diff --git a/games-kids/pytraffic/files/digest-pytraffic-2.0 b/games-kids/pytraffic/files/digest-pytraffic-2.0
deleted file mode 100644
index 2e518f640bdf..000000000000
--- a/games-kids/pytraffic/files/digest-pytraffic-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7e07b7e837369ef7c06316e9684aa662 pytraffic-2.0.tar.gz 651455
diff --git a/games-kids/pytraffic/pytraffic-2.0.ebuild b/games-kids/pytraffic/pytraffic-2.0.ebuild
deleted file mode 100644
index 42c9b3bbf616..000000000000
--- a/games-kids/pytraffic/pytraffic-2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.0.ebuild,v 1.2 2005/06/11 18:18:57 fserb Exp $
-
-inherit distutils eutils games
-
-DESCRIPTION="Python version of the board game Rush Hour"
-HOMEPAGE="http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/"
-SRC_URI="http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-# pytraffic doesn't work with pygtk-2.6
-DEPEND="dev-python/pygame
- =dev-python/pygtk-2.4*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-gentoo-dirs.patch"
-}
-
-src_compile() {
- distutils_src_compile
-}
-
-src_install() {
- DOCS="AUTHORS.txt CHANGELOG.txt PKG-INFO"
- distutils_src_install
- dohtml DOCS/*
- prepgamesdirs
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- games_pkg_postinst
-}
diff --git a/games-strategy/boson/boson-0.9.1.ebuild b/games-strategy/boson/boson-0.9.1.ebuild
deleted file mode 100644
index 3a38ee7988ea..000000000000
--- a/games-strategy/boson/boson-0.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation and Thomas Capricelli <orzel@kde.org>
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/boson/boson-0.9.1.ebuild,v 1.6 2005/01/14 23:38:07 danarmak Exp $
-
-inherit kde
-
-DESCRIPTION="real-time strategy game, with the feeling of Command&Conquer(tm) (needs at least 2 ppl to play)"
-HOMEPAGE="http://boson.sourceforge.net/"
-SRC_URI="mirror://sourceforge/boson/boson-all-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc -sparc"
-IUSE="opengl"
-
-DEPEND="|| ( kde-base/kdegames-meta >=kde-base/kdegames-3.0 )
- || ( kde-base/kdemultimedia-meta >=kde-base/kdemultimedia-3.0 )
- media-libs/lib3ds
- opengl? ( virtual/opengl )"
-need-kde 3
-
-S=${WORKDIR}/${PN}-all-${PV}
-
-src_compile() {
- ./configure \
- --disable-debug \
- --with-xinerama \
- `use_with opengl gl` \
- --host=${CHOST} \
- --prefix=${KDEDIR} \
- || die "./configure failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/games-strategy/boson/files/digest-boson-0.9.1 b/games-strategy/boson/files/digest-boson-0.9.1
deleted file mode 100644
index 4165b6c55c57..000000000000
--- a/games-strategy/boson/files/digest-boson-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e0437a611e888674dd94aa5b3e84732a boson-all-0.9.1.tar.bz2 24400789
diff --git a/games-util/ucon64/files/digest-ucon64-1.9.8.3 b/games-util/ucon64/files/digest-ucon64-1.9.8.3
deleted file mode 100644
index c70362e8ba0f..000000000000
--- a/games-util/ucon64/files/digest-ucon64-1.9.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b15e81335a8710b2bed61c1307cad82f ucon64-1.9.8-3-src.tar.gz 884240
diff --git a/games-util/ucon64/ucon64-1.9.8.3.ebuild b/games-util/ucon64/ucon64-1.9.8.3.ebuild
deleted file mode 100644
index ddac6cadc140..000000000000
--- a/games-util/ucon64/ucon64-1.9.8.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/ucon64/ucon64-1.9.8.3.ebuild,v 1.3 2004/07/01 11:25:00 eradicator Exp $
-
-MAJ_PV=${PV:0:5}
-MIN_PV=${PV:6:7}
-MY_P="${PN}-${MAJ_PV}-${MIN_PV}-src"
-
-DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program"
-HOMEPAGE="http://ucon64.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-libs/zlib"
-
-S="${WORKDIR}/${MY_P}/src"
-
-src_install() {
- dobin ucon64 || die "dobin failed"
- dolib.so libdiscmage/discmage.so || die "dolib.so failed"
- dodoc GoodCodes.txt || die "dodoc failed"
- dohtml -x src -r -A png,jpg ../ || die "dohtml failed"
-}
-
-pkg_postinst() {
- echo
- einfo "In order to use ${PN}, please create the directory ~/.ucon64/dat"
- einfo "The command to do that is:"
- einfo " mkdir -p ~/.ucon64/dat"
- einfo "Then, you can copy your DAT file collection to ~/.ucon64/dat"
- echo
- einfo "To enable Discmage support, cp /usr/lib/discmage.so to ~/.ucon64"
- einfo "The command to do that is:"
- einfo " cp /usr/lib/discmage.so ~/.ucon64/"
- echo
- einfo "Be sure to check ~/.ucon64rc for some options after"
- einfo "you've run uCON64 for the first time"
-
-}