summaryrefslogtreecommitdiff
path: root/games-action/mutantstorm-demo
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r--games-action/mutantstorm-demo/Manifest3
-rw-r--r--games-action/mutantstorm-demo/metadata.xml40
-rw-r--r--games-action/mutantstorm-demo/mutantstorm-demo-1.33-r1.ebuild43
3 files changed, 0 insertions, 86 deletions
diff --git a/games-action/mutantstorm-demo/Manifest b/games-action/mutantstorm-demo/Manifest
deleted file mode 100644
index 38283c6ea72f..000000000000
--- a/games-action/mutantstorm-demo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST MutantStormDemo_1_33.sh.bin 9249167 BLAKE2B 304877cb30ba0f43540b6d467e0d4ebd12c3896778c305a3aabf8a2a747fc1fa48e75d6e4ee8c123afa58fbb12fa9ead4f9f9af3bdc0604b3ff613ee92a558bb SHA512 176c9f05ca03a1b8f397e046eac26c1442571806543df9b7e0545b8e32e0cc8f2fc827f03840c2082e600a9336ba2c7a7497ef336d9eb8c4e8f122abec413cad
-EBUILD mutantstorm-demo-1.33-r1.ebuild 1031 BLAKE2B e0c6460b22957d97e71872821e582289d1cf421d1e11d19aa972e09a148ff37bfb492c5a03f0142cad169c39c6154c7ca42065019165bdd4e7109fa0deba3541 SHA512 8f117835feb59654850854fcd27291753838c131e41d3e7a48991f125a70472c7b4fda05a85bb778cd1d046aa279f9b909ee57f3e35c7afd4f3904eb1ffc1471
-MISC metadata.xml 1759 BLAKE2B 797c2106d0302bd32b52a60f07df2d9aea348308b05249cd8ad7102e61aadcd7fc327a0e7e1d347e50b53c55923b333f4bc0419dca9abbd37c0d0b2f138517b7 SHA512 a5d3cbfc4ed0b4078a83f5c608129e6d4f69f1c76bb442f2907dd99bd2b13163080693b4ba6e07b2ca35d0e5495c64580a9aae3cf30e6746df435098a75dceea
diff --git a/games-action/mutantstorm-demo/metadata.xml b/games-action/mutantstorm-demo/metadata.xml
deleted file mode 100644
index b12b9be3c4cb..000000000000
--- a/games-action/mutantstorm-demo/metadata.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-<longdescription>
-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.
-</longdescription>
-</pkgmetadata>
diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33-r1.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33-r1.ebuild
deleted file mode 100644
index c97fee4f7172..000000000000
--- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils unpacker
-
-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="
- media-libs/libsdl[abi_x86_32(-)]
- sys-libs/lib-compat
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- virtual/opengl[abi_x86_32(-)]"
-
-S=${WORKDIR}
-
-dir=/opt/${PN}
-Ddir=${D}/${dir}
-QA_PREBUILT="${dir:1}/mutantstorm-bin"
-
-src_install() {
- insinto "${dir}"
- doins -r menu script styles
-
- exeinto "${dir}"
- doexe bin/Linux/x86/*
- # 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
- make_wrapper mutantstorm-demo ./mutantstormdemo "${dir}" "${dir}"
-
- insinto "${dir}"
- doins README.txt buy_me mutant.xpm pompom readme.htm
-}