diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 20:06:23 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-08-11 20:06:23 +0000 |
commit | 0269b12dbb3275bf4dd570002e43f5934a2fd5f6 (patch) | |
tree | 3d55f9fa0acecdbe57bf88e2eee2c2abf5ee75ee /gnome-base | |
parent | Removing Gnome 2.14 (diff) | |
download | gentoo-2-0269b12dbb3275bf4dd570002e43f5934a2fd5f6.tar.gz gentoo-2-0269b12dbb3275bf4dd570002e43f5934a2fd5f6.tar.bz2 gentoo-2-0269b12dbb3275bf4dd570002e43f5934a2fd5f6.zip |
Removing Gnome 2.14
(Portage version: 2.1.3.4)
Diffstat (limited to 'gnome-base')
4 files changed, 5 insertions, 60 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index 64698163a141..1b1a494066fc 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.146 2007/08/11 15:04:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.147 2007/08/11 20:06:23 leio Exp $ + + 11 Aug 2007; Mart Raudsepp <leio@gentoo.org> + -files/libbonoboui-2.13.0-browser-lang.patch, -libbonoboui-2.14.0.ebuild: + Removing Gnome 2.14 11 Aug 2007; Andrej Kacian <ticho@gentoo.org> libbonoboui-2.18.0.ebuild: Stable on x86, bug #185823. diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.14.0 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.14.0 deleted file mode 100644 index 9ba1b89fae76..000000000000 --- a/gnome-base/libbonoboui/files/digest-libbonoboui-2.14.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dc26dc17cddc625cac37ecfab263a51a libbonoboui-2.14.0.tar.bz2 893139 -RMD160 8505123219cc5fbac971daf6f3e683a782c93bb4 libbonoboui-2.14.0.tar.bz2 893139 -SHA256 2dd02787e5bad91e1efbfe2fe041eefe8cf13ebce9607d6dd9764c69f37233a8 libbonoboui-2.14.0.tar.bz2 893139 diff --git a/gnome-base/libbonoboui/files/libbonoboui-2.13.0-browser-lang.patch b/gnome-base/libbonoboui/files/libbonoboui-2.13.0-browser-lang.patch deleted file mode 100644 index 8b187fb40e00..000000000000 --- a/gnome-base/libbonoboui/files/libbonoboui-2.13.0-browser-lang.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- 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/libbonoboui-2.14.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.14.0.ebuild deleted file mode 100644 index 4423e917c255..000000000000 --- a/gnome-base/libbonoboui/libbonoboui-2.14.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.14.0.ebuild,v 1.14 2006/10/19 15:42:28 kloeri Exp $ - -inherit eutils virtualx gnome2 - -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 ppc ppc64 sh sparc x86" -IUSE="doc" - -# GTK+ dep due to bug #126565 -RDEPEND=">=gnome-base/libgnomecanvas-1.116 - >=gnome-base/libbonobo-2.13 - >=gnome-base/libgnome-2.13.7 - >=dev-libs/libxml2-2.4.20 - >=gnome-base/gconf-2 - >=x11-libs/gtk+-2.8.12 - >=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}"/${PN}-2.13.0-browser-lang.patch -} - -src_test() { - Xmake check || die -} |