diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:35:47 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-12-07 14:35:47 +0000 |
commit | d450ad15849075847a47493df694d12df0c4ab8f (patch) | |
tree | 0fcf6a4b1a6fcd7b991c00eb3a4d78d4587502dd /gnome-base/libbonobo | |
parent | Fix compilation on alpha and marked as stable (on alpha) (diff) | |
download | gentoo-2-d450ad15849075847a47493df694d12df0c4ab8f.tar.gz gentoo-2-d450ad15849075847a47493df694d12df0c4ab8f.tar.bz2 gentoo-2-d450ad15849075847a47493df694d12df0c4ab8f.zip |
removing 2.1 stuff
Diffstat (limited to 'gnome-base/libbonobo')
-rw-r--r-- | gnome-base/libbonobo/files/digest-libbonobo-2.1.0 | 1 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-2.1.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/gnome-base/libbonobo/files/digest-libbonobo-2.1.0 b/gnome-base/libbonobo/files/digest-libbonobo-2.1.0 deleted file mode 100644 index 07dbe99256f1..000000000000 --- a/gnome-base/libbonobo/files/digest-libbonobo-2.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c25a1afeb3c7e37ef3dda728f6e121f7 libbonobo-2.1.0.tar.bz2 401608 diff --git a/gnome-base/libbonobo/libbonobo-2.1.0.ebuild b/gnome-base/libbonobo/libbonobo-2.1.0.ebuild deleted file mode 100644 index 4cd902ade017..000000000000 --- a/gnome-base/libbonobo/libbonobo-2.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.1.0.ebuild,v 1.3 2002/11/30 23:31:56 nall Exp $ - -IUSE="doc" - -inherit gnome2 debug - -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-2.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" -src_compile () { - gnome2_src_configure - make || die "serial make failure" -} |