summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:50:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:50:47 +0000
commit91d063781c7e38b08851088001224eeab699ee8f (patch)
treef9e40e99ee97df20d31504e0f26a2b6534c26cce /games-kids/pytraffic
parentold (diff)
downloadhistorical-91d063781c7e38b08851088001224eeab699ee8f.tar.gz
historical-91d063781c7e38b08851088001224eeab699ee8f.tar.bz2
historical-91d063781c7e38b08851088001224eeab699ee8f.zip
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-kids/pytraffic')
-rw-r--r--games-kids/pytraffic/files/digest-pytraffic-2.5.33
-rw-r--r--games-kids/pytraffic/pytraffic-2.5.3.ebuild46
2 files changed, 0 insertions, 49 deletions
diff --git a/games-kids/pytraffic/files/digest-pytraffic-2.5.3 b/games-kids/pytraffic/files/digest-pytraffic-2.5.3
deleted file mode 100644
index 23454f65ee5b..000000000000
--- a/games-kids/pytraffic/files/digest-pytraffic-2.5.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dcc2352bd04fb35ca616dd8cbcd343b6 pytraffic-2.5.3.tar.gz 2483182
-RMD160 86979bbce58c597ed34ae40be89021876efd56f5 pytraffic-2.5.3.tar.gz 2483182
-SHA256 681aa41a5bae6d1937f4c7c6d176f3542a2cce7e44f4d4de7e685795649cf7ba pytraffic-2.5.3.tar.gz 2483182
diff --git a/games-kids/pytraffic/pytraffic-2.5.3.ebuild b/games-kids/pytraffic/pytraffic-2.5.3.ebuild
deleted file mode 100644
index 5d3cb33e9009..000000000000
--- a/games-kids/pytraffic/pytraffic-2.5.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.5.3.ebuild,v 1.3 2007/04/25 21:03:41 nyhm 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=""
-
-RDEPEND="dev-python/pygame
- >=dev-python/pygtk-2.4"
-
-src_compile() {
- distutils_src_compile
-}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r doc extra_themes icons libglade music sound_test themes \
- *.py ttraffic.levels || die "doins failed"
-
- exeinto "$(games_get_libdir)"/${PN}
- doexe build/*/_hint.so || die "doexe failed"
- dosym {"$(games_get_libdir)","${GAMES_DATADIR}"}/${PN}/_hint.so \
- || die "dosym failed"
-
- games_make_wrapper ${PN} "python Main.py" "${GAMES_DATADIR}"/${PN}
- newicon icons/carNred64x64.png ${PN}.png
- make_desktop_entry ${PN} PyTraffic
-
- dodoc AUTHORS CHANGELOG README
-
- rm -f "${D}/${GAMES_DATADIR}"/${PN}/setup.py
- prepgamesdirs
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- games_pkg_postinst
-}