diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 23:27:45 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-28 23:27:45 +0000 |
commit | 9aa3b511442b70badd63a129ebc972b69e2fa71b (patch) | |
tree | 41b6b93d3c9d21472a772d83540d2333177fe4db /games-arcade/monkey-bubble | |
parent | stable on ppc (Bug #148936) (diff) | |
download | gentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.tar.gz gentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.tar.bz2 gentoo-2-9aa3b511442b70badd63a129ebc972b69e2fa71b.zip |
Version bump, bug #148349
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-arcade/monkey-bubble')
4 files changed, 72 insertions, 1 deletions
diff --git a/games-arcade/monkey-bubble/ChangeLog b/games-arcade/monkey-bubble/ChangeLog index 20419ed1b76b..e304ed7c3c7f 100644 --- a/games-arcade/monkey-bubble/ChangeLog +++ b/games-arcade/monkey-bubble/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/monkey-bubble # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/ChangeLog,v 1.21 2006/05/01 07:02:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/ChangeLog,v 1.22 2006/09/28 23:27:45 nyhm Exp $ + +*monkey-bubble-0.4.0 (28 Sep 2006) + + 28 Sep 2006; Tristan Heaven <nyhm@gentoo.org> + +files/monkey-bubble-0.4.0-asneeded.patch, +monkey-bubble-0.4.0.ebuild: + Version bump, bug #148349 01 May 2006; Michael Sterrett <mr_bones_@gentoo.org> +files/monkey-bubble-0.3.2-asneeded.patch, monkey-bubble-0.3.2.ebuild: diff --git a/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.4.0 b/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.4.0 new file mode 100644 index 000000000000..777247750dc5 --- /dev/null +++ b/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.4.0 @@ -0,0 +1,3 @@ +MD5 0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz 5360713 +RMD160 1b01057841062bdefe9bbf5db565a2ee2b22153f monkey-bubble-0.4.0.tar.gz 5360713 +SHA256 eb96293a0fadbbfc3cd3ae0bbb557d9bf8a4dd8edccdd8ce1b913e8ba49a1c89 monkey-bubble-0.4.0.tar.gz 5360713 diff --git a/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch new file mode 100644 index 000000000000..7bccffd385f4 --- /dev/null +++ b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-asneeded.patch @@ -0,0 +1,30 @@ +--- monkey-bubble-0.3.2/src/net/Makefile.am.orig 2006-04-30 17:29:36.000000000 +0200 ++++ monkey-bubble-0.3.2/src/net/Makefile.am 2006-04-30 17:30:00.000000000 +0200 +@@ -28,10 +28,10 @@ + monkey_srv_LDFLAGS = + + monkey_srv_LDADD = \ +- $(MONKEY_SRV_LIBS) \ + libmonkeynet.a \ + ../monkey/libmonkey.a \ +- ../util/libmonkeyutil.a ++ ../util/libmonkeyutil.a \ ++ $(MONKEY_SRV_LIBS) + + $(libmonkeynet_a_OBJECTS): $(marshal_sources) + +--- monkey-bubble-0.3.2/src/ui/Makefile.am.orig 2006-04-30 17:41:27.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/Makefile.am 2006-04-30 17:41:52.000000000 +0200 +@@ -50,10 +50,10 @@ + + + monkey_bubble_LDADD = \ +- $(UI_LIBS) \ + ../monkey/libmonkey.a \ + ../view/libmonkeyview.a \ + ../util/libmonkeyutil.a \ + ../net/libmonkeynet.a \ + ../audio/libmonkeyaudio.a \ +- ../input/libmbinput.a ++ ../input/libmbinput.a \ ++ $(UI_LIBS) diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild new file mode 100644 index 000000000000..3a8cd9519f50 --- /dev/null +++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.1 2006/09/28 23:27:45 nyhm Exp $ + +WANT_AUTOMAKE="latest" +inherit autotools eutils gnome2 + +DESCRIPTION="A Puzzle Bobble clone" +HOMEPAGE="http://home.gna.org/monkeybubble/" +SRC_URI="http://home.gna.org/monkeybubble/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.0 + >=dev-libs/glib-2.0 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/librsvg-2.0 + >=gnome-base/gconf-2.0 + =media-libs/gstreamer-0.10* + >=dev-libs/libxml2-2.6.7 + app-text/scrollkeeper" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-asneeded.patch" + eautomake +} |