From 888086e36cd88a1e99bf9a1b4a276ecf25a42381 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 13 Apr 2006 20:04:03 +0000 Subject: Moved to games-arcade/marbleblast-demo. --- .../marbleblast-demo/marbleblast-demo-1.3.ebuild | 10 ++---- games-arcade/marbleblastdemo/ChangeLog | 16 --------- games-arcade/marbleblastdemo/Manifest | 4 --- .../files/digest-marbleblastdemo-1.3 | 1 - .../marbleblastdemo/marbleblastdemo-1.3.ebuild | 42 ---------------------- games-arcade/marbleblastdemo/metadata.xml | 32 ----------------- 6 files changed, 3 insertions(+), 102 deletions(-) delete mode 100644 games-arcade/marbleblastdemo/ChangeLog delete mode 100644 games-arcade/marbleblastdemo/Manifest delete mode 100644 games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 delete mode 100644 games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild delete mode 100644 games-arcade/marbleblastdemo/metadata.xml (limited to 'games-arcade') diff --git a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild index 3f25ad694aca..e72143afa38a 100644 --- a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild +++ b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild,v 1.1 2006/04/13 20:00:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild,v 1.2 2006/04/13 20:04:03 wolf31o2 Exp $ inherit eutils games @@ -15,13 +15,9 @@ IUSE="" DEPEND="" +GAMES_CHECK_LICENSE="yes" S=${WORKDIR} -pkg_setup() { - check_license MARBLEBLAST - games_pkg_setup -} - src_unpack() { unpack_makeself } @@ -34,7 +30,7 @@ src_install() { exeinto ${dir} doexe bin/Linux/x86/marbleblastdemo - dosym ${dir}/marbleblast-demo ${GAMES_BINDIR}/marbleblast-demo + dosym ${dir}/marbleblastdemo ${GAMES_BINDIR}/marbleblast-demo dodoc README_DEMO.txt diff --git a/games-arcade/marbleblastdemo/ChangeLog b/games-arcade/marbleblastdemo/ChangeLog deleted file mode 100644 index 34569610f782..000000000000 --- a/games-arcade/marbleblastdemo/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for games-arcade/marbleblastdemo -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/ChangeLog,v 1.4 2005/09/21 20:30:55 wolf31o2 Exp $ - - 21 Sep 2005; Chris Gianelloni - marbleblastdemo-1.3.ebuild: - Changed check_license to explicitly list license to check. - - 11 Aug 2005; Olivier CrĂȘte - marbleblastdemo-1.3.ebuild: - Marked ~amd64, closes bug #102167, thanks to meetra for testing - -*marbleblastdemo-1.3 (07 Oct 2003) - - 07 Oct 2003; Mike Frysinger : - Initial import. Ebuild submitted by me. diff --git a/games-arcade/marbleblastdemo/Manifest b/games-arcade/marbleblastdemo/Manifest deleted file mode 100644 index c56eefebee6d..000000000000 --- a/games-arcade/marbleblastdemo/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -MD5 dc6d67841d3573b84bdfcfeaf1cad754 marbleblastdemo-1.3.ebuild 958 -MD5 e276e6f22117377f106c411d5b357108 ChangeLog 655 -MD5 12640282a8ec0bd044aeb5690f876aca metadata.xml 1468 -MD5 6691b2eedefff912995a3327da0a3cba files/digest-marbleblastdemo-1.3 73 diff --git a/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 b/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 deleted file mode 100644 index a1a329031832..000000000000 --- a/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 c25b4a92a5f169bedaf814bb81e02ed8 MarbleBlastDemo-1.3.sh.bin 10800892 diff --git a/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild b/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild deleted file mode 100644 index 49102a6d4224..000000000000 --- a/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild,v 1.6 2005/09/21 20:30:55 wolf31o2 Exp $ - -inherit eutils games - -DESCRIPTION="race marbles through crazy stages" -HOMEPAGE="http://garagegames.com/pg/product/view.php?id=3" -SRC_URI="ftp://ggdev-1.homelan.com/marbleblast/MarbleBlastDemo-${PV}.sh.bin" - -LICENSE="MARBLEBLAST" -SLOT="0" -KEYWORDS="-* ~amd64 x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR} - -pkg_setup() { - check_license MARBLEBLAST - games_pkg_setup -} - -src_unpack() { - unpack_makeself -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} ${GAMES_BINDIR} - - tar -zxf MarbleBlast.tar.gz -C ${D}/${dir} || die "extracting MarbleBlast.tar.gz" - - exeinto ${dir} - doexe bin/Linux/x86/marbleblastdemo - dosym ${dir}/marbleblastdemo ${GAMES_BINDIR}/marbleblastdemo - - dodoc README_DEMO.txt - - prepgamesdirs -} diff --git a/games-arcade/marbleblastdemo/metadata.xml b/games-arcade/marbleblastdemo/metadata.xml deleted file mode 100644 index 751672e48c47..000000000000 --- a/games-arcade/marbleblastdemo/metadata.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - -games - - vapier@gentoo.org - Mike Frysinger - - -Marble Blast is an arcade action game with simple yet addictive gameplay, -suitable for players of any age. In the rich cartoon landscape of Marble -Blast, 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 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 Asbsorber and Gyrocopter. Some levels contain gravity modifiers, -which allow the player to change the direction of gravity. - -Marble Blast comes with 72 whimsical and challenging levels, as well as -the ability for advanced players to craft and share their own levels. -Marble Blast is sure to provide many hours of fun for the whole family. - - -- cgit v1.2.3-65-gdbad