summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-12 10:43:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-12 10:43:52 +0000
commit3d1f63b5dcde98a9b4ad0c0995aa20c6eee85f82 (patch)
treeb63086e32a2e5e9b2ccac01ba7c2ff5728368b28 /games-kids
parentstable for x86 (diff)
downloadhistorical-3d1f63b5dcde98a9b4ad0c0995aa20c6eee85f82.tar.gz
historical-3d1f63b5dcde98a9b4ad0c0995aa20c6eee85f82.tar.bz2
historical-3d1f63b5dcde98a9b4ad0c0995aa20c6eee85f82.zip
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/pytraffic/Manifest3
-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
4 files changed, 0 insertions, 84 deletions
diff --git a/games-kids/pytraffic/Manifest b/games-kids/pytraffic/Manifest
index c1e14b2d94a5..dce33afc08c9 100644
--- a/games-kids/pytraffic/Manifest
+++ b/games-kids/pytraffic/Manifest
@@ -1,11 +1,8 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 73bd859b30938168ae0a99d709f8d917 pytraffic-2.0.ebuild 929
MD5 be67a0e40ead8f27f1838013d2a76201 pytraffic-2.5.ebuild 892
MD5 99d00a17633bbfb2c97ebcd11dec6e9a pytraffic-1.2.1.ebuild 992
MD5 d44e691325e15092579dc6497983a012 ChangeLog 914
MD5 f2e093329e4a626fbfd1f4b5bca0bf98 files/2.5-gentoo-dirs.patch 2013
MD5 1e3d3d52e6d4c7c501afd907d04a7f80 files/digest-pytraffic-2.5 66
MD5 23d02af40cdc1e4ebd9234573e05b7c2 files/digest-pytraffic-1.2.1 67
-MD5 3a461a8258af9efb5d7772db7e2e8267 files/2.0-gentoo-dirs.patch 1735
-MD5 7be5b74960df3f7159e4914d8d10d3ba files/digest-pytraffic-2.0 65
MD5 435a1b2a65ae7fc35c83fbeb7397d829 files/1.2.1-gentoo-dirs.patch 1730
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
-}