summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-13 00:25:15 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-13 00:25:15 +0000
commitd8d45596507473e8c4373c0356dcdcb4d3616fa0 (patch)
tree58410ce40f63b8fbfbe7bc7d4d51ec92083275ae /gnome-base/libbonobo
parentTarball touchups for portage-2.0.44 and unmasking. (diff)
downloadhistorical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.tar.gz
historical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.tar.bz2
historical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.zip
GNOME 2.1.2 commit
Diffstat (limited to 'gnome-base/libbonobo')
-rw-r--r--gnome-base/libbonobo/ChangeLog7
-rw-r--r--gnome-base/libbonobo/files/digest-libbonobo-2.1.01
-rw-r--r--gnome-base/libbonobo/libbonobo-2.1.0.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog
index be408d4a3d41..913115dd8d10 100644
--- a/gnome-base/libbonobo/ChangeLog
+++ b/gnome-base/libbonobo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/libbonobo
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.9 2002/11/12 00:37:32 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.10 2002/11/13 00:25:15 foser Exp $
+
+*libbonobo-2.1.0 (12 Nov 2002)
+
+ 12 Nov 2002; foser <foser@gentoo.org> libbonobo-2.0.1.ebuild :
+ GNOME 2.1.2 release
*libbonobo-2.0.1 (17 Oct 2002)
diff --git a/gnome-base/libbonobo/files/digest-libbonobo-2.1.0 b/gnome-base/libbonobo/files/digest-libbonobo-2.1.0
new file mode 100644
index 000000000000..07dbe99256f1
--- /dev/null
+++ b/gnome-base/libbonobo/files/digest-libbonobo-2.1.0
@@ -0,0 +1 @@
+MD5 c25a1afeb3c7e37ef3dda728f6e121f7 libbonobo-2.1.0.tar.bz2 401608
diff --git a/gnome-base/libbonobo/libbonobo-2.1.0.ebuild b/gnome-base/libbonobo/libbonobo-2.1.0.ebuild
new file mode 100644
index 000000000000..2e870a1dff93
--- /dev/null
+++ b/gnome-base/libbonobo/libbonobo-2.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.1.0.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $
+
+IUSE="doc"
+
+inherit gnome2 debug
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a CORBA framework "
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
+LICENSE="LGPL-2.1 GPL-2"
+
+RDEPEND=">=dev-libs/glib-2.0.1
+ >=gnome-base/ORBit2-2.4.0
+ =gnome-base/bonobo-activation-2.1*"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.17
+ doc? ( >=dev-util/gtk-doc-0.6 )"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO"
+src_compile () {
+ gnome2_src_configure
+ make || die "serial make failure"
+}