summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:08:17 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 20:08:17 +0000
commit8d15baf1326cc8d2ac3e53be8c18baf1b15f8824 (patch)
tree5058e2b86a57337974641b1a967af8f92377f2c0 /games-arcade
parentChange dependency to virtual/libiconv. (diff)
downloadgentoo-2-8d15baf1326cc8d2ac3e53be8c18baf1b15f8824.tar.gz
gentoo-2-8d15baf1326cc8d2ac3e53be8c18baf1b15f8824.tar.bz2
gentoo-2-8d15baf1326cc8d2ac3e53be8c18baf1b15f8824.zip
Moved from games-arcade/marbleblastgolddemo to games-arcade/marbleblastgold-demo.
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/marbleblastgold-demo/ChangeLog19
-rw-r--r--games-arcade/marbleblastgold-demo/Manifest4
-rw-r--r--games-arcade/marbleblastgold-demo/files/digest-marbleblastgold-demo-1.4.11
-rw-r--r--games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild45
-rw-r--r--games-arcade/marbleblastgold-demo/metadata.xml37
5 files changed, 106 insertions, 0 deletions
diff --git a/games-arcade/marbleblastgold-demo/ChangeLog b/games-arcade/marbleblastgold-demo/ChangeLog
new file mode 100644
index 000000000000..b294f5d3fba8
--- /dev/null
+++ b/games-arcade/marbleblastgold-demo/ChangeLog
@@ -0,0 +1,19 @@
+# ChangeLog for games-arcade/marbleblastgolddemo
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgold-demo/ChangeLog,v 1.1 2006/04/13 20:08:17 wolf31o2 Exp $
+
+*marbleblastgold-demo-1.4.1 (13 Apr 2006)
+
+ 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+ +marbleblastgold-demo-1.4.1.ebuild:
+ Moved from games-arcade/marbleblastgolddemo to
+ games-arcade/marbleblastgold-demo.
+
+ 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ marbleblastgolddemo-1.4.1.ebuild:
+ Changed check_license to explicitly list license to check.
+
+*marbleblastgolddemo-1.4.1 (07 Oct 2003)
+
+ 07 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/games-arcade/marbleblastgold-demo/Manifest b/games-arcade/marbleblastgold-demo/Manifest
new file mode 100644
index 000000000000..4a1b2cecbc79
--- /dev/null
+++ b/games-arcade/marbleblastgold-demo/Manifest
@@ -0,0 +1,4 @@
+MD5 9517f1cc59b0633a4527b919323bac38 marbleblastgolddemo-1.4.1.ebuild 1024
+MD5 0188bab213c1d32eb4d96236ee2472ff ChangeLog 528
+MD5 c0fe89ff12e9b58b4a30512b6ea164f0 metadata.xml 1614
+MD5 77b706a026e4c77303a133d00da3565e files/digest-marbleblastgolddemo-1.4.1 79
diff --git a/games-arcade/marbleblastgold-demo/files/digest-marbleblastgold-demo-1.4.1 b/games-arcade/marbleblastgold-demo/files/digest-marbleblastgold-demo-1.4.1
new file mode 100644
index 000000000000..155f435d09d5
--- /dev/null
+++ b/games-arcade/marbleblastgold-demo/files/digest-marbleblastgold-demo-1.4.1
@@ -0,0 +1 @@
+MD5 0fd0889b8d1b8914c0045bd75efff67b MarbleBlastGoldDemo-1.4.1.sh.bin 11180534
diff --git a/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild b/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild
new file mode 100644
index 000000000000..54b24b163e97
--- /dev/null
+++ b/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild,v 1.1 2006/04/13 20:08:17 wolf31o2 Exp $
+
+inherit eutils games
+
+DESCRIPTION="race marbles through crazy stages"
+HOMEPAGE="http://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="-* x86 ~amd64"
+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/marbleblastgolddemo
+ dosym ${dir}/marbleblastgolddemo ${GAMES_BINDIR}/marbleblastgolddemo
+
+ 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
new file mode 100644
index 000000000000..69967c713de8
--- /dev/null
+++ b/games-arcade/marbleblastgold-demo/metadata.xml
@@ -0,0 +1,37 @@
+<?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 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>