diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-04 10:43:57 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-04 10:43:57 +0000 |
commit | 122815a13bf847e8ee281895af4f67fa46f64f15 (patch) | |
tree | 5b4888a0f26c2fc8015678775294b6e770403021 /gnome-base/bonobo | |
parent | Initial revision. fixes bug #30253. (diff) | |
download | gentoo-2-122815a13bf847e8ee281895af4f67fa46f64f15.tar.gz gentoo-2-122815a13bf847e8ee281895af4f67fa46f64f15.tar.bz2 gentoo-2-122815a13bf847e8ee281895af4f67fa46f64f15.zip |
Removing obsolete ebuilds
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.19-r1.ebuild | 51 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.21.ebuild | 40 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.19-r1 | 1 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.21 | 1 |
4 files changed, 0 insertions, 93 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild deleted file mode 100644 index a5a8fda923cf..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.23 2004/11/08 16:16:13 vapier Exp $ - -DESCRIPTION="A set of language and system independent CORBA interfaces" -HOMEPAGE="http://www.gnome.org/" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="arm ppc sparc x86" -IUSE="nls" - -RDEPEND=">=gnome-base/oaf-0.6.8 - =gnome-base/orbit-0* - >=gnome-base/gnome-print-0.30 - >=media-libs/gdk-pixbuf-0.6" -DEPEND="${RDEPEND} - dev-lang/perl - nls? ( sys-devel/gettext - >=dev-util/intltool-0.11 )" - -src_compile() { - #libtoolize to fix relink bug - libtoolize --copy --force - - local myconf="" - use nls || myconf="${myconf} --disable-nls" - - CFLAGS="${CFLAGS} `gnome-config --cflags print`" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # make -j 4 didn't work -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - chmod 644 ${D}/usr/lib/pkgconfig/libefs.pc - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} diff --git a/gnome-base/bonobo/bonobo-1.0.21.ebuild b/gnome-base/bonobo/bonobo-1.0.21.ebuild deleted file mode 100644 index e4beb3b5bf22..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.21.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.21.ebuild,v 1.14 2004/11/08 16:16:13 vapier Exp $ - -inherit gnome.org libtool - -DESCRIPTION="A set of language and system independent CORBA interfaces" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~ppc ~sparc ~x86" -IUSE="nls" - -RDEPEND=">=gnome-base/oaf-0.6.8 - =gnome-base/orbit-0* - >=gnome-base/gnome-print-0.30 - >=media-libs/gdk-pixbuf-0.6" -DEPEND="${RDEPEND} - dev-lang/perl - nls? ( sys-devel/gettext - >=dev-util/intltool-0.11 )" - -src_compile() { - #libtoolize to fix relink bug - elibtoolize - - local myconf="" - use nls || myconf="${myconf} --disable-nls" - - econf ${myconf} || die - - make || die # make -j 4 didn't work -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO -} diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.19-r1 b/gnome-base/bonobo/files/digest-bonobo-1.0.19-r1 deleted file mode 100644 index 2df9d2634efb..000000000000 --- a/gnome-base/bonobo/files/digest-bonobo-1.0.19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 97a13cb5c86a5d75c3507a4ad2813090 bonobo-1.0.19.tar.gz 1556542 diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.21 b/gnome-base/bonobo/files/digest-bonobo-1.0.21 deleted file mode 100644 index ba4e73d15d4c..000000000000 --- a/gnome-base/bonobo/files/digest-bonobo-1.0.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 79265a2889db3cd2fba097b1064df4fb bonobo-1.0.21.tar.bz2 1195288 |