diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-13 00:25:15 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-13 00:25:15 +0000 |
commit | d8d45596507473e8c4373c0356dcdcb4d3616fa0 (patch) | |
tree | 58410ce40f63b8fbfbe7bc7d4d51ec92083275ae /gnome-base/libbonoboui | |
parent | Tarball touchups for portage-2.0.44 and unmasking. (diff) | |
download | historical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.tar.gz historical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.tar.bz2 historical-d8d45596507473e8c4373c0356dcdcb4d3616fa0.zip |
GNOME 2.1.2 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.1.0 | 1 | ||||
-rw-r--r-- | gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild | 29 |
3 files changed, 36 insertions, 1 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index c6e6e898db81..45d6c0cb4f2c 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.11 2002/11/12 01:00:14 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.12 2002/11/13 00:25:15 foser Exp $ + +*libbonoboui-2.1.0 (12 Nov 2002) + + 12 Nov 2002; foser <foser@gentoo.org> libbonoboui-2.1.0.ebuild : + GNOME 2.1.2 release *libbonoboui-2.0.3.2 (27 Oct 2002) diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.1.0 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.1.0 new file mode 100644 index 000000000000..17a4aa468f98 --- /dev/null +++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.1.0 @@ -0,0 +1 @@ +MD5 5ff289dbaf560bef63b37a9db28b6fa2 libbonoboui-2.1.0.tar.bz2 492959 diff --git a/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.1.0.ebuild new file mode 100644 index 000000000000..6c526d4d93ab --- /dev/null +++ b/gnome-base/libbonoboui/libbonoboui-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/libbonoboui/libbonoboui-2.1.0.ebuild,v 1.1 2002/11/13 00:25:15 foser Exp $ + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="User Interface part of Lib bonobo" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + +RDEPEND=">=x11-libs/gtk+-2.0.2 + =gnome-base/bonobo-activation-2.1* + =gnome-base/libbonobo-2.1* + >=gnome-base/libglade-2 + =gnome-base/libgnome-2.1* + =gnome-base/libgnomecanvas-2.1* + >=gnome-base/gconf-1.2.1" + + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.22" + +LIBTOOL_FIX="0" +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" + |