summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-29 09:40:14 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-29 09:40:14 +0000
commit5f7a29d7527f8f9e17825414684020111ba9bdc1 (patch)
treec726a19115958778323756b1d80b0f93731d9902 /games-arcade
parenthppa luvin (diff)
downloadhistorical-5f7a29d7527f8f9e17825414684020111ba9bdc1.tar.gz
historical-5f7a29d7527f8f9e17825414684020111ba9bdc1.tar.bz2
historical-5f7a29d7527f8f9e17825414684020111ba9bdc1.zip
hppa luvin
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/frozen-bubble/files/digest-frozen-bubble-1.0.0-r23
-rw-r--r--games-arcade/frozen-bubble/frozen-bubble-1.0.0-r2.ebuild60
-rw-r--r--games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild11
-rw-r--r--games-arcade/frozen-bubble/metadata.xml11
4 files changed, 10 insertions, 75 deletions
diff --git a/games-arcade/frozen-bubble/files/digest-frozen-bubble-1.0.0-r2 b/games-arcade/frozen-bubble/files/digest-frozen-bubble-1.0.0-r2
deleted file mode 100644
index 1abf1f03e569..000000000000
--- a/games-arcade/frozen-bubble/files/digest-frozen-bubble-1.0.0-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2be5ead2aee72adc3fb643630a774b59 frozen-bubble-1.0.0.tar.bz2 7321135
-MD5 08e6f290c41e135c88235b15566020cf frozen-bubble-client-0.0.3.tar.bz2 59680
-MD5 3b843f2ce1b6424e144b645ccc985997 frozen-bubble-server-0.0.3.tar.bz2 5772
diff --git a/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r2.ebuild b/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r2.ebuild
deleted file mode 100644
index aef582d2af26..000000000000
--- a/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r2.ebuild,v 1.1 2003/09/10 19:29:21 vapier Exp $
-
-inherit games perl-module
-
-NET_CLIENT_P=frozen-bubble-client-0.0.3
-NET_SERVER_P=frozen-bubble-server-0.0.3
-DESCRIPTION="A Puzzle Bubble clone written in perl (now with network support)"
-HOMEPAGE="http://www.frozen-bubble.org/ http://chl.tuxfamily.org/frozen-bubble/"
-SRC_URI="http://guillaume.cottenceau.free.fr/fb/${P}.tar.bz2
- http://chl.tuxfamily.org/frozen-bubble/${NET_CLIENT_P}.tar.bz2
- http://chl.tuxfamily.org/frozen-bubble/${NET_SERVER_P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND="virtual/glibc
- >=sys-apps/sed-4
- >=dev-lang/perl-5.6.1
- >=media-libs/sdl-mixer-1.2.3
- >=dev-perl/sdl-perl-1.19.0"
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e 's:INSTALLDIRS=.*:PREFIX=${D}/usr:' \
- ${P}/c_stuff/Makefile \
- || die 'sed c_stuff/Makefile failed'
-}
-
-src_compile() {
- make OPTIMIZE="${CFLAGS}" PREFIX=/usr/games || die
-
- cd ${WORKDIR}/${NET_SERVER_P}
- ./bootstrap.sh || die
- econf || die
-}
-
-src_install() {
- make PREFIX=${D}/usr/games install || die
- dosed /usr/games/bin/frozen-bubble
- dodoc AUTHORS CHANGES COPYING README
-
- cd ${WORKDIR}/${NET_CLIENT_P}
- make PREFIX=${D}/usr/games install || die
-
- cd ${WORKDIR}/${NET_SERVER_P}
- make DESTDIR=${D} install || die
- dodoc TODO
- newdoc README README.server
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
-}
diff --git a/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild b/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild
index b91c4d029c10..1f66fd2805d2 100644
--- a/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild
+++ b/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild,v 1.2 2004/01/10 06:17:31 augustus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-1.0.0-r3.ebuild,v 1.3 2004/01/29 09:40:14 vapier Exp $
inherit games perl-module
@@ -12,10 +12,9 @@ SRC_URI="http://guillaume.cottenceau.free.fr/fb/${P}.tar.bz2
http://chl.tuxfamily.org/frozen-bubble/${NET_CLIENT_P}.tar.bz2
http://chl.tuxfamily.org/frozen-bubble/${NET_SERVER_P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
+SLOT="0"
+KEYWORDS="x86 ppc hppa amd64"
DEPEND="virtual/glibc
>=sys-apps/sed-4
@@ -72,7 +71,3 @@ src_install() {
prepgamesdirs
}
-
-pkg_postinst() {
- games_pkg_postinst
-}
diff --git a/games-arcade/frozen-bubble/metadata.xml b/games-arcade/frozen-bubble/metadata.xml
index 499f8d9f075c..a8fe22f9e560 100644
--- a/games-arcade/frozen-bubble/metadata.xml
+++ b/games-arcade/frozen-bubble/metadata.xml
@@ -2,8 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
-<maintainer>
- <email>games@gentoo.org</email>
- <name>Games Team</name>
-</maintainer>
+<longdescription>
+Full-featured, colorful animated penguin eyecandy, 100 levels of 1p game, hours and hours of
+2p game, a level-editor, 3 professional quality 20-channels music tracks, 15 stereo sound
+effects, 7 unique graphical transition effects.
+
+You need this game.
+</longdescription>
</pkgmetadata>