diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-22 21:12:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-22 21:12:50 +0000 |
commit | 18d454a1772d705189ed6946bd9e6eac378df037 (patch) | |
tree | 6e9db3376d8b5d1ac5978f9ffd4d370a40fd3602 /games-rpg | |
parent | add missing avahi to IUSE (diff) | |
download | gentoo-2-18d454a1772d705189ed6946bd9e6eac378df037.tar.gz gentoo-2-18d454a1772d705189ed6946bd9e6eac378df037.tar.bz2 gentoo-2-18d454a1772d705189ed6946bd9e6eac378df037.zip |
galaxymage is gone
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/galaxymage/ChangeLog | 16 | ||||
-rw-r--r-- | games-rpg/galaxymage/Manifest | 5 | ||||
-rw-r--r-- | games-rpg/galaxymage/files/galaxymage-0.3.0-gentoo.patch | 43 | ||||
-rw-r--r-- | games-rpg/galaxymage/galaxymage-0.3.0.ebuild | 48 | ||||
-rw-r--r-- | games-rpg/galaxymage/metadata.xml | 22 |
5 files changed, 0 insertions, 134 deletions
diff --git a/games-rpg/galaxymage/ChangeLog b/games-rpg/galaxymage/ChangeLog deleted file mode 100644 index 62c0ddde65b0..000000000000 --- a/games-rpg/galaxymage/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for games-rpg/galaxymage -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/galaxymage/ChangeLog,v 1.4 2007/07/21 19:37:05 nyhm Exp $ - - 21 Jul 2007; Tristan Heaven <nyhm@gentoo.org> galaxymage-0.3.0.ebuild: - HOMEPAGE update, bug #185462 - - 25 Apr 2007; Tristan Heaven <nyhm@gentoo.org> galaxymage-0.3.0.ebuild: - keyword ~x86 - -*galaxymage-0.3.0 (19 Apr 2007) - - 19 Apr 2007; <tupone@gentoo.org> +files/galaxymage-0.3.0-gentoo.patch, - +metadata.xml, +galaxymage-0.3.0.ebuild: - New package. Request bug #128405 by Cristiano Chiucchiolo - diff --git a/games-rpg/galaxymage/Manifest b/games-rpg/galaxymage/Manifest deleted file mode 100644 index d0a9e5edbd4d..000000000000 --- a/games-rpg/galaxymage/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX galaxymage-0.3.0-gentoo.patch 1670 RMD160 84329f044c38608d56eeac450fb9a2ac95d96bbc SHA1 eb7e4301d94cdceef7413cf6f2bc928c2d755e2a SHA256 d899a9707d63025f6b2c88cfb0b3229959f2359af0a9bc770b3b8299f7bf6069 -DIST galaxymage-0.3.0.tar.gz 9645868 RMD160 0c73029a6c4a51cb45924ea0674b77431e6512ec SHA1 7d742ddc155928040ecd51da0edf20845f01395f SHA256 33461a813729a484be2bed3a7d8684c2f984b2be2c2f4efeed1f5b5a33616aaf -EBUILD galaxymage-0.3.0.ebuild 1336 RMD160 af81f7d6cfb752b3b606c7d9371aa12eae336a60 SHA1 4103c255c68d6fe23ab494d3bde72bdb4be709bb SHA256 e3fabfa90741f8a62d99d9692b53c124520688349c7df632ab7afbb6a9184804 -MISC ChangeLog 615 RMD160 d68e2347b7f520fd148bc2d6aeebc3fade4696de SHA1 e015b93734431e7971474dcc018c7b5f18a4680c SHA256 9680d4f128d3c51db87fc3041da444cdecb8af84adb8b0106a9270a0ff39ff9c -MISC metadata.xml 1015 RMD160 802596519a9fabeff53f1c733594fd42b361476e SHA1 b4f835b4b530c89b9e9794fb10e70f32039d72cc SHA256 9d0861b2acad0529699901fda8e01b082bc69b6b7037e8889ddb7e446a9f239a diff --git a/games-rpg/galaxymage/files/galaxymage-0.3.0-gentoo.patch b/games-rpg/galaxymage/files/galaxymage-0.3.0-gentoo.patch deleted file mode 100644 index 4317101eee4b..000000000000 --- a/games-rpg/galaxymage/files/galaxymage-0.3.0-gentoo.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- GalaxyMage.py.old 2007-04-18 23:16:18.000000000 +0200 -+++ GalaxyMage.py 2007-04-18 23:16:50.000000000 +0200 -@@ -23,7 +23,7 @@ - import os, sys - if os.path.isdir(sys.path[0]): - os.chdir(sys.path[0]) --sys.path.append("src") -+sys.path.append("@GENTOO_LIBDIR@") - - import Main - ---- src/Translate.py.old 2007-04-18 23:53:01.000000000 +0200 -+++ src/Translate.py 2007-04-18 23:54:14.000000000 +0200 -@@ -22,7 +22,7 @@ - class Translate: - - def getLanguageDict(self,lang): -- return gettext.translation('GalaxyMage',os.path.join(os.getcwd(),'locale'), languages=[lang]) -+ return gettext.translation('GalaxyMage','@GENTOO_DATADIR@/locale', languages=[lang]) - - def __init__(self): - #fill our language dictionnary with each language ---- src/Resources.py.old 2007-04-19 07:42:54.000000000 +0200 -+++ src/Resources.py 2007-04-19 07:43:43.000000000 +0200 -@@ -37,15 +37,15 @@ - sep = r'\\' - base = re.sub(r'/', sep, base) - name = re.sub(r'/', sep, name) -- result = os.path.join("data", campaign, base, name) -+ result = os.path.join("@GENTOO_DATADIR@", campaign, base, name) - if os.path.exists(result): - logger.debug('found ' + result) - return result -- result = os.path.join("data", "extra", base, name) -+ result = os.path.join("@GENTOO_DATADIR@", "extra", base, name) - if os.path.exists(result): - logger.debug('found ' + result) - return result -- result = os.path.join("data", "core", base, name) -+ result = os.path.join("@GENTOO_DATADIR@", "core", base, name) - if os.path.exists(result): - logger.debug('found ' + result) - return result diff --git a/games-rpg/galaxymage/galaxymage-0.3.0.ebuild b/games-rpg/galaxymage/galaxymage-0.3.0.ebuild deleted file mode 100644 index 305da5ae1af4..000000000000 --- a/games-rpg/galaxymage/galaxymage-0.3.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/galaxymage/galaxymage-0.3.0.ebuild,v 1.3 2007/07/21 19:37:05 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="Tactical/strategic RPG with online multiplayer support" -HOMEPAGE="https://gna.org/projects/tactics" -SRC_URI="http://download.gna.org/tactics/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="psyco" - -RDEPEND="dev-python/twisted - >=dev-python/pyopengl-2.0.1 - dev-python/numeric - dev-python/pygame - psyco? ( dev-python/psyco )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}"-gentoo.patch - sed -i -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \ - GalaxyMage.py || die "sed for setting source dir failed" - sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ - src/Translate.py \ - src/Resources.py || die "sed for setting data dir failed" -} - -src_install() { - newgamesbin GalaxyMage.py ${PN} || die "newgamesbin failed" - - insinto "$(games_get_libdir)"/${PN} - doins -r src/* || die "doins src failed" - - insinto "${GAMES_DATADIR}"/${PN} - doins -r locale data/* || die "doins data failed" - - dodoc CREDITS.txt README.txt - dohtml -r doc - - newicon data/core/images/icon-32.png ${PN}.png - make_desktop_entry ${PN} GalaxyMage - prepgamesdirs -} diff --git a/games-rpg/galaxymage/metadata.xml b/games-rpg/galaxymage/metadata.xml deleted file mode 100644 index ad6a6709e7d1..000000000000 --- a/games-rpg/galaxymage/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>games</herd> - <longdescription lang="en"> -GalaxyMage is a free, open-source tactical/strategic RPG for Windows, Linux, and -Macintosh, with online multiplayer support. - -A tactical RPG is a type of role-playing game where turn-based battles are -fought on a 3D map. Examples of commercial tactical RPGs include Final Fantasy -Tactics, Vandal Hearts, and Disgaea: Hour of Darkness. - -Our goal is to make GalaxyMage a game that is relatively simple to pick up and -play -- you can dive right in without getting bogged down in the details of the -battle mechanics -- but to also allow for a lot of character development and -customization. We also intend to create a unique, advanced AI system that allows -enemy units to work together as a team and employ a wide variety of strategies. -</longdescription> - <use> - <flag name="psyco">psyco python accelerator</flag> - </use> -</pkgmetadata> |