summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-31 01:40:23 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-31 01:40:23 +0000
commitcc08543575a6b320f3c2be460f60962dc533fab0 (patch)
treec0c84a544e9c65f214231209877f055b1e026bd6 /gnome-base/libbonobo
parentpart of gnome2.2 rc2 mask (diff)
downloadgentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.gz
gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.bz2
gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.zip
gnome2.2 rc2 commit
Diffstat (limited to 'gnome-base/libbonobo')
-rw-r--r--gnome-base/libbonobo/ChangeLog7
-rw-r--r--gnome-base/libbonobo/files/digest-libbonobo-2.2.01
-rw-r--r--gnome-base/libbonobo/libbonobo-2.2.0.ebuild25
3 files changed, 32 insertions, 1 deletions
diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog
index 3ea6170f0517..5c65f54c208a 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.13 2002/12/13 10:56:53 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.14 2003/01/31 01:40:23 foser Exp $
+
+*libbonobo-2.2.0 (30 Jan 2003)
+
+ 30 Jan 2003; foser <foser@gentoo.org> libbonobo-2.2.0.ebuild :
+ GNOME 2.2 rc2 commit
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/gnome-base/libbonobo/files/digest-libbonobo-2.2.0 b/gnome-base/libbonobo/files/digest-libbonobo-2.2.0
new file mode 100644
index 000000000000..f693a6a19b6e
--- /dev/null
+++ b/gnome-base/libbonobo/files/digest-libbonobo-2.2.0
@@ -0,0 +1 @@
+MD5 4a17e033d67fa9ed353108a95670794b libbonobo-2.2.0.tar.bz2 754714
diff --git a/gnome-base/libbonobo/libbonobo-2.2.0.ebuild b/gnome-base/libbonobo/libbonobo-2.2.0.ebuild
new file mode 100644
index 000000000000..cfe8e36efe3b
--- /dev/null
+++ b/gnome-base/libbonobo/libbonobo-2.2.0.ebuild
@@ -0,0 +1,25 @@
+# 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.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $
+
+IUSE="doc"
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a CORBA framework "
+HOMEPAGE="http://www.gnome.org/"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+LICENSE="LGPL-2.1 GPL-2"
+
+RDEPEND=">=dev-libs/glib-2.0.1
+ >=gnome-base/ORBit2-2.4.0
+ >=gnome-base/bonobo-activation-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"