summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-01-19 17:52:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-01-19 17:52:24 +0000
commit52cf1f1a579532aa2d053690b1b869aceff0dbbd (patch)
tree4fd75ca67c7a11ba8b1acba8f48b4e597e5a34bf /games-arcade/pengupop
parentVersion bump, thanks seemant (diff)
downloadgentoo-2-52cf1f1a579532aa2d053690b1b869aceff0dbbd.tar.gz
gentoo-2-52cf1f1a579532aa2d053690b1b869aceff0dbbd.tar.bz2
gentoo-2-52cf1f1a579532aa2d053690b1b869aceff0dbbd.zip
version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-arcade/pengupop')
-rw-r--r--games-arcade/pengupop/ChangeLog10
-rw-r--r--games-arcade/pengupop/files/digest-pengupop-2.2.13
-rw-r--r--games-arcade/pengupop/pengupop-2.2.1.ebuild33
3 files changed, 44 insertions, 2 deletions
diff --git a/games-arcade/pengupop/ChangeLog b/games-arcade/pengupop/ChangeLog
index 9f9bbc346d35..4697186a6945 100644
--- a/games-arcade/pengupop/ChangeLog
+++ b/games-arcade/pengupop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-arcade/pengupop
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.8 2006/10/25 05:04:00 nyhm Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.9 2007/01/19 17:52:24 mr_bones_ Exp $
+
+*pengupop-2.2.1 (19 Jan 2007)
+
+ 19 Jan 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ +pengupop-2.2.1.ebuild:
+ version bump
25 Oct 2006; Tristan Heaven <nyhm@gentoo.org> pengupop-2.1.9.ebuild:
~amd64 the new version as well, bug #152625
diff --git a/games-arcade/pengupop/files/digest-pengupop-2.2.1 b/games-arcade/pengupop/files/digest-pengupop-2.2.1
new file mode 100644
index 000000000000..0aeda0d687a0
--- /dev/null
+++ b/games-arcade/pengupop/files/digest-pengupop-2.2.1
@@ -0,0 +1,3 @@
+MD5 afcf595c8450be3e25b6775e4013f454 pengupop-2.2.1.tar.gz 1668729
+RMD160 d6437da30cb278c868bac33983a46ba8c8ded0e4 pengupop-2.2.1.tar.gz 1668729
+SHA256 9e5affffd927ae56b295dcfccc1e3df9b945ede6af3a4f30d8ee6a11fe3347b3 pengupop-2.2.1.tar.gz 1668729
diff --git a/games-arcade/pengupop/pengupop-2.2.1.ebuild b/games-arcade/pengupop/pengupop-2.2.1.ebuild
new file mode 100644
index 000000000000..ade72cd6e3a5
--- /dev/null
+++ b/games-arcade/pengupop/pengupop-2.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.1.ebuild,v 1.1 2007/01/19 17:52:24 mr_bones_ Exp $
+
+inherit eutils games
+
+DESCRIPTION="Networked multiplayer-only Puzzle Bubble clone"
+HOMEPAGE="http://www.junoplay.com/pengupop"
+SRC_URI="http://www.junoplay.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e 's/-g -Wall -O2/-Wall/' \
+ Makefile.in \
+ || die "sed failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README
+ domenu pengupop.desktop
+ doicon pengupop.png
+ prepgamesdirs
+}