summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-12-05 17:48:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-12-05 17:48:07 +0000
commit8ffa8b74903938078196554cd8ff81a0a92abce4 (patch)
tree9a5c14250d2edd655a5f62a113129a9234043d5b /games-arcade
parentversion bump (diff)
downloadgentoo-2-8ffa8b74903938078196554cd8ff81a0a92abce4.tar.gz
gentoo-2-8ffa8b74903938078196554cd8ff81a0a92abce4.tar.bz2
gentoo-2-8ffa8b74903938078196554cd8ff81a0a92abce4.zip
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/pengupop/ChangeLog10
-rw-r--r--games-arcade/pengupop/pengupop-2.2.5.ebuild33
2 files changed, 41 insertions, 2 deletions
diff --git a/games-arcade/pengupop/ChangeLog b/games-arcade/pengupop/ChangeLog
index 894957f6e600..0231d98ab855 100644
--- a/games-arcade/pengupop/ChangeLog
+++ b/games-arcade/pengupop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-arcade/pengupop
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.15 2008/06/22 15:37:05 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.16 2009/12/05 17:48:07 mr_bones_ Exp $
+
+*pengupop-2.2.5 (05 Dec 2009)
+
+ 05 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +pengupop-2.2.5.ebuild:
+ version bump
22 Jun 2008; Markus Meier <maekke@gentoo.org> pengupop-2.2.3.ebuild:
x86 stable, bug #227649
diff --git a/games-arcade/pengupop/pengupop-2.2.5.ebuild b/games-arcade/pengupop/pengupop-2.2.5.ebuild
new file mode 100644
index 000000000000..67729db2373d
--- /dev/null
+++ b/games-arcade/pengupop/pengupop-2.2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.5.ebuild,v 1.1 2009/12/05 17:48:07 mr_bones_ Exp $
+
+EAPI=2
+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[audio,video]
+ sys-libs/zlib"
+
+src_prepare() {
+ 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
+}