diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-05-30 18:47:00 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-05-30 18:47:00 +0000 |
commit | 89e63f9509eac1710974b23ba64c1b3d2772108e (patch) | |
tree | 221efa974e84083f97f38654fb05051e5dea9190 /gnome-base | |
parent | New version that uses /etc/mail/mailer.conf as a more sane location (Manifest... (diff) | |
download | gentoo-2-89e63f9509eac1710974b23ba64c1b3d2772108e.tar.gz gentoo-2-89e63f9509eac1710974b23ba64c1b3d2772108e.tar.bz2 gentoo-2-89e63f9509eac1710974b23ba64c1b3d2772108e.zip |
wrong delete
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libbonobo/files/digest-libbonobo-2.4.3 | 1 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-2.4.3.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/gnome-base/libbonobo/files/digest-libbonobo-2.4.3 b/gnome-base/libbonobo/files/digest-libbonobo-2.4.3 new file mode 100644 index 000000000000..e6848224e216 --- /dev/null +++ b/gnome-base/libbonobo/files/digest-libbonobo-2.4.3 @@ -0,0 +1 @@ +MD5 420148e96773e6f27a49f1bbebb28fdd libbonobo-2.4.3.tar.bz2 1381949 diff --git a/gnome-base/libbonobo/libbonobo-2.4.3.ebuild b/gnome-base/libbonobo/libbonobo-2.4.3.ebuild new file mode 100644 index 000000000000..ba46e8464324 --- /dev/null +++ b/gnome-base/libbonobo/libbonobo-2.4.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.4.3.ebuild,v 1.11 2004/05/30 18:47:00 foser Exp $ + +inherit gnome2 + +DESCRIPTION="GNOME CORBA framework " +HOMEPAGE="http://www.gnome.org/" + +IUSE="doc" +SLOT="0" +KEYWORDS="x86 ppc alpha sparc hppa amd64 ia64 mips" +LICENSE="LGPL-2.1 GPL-2" + +RDEPEND=">=dev-libs/glib-2.0.1 + >=gnome-base/ORBit2-2.8 + >=dev-libs/libxml2-2.4.20 + !gnome-base/bonobo-activation" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.17 + doc? ( >=dev-util/gtk-doc-0.10 )" + +# comment out next bump (#31708) +#MAKEOPTS="${MAKEOPTS} -j1" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" |