ChangeLog

# ChangeLog for games-strategy/outerspace
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.10 2007/11/27 05:02:50 mr_bones_ Exp $

*outerspace-0.5.66 (27 Nov 2007)

27 Nov 2007; Michael Sterrett
+outerspace-0.5.66.ebuild:
version bump

*outerspace-0.5.65 (12 Aug 2007)

12 Aug 2007; Tristan Heaven +outerspace-0.5.65.ebuild:
Version bump

*outerspace-0.5.64 (16 Jun 2007)

16 Jun 2007; Tristan Heaven +outerspace-0.5.64.ebuild:
Version bump

*outerspace-0.5.63.1 (28 May 2007)

28 May 2007; Tristan Heaven +outerspace-0.5.63.1.ebuild:
Version bump

*outerspace-0.5.63 (27 May 2007)

27 May 2007; Tristan Heaven +outerspace-0.5.63.ebuild:
Version bump

*outerspace-0.5.62 (20 May 2007)

20 May 2007; Tristan Heaven +outerspace-0.5.62.ebuild:
Version bump

*outerspace-0.5.61 (26 Feb 2007)

26 Feb 2007; Michael Sterrett
+outerspace-0.5.61.ebuild:
version bump

07 Jan 2007; outerspace-0.5.59.ebuild:
Added ~amd64 keyword. Bug #160453 by Arttu Valo

02 Jan 2007; outerspace-0.5.59.ebuild:
Adding some error handling

*outerspace-0.5.59 (01 Jan 2007)

01 Jan 2007; +files/outerspace, +metadata.xml,
+outerspace-0.5.59.ebuild:
Initial import. Bug #89059 submitted by Chris Gorgolewski.

Manifest

AUX outerspace 169 RMD160 b89fc3abffe85f63cb8469b0ac2abe0fd3b60dc1 SHA1 e9e864259d66cdb08f7a55e3df3f6f39a26b45fc SHA256 e6b6bad8a9ea3e85c13a282e8eb9ed1c71649d79a3309c5f7a053a2727028a7b
DIST OuterSpace-0.5.66.tar.gz 2177297 RMD160 80939e6a57ed7031c1834c271a1163ec897d1a0d SHA1 ac713d12718e6ad204129abe7d63b75c69a35b24 SHA256 01d1e5ef7bbba8e4160f094e8a0951bd64c28af81791bd3d4b9bd97f97ab01ce
EBUILD outerspace-0.5.66.ebuild 1131 RMD160 f9d9c96bc596e68fc1d6de9c0db27c1929182972 SHA1 ed66672a712bd4d65b6e616c5204d2a25866a249 SHA256 c348101b4d9881d159b1576ec64b969c1f460b431b51454b2f612bace7ebcbf1
MISC ChangeLog 1520 RMD160 d50ed6db3a0088a9c853152d58bef03f4954d23a SHA1 6aee20406c130f939fed29631e590779b9483614 SHA256 dc61f793b27e525dd7f07ac23c7f2af5358a7397466a328676f77f49b6b1b02e
MISC metadata.xml 660 RMD160 1cf6d0f621b9bb41f53fda213029e1929b71fd03 SHA1 bffccb782cf851d2df01e04a4b32116c35699c5b SHA256 067a17465806395c1f5ef75903a920601e06bf3726736bcbdfb3f448907b2d39

files

metadata.xml




games

Outer Space is an on-line strategy game which takes place in the dangerous
universe. You will become powerful commander of many stars, planets, and great
fleets and will struggle for survival with other commanders.

Outer Space communicates with the server in the same way as your browser, but
you will need a special client to play it. Using this client you can create an
account on the server and you can start to explore the world of the Outer Space.

outerspace-0.5.66.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.66.ebuild,v 1.1 2007/11/27 05:02:50 mr_bones_ Exp $

inherit eutils games

MY_PN=${PN/outerspace/OuterSpace}
MY_P=${MY_PN}-${PV}
DESCRIPTION="on-line strategy game taking place in the dangerous universe"
HOMEPAGE="http://www.ospace.net/"
SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-python/pygame-1.7
>=dev-lang/python-2.4"

S=${WORKDIR}/${MY_P}

src_unpack() {
unpack ${A}
cd "${S}"
sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
"${FILESDIR}"/${PN} > ${PN} \
|| die "sed failed"
}

src_install() {
insinto "$(games_get_libdir)"/${PN}
doins -r osc.py lib libsrvr || die "doins lib failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r res || die "doins data failed"
dogamesbin ${PN} || die "dogamesbin failed"
newicon res/icon32.png ${PN}.png
make_desktop_entry ${PN} ${MY_PN}
prepgamesdirs
}