diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
commit | cc08543575a6b320f3c2be460f60962dc533fab0 (patch) | |
tree | c0c84a544e9c65f214231209877f055b1e026bd6 /gnome-base/libbonoboui | |
parent | part of gnome2.2 rc2 mask (diff) | |
download | gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.gz gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.bz2 gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.zip |
gnome2.2 rc2 commit
Diffstat (limited to 'gnome-base/libbonoboui')
-rw-r--r-- | gnome-base/libbonoboui/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 | 1 | ||||
-rw-r--r-- | gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index f4dcebc98790..a16a67634e70 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.17 2002/12/22 14:22:40 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.18 2003/01/31 01:40:23 foser Exp $ + +*libbonoboui-2.2.0 (30 Jan 2003) + + 30 Jan 2003; foser <foser@gentoo.org> libbonobui-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/libbonoboui/files/digest-libbonoboui-2.2.0 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 new file mode 100644 index 000000000000..d8af9e05009c --- /dev/null +++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.2.0 @@ -0,0 +1 @@ +MD5 e3a5090990f0dcf88aa1e8e8cea74e4f libbonoboui-2.2.0.tar.bz2 510400 diff --git a/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild new file mode 100644 index 000000000000..2f0e3ba365fe --- /dev/null +++ b/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.2.0.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="User Interface part of Lib bonobo" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=x11-libs/gtk+-2.0.2 + >=gnome-base/bonobo-activation-1 + >=gnome-base/libbonobo-2 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/gconf-1.2.1 + >=dev-libs/libxml2-2.4.20" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" |