summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 10:24:16 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 10:25:07 +0200
commitb91caa3210a6e66741c04de7211559ad99e1cb9e (patch)
treeedf3899f6c7ae3dcabfb2a3eaa62950d7186bf9f /games-action
parentgames-action/spacetripper-demo: Remove last-rited pkg (diff)
downloadgentoo-b91caa3210a6e66741c04de7211559ad99e1cb9e.tar.gz
gentoo-b91caa3210a6e66741c04de7211559ad99e1cb9e.tar.bz2
gentoo-b91caa3210a6e66741c04de7211559ad99e1cb9e.zip
games-action/mutantstorm-demo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/601052 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/mutantstorm-demo/Manifest1
-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, 84 deletions
diff --git a/games-action/mutantstorm-demo/Manifest b/games-action/mutantstorm-demo/Manifest
deleted file mode 100644
index 2435fba23f6a..000000000000
--- a/games-action/mutantstorm-demo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MutantStormDemo_1_33.sh.bin 9249167 BLAKE2B 304877cb30ba0f43540b6d467e0d4ebd12c3896778c305a3aabf8a2a747fc1fa48e75d6e4ee8c123afa58fbb12fa9ead4f9f9af3bdc0604b3ff613ee92a558bb SHA512 176c9f05ca03a1b8f397e046eac26c1442571806543df9b7e0545b8e32e0cc8f2fc827f03840c2082e600a9336ba2c7a7497ef336d9eb8c4e8f122abec413cad
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 6a4460c8715a..000000000000
--- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 mirror bindist"
-
-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
-}