summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-04-24 14:20:17 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-04-24 14:20:17 +0000
commitf374f4e057cef2fbb70f043f270f5257ae7af364 (patch)
tree56608bae0434242d341b267249331a71220c51b3 /games-arcade/monkey-bubble
parentStable on sparc (diff)
downloadgentoo-2-f374f4e057cef2fbb70f043f270f5257ae7af364.tar.gz
gentoo-2-f374f4e057cef2fbb70f043f270f5257ae7af364.tar.bz2
gentoo-2-f374f4e057cef2fbb70f043f270f5257ae7af364.zip
Fix for gnome-doc-utils-0.10, bug #175785
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-arcade/monkey-bubble')
-rw-r--r--games-arcade/monkey-bubble/ChangeLog8
-rw-r--r--games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-gnome-doc.patch38
-rw-r--r--games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild11
3 files changed, 50 insertions, 7 deletions
diff --git a/games-arcade/monkey-bubble/ChangeLog b/games-arcade/monkey-bubble/ChangeLog
index e304ed7c3c7f..7a048f9a728f 100644
--- a/games-arcade/monkey-bubble/ChangeLog
+++ b/games-arcade/monkey-bubble/ChangeLog
@@ -1,6 +1,10 @@
# 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.22 2006/09/28 23:27:45 nyhm Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/ChangeLog,v 1.23 2007/04/24 14:20:17 nyhm Exp $
+
+ 24 Apr 2007; Tristan Heaven <nyhm@gentoo.org>
+ +files/monkey-bubble-0.4.0-gnome-doc.patch, monkey-bubble-0.4.0.ebuild:
+ Fix for gnome-doc-utils-0.10, bug #175785
*monkey-bubble-0.4.0 (28 Sep 2006)
diff --git a/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-gnome-doc.patch b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-gnome-doc.patch
new file mode 100644
index 000000000000..801ae84d9bab
--- /dev/null
+++ b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-gnome-doc.patch
@@ -0,0 +1,38 @@
+--- help/C/monkey-bubble.xml
++++ help/C/monkey-bubble.xml
+@@ -23,7 +23,7 @@
+ <publishername>GNOME Documentation Project</publishername>
+ </publisher>
+ <authorgroup>
+- <author>
++ <author role="maintainer">
+ <firstname>Thomas</firstname>
+ <surname>Cataldo</surname>
+ <affiliation>
+@@ -55,6 +55,7 @@
+ manual, follow the directions in the
+ <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>. </para>
+ </legalnotice>
++ <abstract role="description"><para>Monkey Bubble manual</para></abstract>
+ </articleinfo>
+
+ <indexterm>
+--- help/fr/monkey-bubble.xml
++++ help/fr/monkey-bubble.xml
+@@ -22,7 +22,7 @@
+ <publishername>Projet de documentation GNOME</publishername>
+ </publisher>
+ <authorgroup>
+- <author>
++ <author role="maintainer">
+ <firstname>Thomas</firstname>
+ <surname>Cataldo</surname>
+ <affiliation>
+@@ -47,6 +47,7 @@
+ <title>Votre avis</title>
+ <para>Pour signaler un probl&egrave;me ou faire une suggestion concernant l'application Monkey Bubble ou le pr&eacute;sent manuel, proc&eacute;dez comme indiqu&eacute;&agrave; la <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.</para>
+ </legalnotice>
++ <abstract role="description"><para>Monkey Bubble manual</para></abstract>
+ </articleinfo>
+
+ <indexterm>
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
index 6762d59a385f..e6e1a670d8d0 100644
--- a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
+++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.2 2006/09/29 00:48:35 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.3 2007/04/24 14:20:17 nyhm Exp $
-WANT_AUTOMAKE="latest"
inherit autotools eutils gnome2
DESCRIPTION="A Puzzle Bobble clone"
@@ -27,6 +26,8 @@ DEPEND=">=x11-libs/gtk+-2.10
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${P}-asneeded.patch"
- eautomake
+ epatch \
+ "${FILESDIR}"/${P}-asneeded.patch \
+ "${FILESDIR}"/${P}-gnome-doc.patch
+ eautoreconf
}