diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:55:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-28 13:58:40 +0200 |
commit | 51c695a2f9105f35e857102712a892bf4868b48d (patch) | |
tree | 0b73239c88de8597387be18c20dd9e40e272f574 /games-arcade | |
parent | games-arcade/marbleblast-demo: Remove last-rited pkg (diff) | |
download | gentoo-51c695a2f9105f35e857102712a892bf4868b48d.tar.gz gentoo-51c695a2f9105f35e857102712a892bf4868b48d.tar.bz2 gentoo-51c695a2f9105f35e857102712a892bf4868b48d.zip |
games-arcade/marbleblastgold-demo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/653812
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/marbleblastgold-demo/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild | 40 | ||||
-rw-r--r-- | games-arcade/marbleblastgold-demo/metadata.xml | 36 |
3 files changed, 0 insertions, 77 deletions
diff --git a/games-arcade/marbleblastgold-demo/Manifest b/games-arcade/marbleblastgold-demo/Manifest deleted file mode 100644 index 7e769038e345..000000000000 --- a/games-arcade/marbleblastgold-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MarbleBlastGoldDemo-1.4.1.sh.bin 11180534 BLAKE2B 1b0b1fca99bf7bdbb4beb5572d4ec10c634a6dffe8ce1576452011f1283196cd983adbb4d01b9c24590bd97cd2f9145bb67007cb76f0867335c8f4fc8f3e7d7e SHA512 16f03cdcf3cd6440048d8640c2a91078637d018f15a49764eca914259d65196f5a16a90abc11283d0e4b9af1b290d7ab880e96caae2dd6c813ac6d3d8414ec2c diff --git a/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild b/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild deleted file mode 100644 index db76c45ef6a0..000000000000 --- a/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit unpacker games - -DESCRIPTION="race marbles through crazy stages" -HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=15" -SRC_URI="ftp://ggdev-1.homelan.com/marbleblastgold/MarbleBlastGoldDemo-${PV}.sh.bin" - -LICENSE="MARBLEBLAST" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -RDEPEND="sys-libs/glibc" - -dir=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${dir:1}/marbleblastgolddemo.bin - ${dir:1}/lib/*" - -S=${WORKDIR} - -src_install() { - dodir "${dir}" "${GAMES_BINDIR}" - - tar -zxf MarbleBlast.tar.gz -C "${D}/${dir}" || die "extracting MarbleBlast.tar.gz" - - exeinto "${dir}" - doexe bin/Linux/x86/marbleblastgolddemo - dosym "${dir}"/marbleblastgolddemo "${GAMES_BINDIR}"/marbleblastgold-demo - - insinto "${dir}" - doins MarbleBlast.xpm - - dodoc README.txt - - prepgamesdirs -} diff --git a/games-arcade/marbleblastgold-demo/metadata.xml b/games-arcade/marbleblastgold-demo/metadata.xml deleted file mode 100644 index 9b3bdd524a91..000000000000 --- a/games-arcade/marbleblastgold-demo/metadata.xml +++ /dev/null @@ -1,36 +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> -Marble Blast Gold is an arcade action game with simple yet -addictive gameplay, suitable for players of any age. In the -rich cartoon landscape of Marble Blast Gold, players will race -their marbles through moving platforms, dangerous hazards, -sparkling treasures and power up enhancements in an effort to -complete each course in record time. - -Marble Blast Gold introduces new players to the game with a set -of progressively more difficult beginner training levels, each -designed to showcase a power up or game hazard. The hazards -players will face in Marble Blast include powerful fans, -whirling tornados, land mines, pinball-style bumpers, narrow -catwalks, moving pistons, dizzying chasms, and more. - -To get past these obstacles, players can find and use five -different ability enhancing power ups - the SuperSpeed, -SuperJump, SuperBounce, Shock Absorber and Gyrocopter. Some -levels contain gravity modifiers, which allow the player to -change the direction of gravity. - -Marble Blast Gold comes with 100 whimsical and challenging -levels, as well as the ability for advanced players to craft -and share their own levels. Each level has "gold standard" set -for the high score, so you can test your skills against the -record 'gold' times. Marble Blast Gold is sure to provide many -hours of fun for the whole family. -</longdescription> -</pkgmetadata> |