summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-14 22:42:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-14 22:42:52 +0000
commit4dba3572bdea87a86a49eb1df882b126f1635328 (patch)
treeac8a0c28e31f7799145f2657b18de51638afed67 /games-strategy
parentBump to 2.24.3. Lots of bug fixes. (diff)
downloadhistorical-4dba3572bdea87a86a49eb1df882b126f1635328.tar.gz
historical-4dba3572bdea87a86a49eb1df882b126f1635328.tar.bz2
historical-4dba3572bdea87a86a49eb1df882b126f1635328.zip
old
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/lightyears/Manifest3
-rw-r--r--games-strategy/lightyears/files/lightyears-1.2a-gentoo.patch24
-rw-r--r--games-strategy/lightyears/lightyears-1.2a.ebuild65
3 files changed, 0 insertions, 92 deletions
diff --git a/games-strategy/lightyears/Manifest b/games-strategy/lightyears/Manifest
index 0ff92e81ea66..f77646d5537c 100644
--- a/games-strategy/lightyears/Manifest
+++ b/games-strategy/lightyears/Manifest
@@ -1,8 +1,5 @@
-AUX lightyears-1.2a-gentoo.patch 707 RMD160 66f1641c32bccaf6e1b248ff55a3779224bb50ac SHA1 f459270d67229948b0a093db800000fc59ca9b89 SHA256 c0fb98009928b5ea4b2d83ddc5b21ad12c7700f0b23ae7fd80a5a80a0b15a297
AUX lightyears-1.3a-gentoo.patch 968 RMD160 fd5792d117ecfeced59ee9d19a1e2d71396010d5 SHA1 481ec09e1a1ff858e90f9c745c94da39bf9dae0c SHA256 7ea3224c82a4ad1b877e91c896d976f29968f823f2dfd140107de84c746a985c
-DIST LightYears-1.2a.zip 1494290 RMD160 41e52a51b8425300d5e1abc083148fec93c61d1c SHA1 2c86eded64901e6bfd762c07a29866cb5f279443 SHA256 81980a4b53ad84e835f7a8f49a615ec355b04752d6aaa64d35ba832d7190d88b
DIST lightyears-1.3a.tar.gz 680843 RMD160 0a5dd05fe29002fe0a5d913cf6052611d54c32f7 SHA1 9ba3c48ce36d39c0d2bb44c7919f6fd301944ec2 SHA256 dd898452ce791321039bf895b50a77dab360c3866c98e3a80955fce71e637be0
-EBUILD lightyears-1.2a.ebuild 1671 RMD160 89ff3a09746c7195723b7eb9192d10b7b2b36caf SHA1 e2ea0c9fb3a2350944966bb1b051c9047e0fbee3 SHA256 8ef1946518e1eaf92901d749c10905abe62db3f0d1a5abc9f9227cc45d17eb35
EBUILD lightyears-1.3a.ebuild 1250 RMD160 b4077fba45303de98fd95f12d253c2f63aa232ea SHA1 73da2cc0a7241670fc584c271bf520a63633de47 SHA256 7e470b299d8d95d1738e2aa2f2b939e99b449e6ea31012a8b481dbd654ba9d50
MISC ChangeLog 1211 RMD160 a3dd02de7220f14d1e04aaded5d523b43a97f231 SHA1 2b5c4df1b29ce9bc3b71a16a56823ce214095128 SHA256 1438cf2160123e7b451736c0e189c05f6f7abba3985ed179474a208ad17dcf9c
MISC metadata.xml 366 RMD160 5d947375304d60e93c580163a09d6c27dea33a98 SHA1 a4b1a9849dfc45aaca4fb7cac65e695cf4277cd7 SHA256 c21e8e6d236aef6628b448f839689a39ea28201b15ff08fffb1aadd717f7f6b7
diff --git a/games-strategy/lightyears/files/lightyears-1.2a-gentoo.patch b/games-strategy/lightyears/files/lightyears-1.2a-gentoo.patch
deleted file mode 100644
index 6b1996bea320..000000000000
--- a/games-strategy/lightyears/files/lightyears-1.2a-gentoo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- LightYears.py.old 2007-04-27 21:33:46.000000000 +0200
-+++ LightYears.py 2007-04-27 21:35:02.000000000 +0200
-@@ -9,8 +9,7 @@
- if ( __name__ == "__main__" ):
- import sys, os
-
-- CODE_DIR = os.path.abspath(os.path.join(
-- os.path.dirname(sys.argv[ 0 ]), "code"))
-+ CODE_DIR = "@GENTOO_LIBDIR@"
-
- sys.path.insert(0, CODE_DIR)
-
---- code/resource.py.old 2007-04-27 22:17:47.000000000 +0200
-+++ code/resource.py 2007-04-27 22:18:29.000000000 +0200
-@@ -14,8 +14,7 @@
- __snd_cache = dict()
- __snd_disabled = False
-
--DATA_DIR = os.path.abspath(os.path.join(
-- os.path.dirname(sys.argv[ 0 ]), "data"))
-+DATA_DIR = "@GENTOO_DATADIR@"
-
-
- def Path(name, audio=False):
diff --git a/games-strategy/lightyears/lightyears-1.2a.ebuild b/games-strategy/lightyears/lightyears-1.2a.ebuild
deleted file mode 100644
index 3b186af08ddc..000000000000
--- a/games-strategy/lightyears/lightyears-1.2a.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild,v 1.6 2008/05/29 16:55:42 hawking Exp $
-
-inherit eutils python games
-
-MY_PN=LightYears
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="a single-player game with a science-fiction theme"
-HOMEPAGE="http://www.jwhitham.org.uk/biscuit_games/LightYears/"
-SRC_URI="http://www.jwhitham.org.uk/biscuit_games/${MY_PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/python-2.4
- >=dev-python/pygame-1.7"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${MY_PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}"-gentoo.patch
- sed -i -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
- ${MY_PN}.py || die "Changing library path failed"
- sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- code/resource.py || die "Changing data path failed"
-
- mkdir -p html/data
- cp data/{006metal,header}.jpg html/data \
- || die "Failed moving html data"
- mv data/html*.jpg html/data \
- || die "Failed moving html data"
-}
-
-src_install() {
- newgamesbin ${MY_PN}.py ${PN} || die "newgamesbin failed"
-
- insinto "$(games_get_libdir)/${PN}"
- doins code/*.py || die "doins code failed"
-
- dodoc README.txt
- dohtml -r *.html html/data
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r data/* || die "doins data failed"
-
- newicon data/32.png ${PN}.png
- make_desktop_entry ${PN} "Light Years Into Space"
- prepgamesdirs
-}
-
-pkg_postinst() {
- python_mod_optimize "$(games_get_libdir)/${PN}"
- games_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup "$(games_get_libdir)/${PN}"
-}