summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:00:51 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:00:51 +0000
commit57f8970809336b81a85579ec0aca81c3ab013736 (patch)
tree2f60ec61df7a4d872ad699c61192250bff5959f3 /games-arcade
parentupdate maintainer and herd in metadata.xml (diff)
downloadgentoo-2-57f8970809336b81a85579ec0aca81c3ab013736.tar.gz
gentoo-2-57f8970809336b81a85579ec0aca81c3ab013736.tar.bz2
gentoo-2-57f8970809336b81a85579ec0aca81c3ab013736.zip
Moved from games-arcade/marbleblastdemo to games-arcade/marbleblast-demo.
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/marbleblast-demo/ChangeLog22
-rw-r--r--games-arcade/marbleblast-demo/Manifest4
-rw-r--r--games-arcade/marbleblast-demo/files/digest-marbleblast-demo-1.31
-rw-r--r--games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild42
-rw-r--r--games-arcade/marbleblast-demo/metadata.xml32
5 files changed, 101 insertions, 0 deletions
diff --git a/games-arcade/marbleblast-demo/ChangeLog b/games-arcade/marbleblast-demo/ChangeLog
new file mode 100644
index 000000000000..02f6a92aca65
--- /dev/null
+++ b/games-arcade/marbleblast-demo/ChangeLog
@@ -0,0 +1,22 @@
+# ChangeLog for games-arcade/marbleblastdemo
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblast-demo/ChangeLog,v 1.1 2006/04/13 20:00:51 wolf31o2 Exp $
+
+*marbleblast-demo-1.3 (13 Apr 2006)
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +marbleblast-demo-1.3.ebuild:
+ Moved from games-arcade/marbleblastdemo to games-arcade/marbleblast-demo.
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ marbleblastdemo-1.3.ebuild:
+ Changed check_license to explicitly list license to check.
+
+ 11 Aug 2005; Olivier Crête <tester@gentoo.org>
+ 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 <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-arcade/marbleblast-demo/Manifest b/games-arcade/marbleblast-demo/Manifest
new file mode 100644
index 000000000000..c56eefebee6d
--- /dev/null
+++ b/games-arcade/marbleblast-demo/Manifest
@@ -0,0 +1,4 @@
+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/marbleblast-demo/files/digest-marbleblast-demo-1.3 b/games-arcade/marbleblast-demo/files/digest-marbleblast-demo-1.3
new file mode 100644
index 000000000000..a1a329031832
--- /dev/null
+++ b/games-arcade/marbleblast-demo/files/digest-marbleblast-demo-1.3
@@ -0,0 +1 @@
+MD5 c25b4a92a5f169bedaf814bb81e02ed8 MarbleBlastDemo-1.3.sh.bin 10800892
diff --git a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild
new file mode 100644
index 000000000000..3f25ad694aca
--- /dev/null
+++ b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild
@@ -0,0 +1,42 @@
+# 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 $
+
+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}/marbleblast-demo ${GAMES_BINDIR}/marbleblast-demo
+
+ dodoc README_DEMO.txt
+
+ prepgamesdirs
+}
diff --git a/games-arcade/marbleblast-demo/metadata.xml b/games-arcade/marbleblast-demo/metadata.xml
new file mode 100644
index 000000000000..751672e48c47
--- /dev/null
+++ b/games-arcade/marbleblast-demo/metadata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+ <email>vapier@gentoo.org</email>
+ <name>Mike Frysinger</name>
+</maintainer>
+<longdescription>
+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.
+</longdescription>
+</pkgmetadata>