summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-02-03 22:02:56 +0000
committerMart Raudsepp <leio@gentoo.org>2008-02-03 22:02:56 +0000
commitc59cd9a0256ef2c5274d704f30398d8c64efafaa (patch)
tree6cbd0135b162e0146bd7d7c19f3ed3525d0813f3 /gnome-base
parentAdd nightly for 2008-02-03 and fix MySQL password entry issue (diff)
downloadgentoo-2-c59cd9a0256ef2c5274d704f30398d8c64efafaa.tar.gz
gentoo-2-c59cd9a0256ef2c5274d704f30398d8c64efafaa.tar.bz2
gentoo-2-c59cd9a0256ef2c5274d704f30398d8c64efafaa.zip
Version bump, fixing a potential situation hanging the entire desktop
(Portage version: 2.1.4.1)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libbonobo/ChangeLog7
-rw-r--r--gnome-base/libbonobo/libbonobo-2.20.4.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog
index 036739d8759d..4023c381cdc0 100644
--- a/gnome-base/libbonobo/ChangeLog
+++ b/gnome-base/libbonobo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/libbonobo
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.146 2008/02/03 11:20:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.147 2008/02/03 22:02:56 leio Exp $
+
+*libbonobo-2.20.4 (03 Feb 2008)
+
+ 03 Feb 2008; Mart Raudsepp <leio@gentoo.org> +libbonobo-2.20.4.ebuild:
+ Version bump, fixing a potential situation hanging the entire desktop
03 Feb 2008; Raúl Porcel <armin76@gentoo.org> libbonobo-2.20.3.ebuild:
alpha/ia64/sparc stable wrt #208366
diff --git a/gnome-base/libbonobo/libbonobo-2.20.4.ebuild b/gnome-base/libbonobo/libbonobo-2.20.4.ebuild
new file mode 100644
index 000000000000..59cc6500d96d
--- /dev/null
+++ b/gnome-base/libbonobo/libbonobo-2.20.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.20.4.ebuild,v 1.1 2008/02/03 22:02:56 leio Exp $
+
+inherit gnome2
+
+DESCRIPTION="GNOME CORBA framework"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="debug doc"
+
+RDEPEND=">=dev-libs/glib-2.8
+ >=gnome-base/orbit-2.14.0
+ >=dev-libs/libxml2-2.4.20
+ >=dev-libs/popt-1.5
+ !gnome-base/bonobo-activation"
+DEPEND="${RDEPEND}
+ x11-apps/xrdb
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+pkg_setup() {
+ G2CONF="${G2CONF} $(use_enable debug bonobo-activation-debug)"
+}