ChangeLog

# 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 galaxymage-0.3.0.ebuild:
HOMEPAGE update, bug #185462

25 Apr 2007; Tristan Heaven galaxymage-0.3.0.ebuild:
keyword ~x86

*galaxymage-0.3.0 (19 Apr 2007)

19 Apr 2007; +files/galaxymage-0.3.0-gentoo.patch,
+metadata.xml, +galaxymage-0.3.0.ebuild:
New package. Request bug #128405 by Cristiano Chiucchiolo

Manifest

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 939 RMD160 4a5efd4f4648594db1006bc58ec738774a7e0e9b SHA1 8bbc660568698fc403cbdfdf5e77e2ce0a804645 SHA256 48bb8e37f22af562d628dc3f7e773995b82869874f458f94f3b1437d3abeccfa

files

galaxymage-0.3.0.ebuild

# 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
}

metadata.xml




games

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.