ChangeLog

# ChangeLog for games-action/mutantstorm-demo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.11 2006/12/01 20:19:01 wolf31o2 Exp $

01 Dec 2006; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Removing old virtual/x11 dependency.

02 Sep 2006; Michael Sterrett
mutantstorm-demo-1.33.ebuild:
add RESTRICT="strip"; fix typo; error check install

10 Jan 2006; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Changed to use GAMES_CHECK_LICENSE variable.

10 Jan 2006; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Added modular X dependencies and marking stable on amd64.

26 Sep 2005; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Making games last on inherit line.

21 Sep 2005; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Changed check_license to explicitly list license to check.

29 Jun 2005; Chris Gianelloni
mutantstorm-demo-1.33.ebuild:
Added amd64 to KEYWORDS and added amd64 RDEPEND.

05 Sep 2004; Sven Wegener :
Fixed ChangeLog header.

12 May 2004; Chris Gianelloni :
Moved from mutantstormdemo to mutantstorm-demo to match naming conventions.

19 Apr 2004; Chris Gianelloni
mutantstormdemo-1.33.ebuild:
Added IUSE.

*mutantstorm-demo-1.33 (07 Oct 2003)

07 Oct 2003; Mike Frysinger :
Version bumpage.

*mutantstorm-demo-1 (07 Jul 2003)

07 Jul 2003; Mike Frysinger :
Initial import. Ebuild submitted by me.

Manifest

DIST MutantStormDemo_1_33.sh.bin 9249167 RMD160 372919bce40babea6e8489b7ca64da1f5df1c2cb SHA1 eb46d30912830f5d81caac0c4ba207c0dce6a319 SHA256 d1afce2b73a8adbef445ba60632163d499850498c430aa14d39377812e4f3561
EBUILD mutantstorm-demo-1.33.ebuild 1353 RMD160 303461d39d26f9d6bde60f610ce8b6010e05cff3 SHA1 8ba9b9ab78a22f19b942a71e3e0dcb8a4c740357 SHA256 feffa811281e7b4cba8c203edc36e81c6139ddc0201c890050bd5496c4842c8f
MISC ChangeLog 1747 RMD160 fdb441c750f34d7721ea5209072a0162ed289bdc SHA1 8a7e16ef3a6cc112b800e1a260e2acbedf209527 SHA256 549c51fed2c1146dd31a8e5325cdc6ad18a9c3319581d4b8a065ef0e196f0c7f
MISC metadata.xml 1668 RMD160 210e7a007523eb4a9247f8aa18c0bfa55d2e42bf SHA1 27ce561f32da7a0b0c10db051531fdab05567333 SHA256 58a5065ac189d50b31f0fbb2f99d68ea5be9ecf41dc120283aa72f0b8677cdee

metadata.xml




games

Mutant Storm progresses over 89 levels of psychedelic 3D arenas, that get
ever more crowded with nasty beasties. This carnival of frenetic fun is
showcased in a cutting edge graphics extravganza.

Viewed from well above, you and your enemies can always be seen. Always be
killed, and always be laughed at! There is no hiding. No tactics. No
planning... No Net.
Your enemies created this world and they sure ain't gonna help you
out!

You like to play hard? Then the game gets harder. Feel like your doing
well? ...
Enjoy it while it lasts!

Survive long enough, and you get rewarded with score multipliers, doubling
your score. Making your enemies even angrier, and that bit more determined
to kill you!
Lose a life and watch your multipliers tumble, and the beasties slow down
and relax, safe in the knowledge that you are just a big softy really!!
After you conquer all 89 levels you'll be awarded your first
'White Belt' progressing if you can win all 8 belts until you
have possess the much coveted Mutant Storm 'Black Belt'.

Mutant Storm is inspired the classic RoboTron by Williams, Smash TV and
Jeff Minters fantastic Llamatron.
To those unacquainted, this means one hand controlling fire direction, and
the other controlling movement. Sounds confusing? ...don't worry, just grab
your trusty mouse ( or dual stick joypad if you want genuine Robotron style
) and give it a go. Its very simple once you try, and very intuitive once
you're used to it.

mutantstorm-demo-1.33.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.10 2006/12/01 20:19:01 wolf31o2 Exp $

inherit eutils games

DESCRIPTION="shoot through crazy psychedelic 3D environments"
HOMEPAGE="http://www.pompomgames.com/"
SRC_URI="ftp://ggdev-1.homelan.com/mutantstorm/MutantStormDemo_${PV/./_}.sh.bin"

LICENSE="POMPOM"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
RESTRICT="strip"

RDEPEND="virtual/opengl
amd64? (
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-soundlibs
app-emulation/emul-linux-x86-compat
app-emulation/emul-linux-x86-sdl )
x86? (
x11-libs/libX11
x11-libs/libXext )"

S=${WORKDIR}

GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}

src_unpack() {
unpack_makeself
}

src_install() {
insinto "${dir}"
doins -r menu script styles || die "doins failed"

exeinto "${dir}"
doexe bin/Linux/x86/* || die "doexe failed"
# Remove libSDL since we use the system version and our version doesn't
# have TEXTRELs in it.
rm -f "${Ddir}"/libSDL-1.2.so.0.0.5
games_make_wrapper mutantstorm-demo ./mutantstormdemo "${dir}" "${dir}"

insinto "${dir}"
doins README.txt buy_me mutant.xpm pompom readme.htm || die "doins failed"

prepgamesdirs
}