diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:26:34 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-19 12:26:34 +0000 |
commit | 491e07aef0ec2464921cb05401443636ff479c05 (patch) | |
tree | d069a697212986bd8aa6b82a21373353e0290d0c /gnome-base/bonobo | |
parent | repoman'd (diff) | |
download | gentoo-2-491e07aef0ec2464921cb05401443636ff479c05.tar.gz gentoo-2-491e07aef0ec2464921cb05401443636ff479c05.tar.bz2 gentoo-2-491e07aef0ec2464921cb05401443636ff479c05.zip |
Added LICENSE, SLOT, KEYWORDS
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.19-r1.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.19.ebuild | 54 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.19 | 1 |
3 files changed, 4 insertions, 56 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild index 9166780f4de2..fb0e5d23d53f 100644 --- a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.5 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.6 2002/07/19 12:26:33 stroke Exp $ S=${WORKDIR}/${P} DESCRIPTION="A set of language and system independant CORBA interfaces" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-" RDEPEND=">=gnome-base/oaf-0.6.8 >=gnome-base/ORBit-0.5.13 diff --git a/gnome-base/bonobo/bonobo-1.0.19.ebuild b/gnome-base/bonobo/bonobo-1.0.19.ebuild deleted file mode 100644 index 2a2a88706472..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.19.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - - -RDEPEND=">=gnome-base/oaf-0.6.7 - >=gnome-base/ORBit-0.5.12 - >=gnome-base/gnome-print-0.30" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - sys-devel/perl - >=dev-util/intltool-0.11" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - 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 - dodoc NEWS TODO -} - - - - - diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.19 b/gnome-base/bonobo/files/digest-bonobo-1.0.19 deleted file mode 100644 index 2df9d2634efb..000000000000 --- a/gnome-base/bonobo/files/digest-bonobo-1.0.19 +++ /dev/null @@ -1 +0,0 @@ -MD5 97a13cb5c86a5d75c3507a4ad2813090 bonobo-1.0.19.tar.gz 1556542 |