From fb6edc484073026e2fed77a40b601663588c4b35 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Oct 2003 15:33:01 +0000 Subject: initial ebuild --- games-arcade/marbleblastdemo/ChangeLog | 8 +++++ .../files/digest-marbleblastdemo-1.3 | 1 + .../marbleblastdemo/marbleblastdemo-1.3.ebuild | 41 ++++++++++++++++++++++ games-arcade/marbleblastdemo/metadata.xml | 32 +++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 games-arcade/marbleblastdemo/ChangeLog create mode 100644 games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 create mode 100644 games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild create mode 100644 games-arcade/marbleblastdemo/metadata.xml (limited to 'games-arcade') diff --git a/games-arcade/marbleblastdemo/ChangeLog b/games-arcade/marbleblastdemo/ChangeLog new file mode 100644 index 000000000000..7dab63168165 --- /dev/null +++ b/games-arcade/marbleblastdemo/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for games-arcade/marbleblastdemo +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastdemo/ChangeLog,v 1.1 2003/10/07 15:33:01 vapier Exp $ + +*marbleblastdemo-1.3 (07 Oct 2003) + + 07 Oct 2003; Mike Frysinger : + Initial import. Ebuild submitted by me. diff --git a/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 b/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 new file mode 100644 index 000000000000..a1a329031832 --- /dev/null +++ b/games-arcade/marbleblastdemo/files/digest-marbleblastdemo-1.3 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..209190a9bbc8 --- /dev/null +++ b/games-arcade/marbleblastdemo/marbleblastdemo-1.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/10/07 15:33:01 vapier Exp $ + +inherit games eutils + +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="-* x86" + +DEPEND="" + +S=${WORKDIR} + +pkg_setup() { + check_license + 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 new file mode 100644 index 000000000000..751672e48c47 --- /dev/null +++ b/games-arcade/marbleblastdemo/metadata.xml @@ -0,0 +1,32 @@ + + + +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