diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-09-08 13:28:27 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-09-08 13:28:27 +0000 |
commit | 0f400008e57b98aad066bf798291682d5793fc34 (patch) | |
tree | c72f36388a57776260c01c161b1b9edbe3b26a40 | |
parent | Marked ~amd64. (diff) | |
download | gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.tar.gz gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.tar.bz2 gentoo-2-0f400008e57b98aad066bf798291682d5793fc34.zip |
revision bump to fix bug 101017
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | gnome-base/libbonoboui/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libbonoboui/Manifest | 9 | ||||
-rw-r--r-- | gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch | 16 | ||||
-rw-r--r-- | gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 | 1 | ||||
-rw-r--r-- | gnome-base/libbonoboui/libbonoboui-2.10.1-r1.ebuild | 39 |
5 files changed, 69 insertions, 4 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index 69ca9cfda420..f36ff6a8b548 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.94 2005/09/03 20:26:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.95 2005/09/08 13:28:27 blubb Exp $ + +*libbonoboui-2.10.1-r1 (08 Sep 2005) + + 08 Sep 2005; Simon Stelling <blubb@gentoo.org> + +files/bonobo-browser-2.10.1-lang.patch, +libbonoboui-2.10.1-r1.ebuild: + revision bump to fix bug 101017 03 Sep 2005; Markus Rothe <corsair@gentoo.org> libbonoboui-2.10.0.ebuild: Stable on ppc64 diff --git a/gnome-base/libbonoboui/Manifest b/gnome-base/libbonoboui/Manifest index 1e5a8b48135f..4fe2ea6f10e6 100644 --- a/gnome-base/libbonoboui/Manifest +++ b/gnome-base/libbonoboui/Manifest @@ -1,8 +1,11 @@ MD5 c5a68c031dc8828df8716c2b36a120e2 ChangeLog 10133 +MD5 0b761628587feae2315b504b0791cf76 libbonoboui-2.10.0.ebuild 886 +MD5 8b23f8294ebf5f1d1a927f6916c4ca95 libbonoboui-2.10.1.ebuild 972 MD5 4a582277ecb2b5b1fe21b783d5c28db4 libbonoboui-2.8.1.ebuild 824 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 0b761628587feae2315b504b0791cf76 libbonoboui-2.10.0.ebuild 886 -MD5 373a3f3741d20b58bd02f777202f3448 libbonoboui-2.10.1.ebuild 874 -MD5 20a2b53b1010d3e8dc26c27363fbe46d files/digest-libbonoboui-2.8.1 71 +MD5 8b23f8294ebf5f1d1a927f6916c4ca95 libbonoboui-2.10.1-r1.ebuild 972 MD5 cde081606efa413d2c696c118b8e5db8 files/digest-libbonoboui-2.10.0 71 MD5 c7cb039a7f150df3a8f8e4f8f54fee40 files/digest-libbonoboui-2.10.1 71 +MD5 c7cb039a7f150df3a8f8e4f8f54fee40 files/digest-libbonoboui-2.10.1-r1 71 +MD5 20a2b53b1010d3e8dc26c27363fbe46d files/digest-libbonoboui-2.8.1 71 +MD5 5dfbabea3422ab40f3e468070dce9132 files/bonobo-browser-2.10.1-lang.patch 853 diff --git a/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch b/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch new file mode 100644 index 000000000000..8b187fb40e00 --- /dev/null +++ b/gnome-base/libbonoboui/files/bonobo-browser-2.10.1-lang.patch @@ -0,0 +1,16 @@ +--- tools/browser/oaf-helper.c.orig Sun Feb 6 03:04:39 2005 ++++ tools/browser/oaf-helper.c Sun Feb 6 03:06:17 2005 +@@ -58,10 +58,12 @@ + gchar **search; + + lang = getenv ("LANG"); ++ if (!lang) ++ return g_strdup (""); + + search = g_strsplit (lang, "_", 1); + if (!search) +- return ""; ++ return g_strdup (""); + + ret = g_strdup_printf ("%s", search[0]); + diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 new file mode 100644 index 000000000000..a9e9b3ca0661 --- /dev/null +++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.10.1-r1 @@ -0,0 +1 @@ +MD5 74c4b633ae33524e2f6d3e6573b75f3c libbonoboui-2.10.1.tar.bz2 884026 diff --git a/gnome-base/libbonoboui/libbonoboui-2.10.1-r1.ebuild b/gnome-base/libbonoboui/libbonoboui-2.10.1-r1.ebuild new file mode 100644 index 000000000000..9d7bff24084f --- /dev/null +++ b/gnome-base/libbonoboui/libbonoboui-2.10.1-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.10.1-r1.ebuild,v 1.1 2005/09/08 13:28:27 blubb Exp $ + +inherit gnome2 eutils + +DESCRIPTION="User Interface part of libbonobo" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc static" + +RDEPEND=">=gnome-base/libgnomecanvas-1.116 + >=gnome-base/libbonobo-2.3.3 + >=gnome-base/libgnome-1.116 + >=dev-libs/libxml2-2.4.20 + >=gnome-base/gconf-1.1.9 + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-1.99.11" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.28 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/bonobo-browser-${PV}-lang.patch +} + +pkg_setup() { + G2CONF="$(use_enable static)" +} |