summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-10-30 18:50:01 +0000
committerMarinus Schraal <foser@gentoo.org>2003-10-30 18:50:01 +0000
commit8634e0210d3c4b804b61446c8d0537038b2824ef (patch)
tree754cd30129769fadc937bb3003ccf8c9f7273d82 /gnome-base
parentnew release (diff)
downloadgentoo-2-8634e0210d3c4b804b61446c8d0537038b2824ef.tar.gz
gentoo-2-8634e0210d3c4b804b61446c8d0537038b2824ef.tar.bz2
gentoo-2-8634e0210d3c4b804b61446c8d0537038b2824ef.zip
new release
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libbonoboui/ChangeLog7
-rw-r--r--gnome-base/libbonoboui/Manifest4
-rw-r--r--gnome-base/libbonoboui/files/digest-libbonoboui-2.4.11
-rw-r--r--gnome-base/libbonoboui/libbonoboui-2.4.1.ebuild28
4 files changed, 37 insertions, 3 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog
index faef833cc83a..13e6cc7919fa 100644
--- a/gnome-base/libbonoboui/ChangeLog
+++ b/gnome-base/libbonoboui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/libbonoboui
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.37 2003/10/22 12:01:39 darkspecter Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.38 2003/10/30 18:49:55 foser Exp $
+
+*libbonoboui-2.4.1 (30 Oct 2003)
+
+ 30 Oct 2003; foser <foser@gentoo.org> libbonoboui-2.4.1.ebuild :
+ New release
22 Oct 2003; Bartosch Pixa <darkspecter@gentoo.org>
libbonoboui-2.4.0.ebuild:
diff --git a/gnome-base/libbonoboui/Manifest b/gnome-base/libbonoboui/Manifest
index 1146cd4a4a4d..48cddf2f8d9b 100644
--- a/gnome-base/libbonoboui/Manifest
+++ b/gnome-base/libbonoboui/Manifest
@@ -1,8 +1,8 @@
MD5 bc0991271cf39c5830e17f985bc31b2d libbonoboui-2.2.2.ebuild 835
MD5 71b2eaf6e14d30c459be446ae7bdea0a libbonoboui-2.2.4.ebuild 822
MD5 66568660bf06f18402cf922b1e05243b libbonoboui-2.4.0.ebuild 781
-MD5 ec8f8b7185cd88da66504d1a09e61395 ChangeLog 4349
-MD5 66568660bf06f18402cf922b1e05243b libbonoboui-2.4.1.ebuild 781
+MD5 266b247cf6e33246dc2a78f6a865d602 ChangeLog 4459
+MD5 df171789c825529a5c9a6027cbfe0948 libbonoboui-2.4.1.ebuild 776
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 079c3a4a6074af57f06705931c9df146 libbonoboui-2.2.0.1.ebuild 788
MD5 c4b021c763e62972ddc097c5d16724a0 files/digest-libbonoboui-2.2.0.1 72
diff --git a/gnome-base/libbonoboui/files/digest-libbonoboui-2.4.1 b/gnome-base/libbonoboui/files/digest-libbonoboui-2.4.1
new file mode 100644
index 000000000000..31901036cb50
--- /dev/null
+++ b/gnome-base/libbonoboui/files/digest-libbonoboui-2.4.1
@@ -0,0 +1 @@
+MD5 943a2d0e9fc7b9f0e97ba869de0c5f2a libbonoboui-2.4.1.tar.bz2 883338
diff --git a/gnome-base/libbonoboui/libbonoboui-2.4.1.ebuild b/gnome-base/libbonoboui/libbonoboui-2.4.1.ebuild
new file mode 100644
index 000000000000..70cae90da772
--- /dev/null
+++ b/gnome-base/libbonoboui/libbonoboui-2.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.4.1.ebuild,v 1.1 2003/10/30 18:49:55 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="User Interface part of libbonobo"
+HOMEPAGE="http://www.gnome.org/"
+
+IUSE="doc"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
+LICENSE="GPL-2 LGPL-2.1"
+
+RDEPEND=">=x11-libs/gtk+-2.2
+ >=gnome-base/libbonobo-2.3.3
+ >=gnome-base/libglade-2
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomecanvas-2
+ >=gnome-base/gconf-1.2
+ >=dev-libs/libxml2-2.4.20"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ dev-util/intltool
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"