summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-12 15:42:31 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-12 15:42:31 +0000
commit79d9f565f442d214a2eb11143159dcbeffefd39f (patch)
tree0ef879b856d5e7afe764c88a8a3165e527a01522 /games-arcade/pengupop
parentUpdate due to regression; the new skinning engine was not fully compatible wi... (diff)
downloadgentoo-2-79d9f565f442d214a2eb11143159dcbeffefd39f.tar.gz
gentoo-2-79d9f565f442d214a2eb11143159dcbeffefd39f.tar.bz2
gentoo-2-79d9f565f442d214a2eb11143159dcbeffefd39f.zip
Version bump
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'games-arcade/pengupop')
-rw-r--r--games-arcade/pengupop/ChangeLog7
-rw-r--r--games-arcade/pengupop/files/digest-pengupop-2.1.83
-rw-r--r--games-arcade/pengupop/pengupop-2.1.8.ebuild31
3 files changed, 40 insertions, 1 deletions
diff --git a/games-arcade/pengupop/ChangeLog b/games-arcade/pengupop/ChangeLog
index de51069a18f1..1f4e3daf893d 100644
--- a/games-arcade/pengupop/ChangeLog
+++ b/games-arcade/pengupop/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2006/08/22 19:14:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.5 2006/10/12 15:42:31 nyhm Exp $
+
+*pengupop-2.1.8 (12 Oct 2006)
+
+ 12 Oct 2006; Tristan Heaven <nyhm@gentoo.org> +pengupop-2.1.8.ebuild:
+ Version bump
*pengupop-2.1.6 (22 Aug 2006)
diff --git a/games-arcade/pengupop/files/digest-pengupop-2.1.8 b/games-arcade/pengupop/files/digest-pengupop-2.1.8
new file mode 100644
index 000000000000..e23e942c96a2
--- /dev/null
+++ b/games-arcade/pengupop/files/digest-pengupop-2.1.8
@@ -0,0 +1,3 @@
+MD5 9ee4366168973228d4790fd60e624f90 pengupop-2.1.8.tar.gz 1194486
+RMD160 4607a4612cd3a415c47aab4fe5c60cd88dc07f1c pengupop-2.1.8.tar.gz 1194486
+SHA256 c147e8c4e43de2d99f2361dda482ed9ed2fcde3ae90a8b796f9c9911ce760f8f pengupop-2.1.8.tar.gz 1194486
diff --git a/games-arcade/pengupop/pengupop-2.1.8.ebuild b/games-arcade/pengupop/pengupop-2.1.8.ebuild
new file mode 100644
index 000000000000..39e35badf7e1
--- /dev/null
+++ b/games-arcade/pengupop/pengupop-2.1.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.1.8.ebuild,v 1.1 2006/10/12 15:42:31 nyhm 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="~ppc ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i '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
+}