diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-08-23 10:05:13 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-08-23 10:05:13 +0000 |
commit | 2c34020e44eb421f01fa300e7f72a7a4603cebf8 (patch) | |
tree | 53d675dcc0cd4c0dce0e2c07095e326856a88c0a /gnome-base/bonobo | |
parent | updated to 0.6.6 and removed old SRC_URI (diff) | |
download | historical-2c34020e44eb421f01fa300e7f72a7a4603cebf8.tar.gz historical-2c34020e44eb421f01fa300e7f72a7a4603cebf8.tar.bz2 historical-2c34020e44eb421f01fa300e7f72a7a4603cebf8.zip |
removed 1.0.4 and 1.0.6, updated SRC_URI
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.4.ebuild | 49 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.6.ebuild | 49 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.7.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.8-r1.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.8.ebuild | 5 |
5 files changed, 6 insertions, 107 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.4.ebuild b/gnome-base/bonobo/bonobo-1.0.4.ebuild deleted file mode 100644 index 92aa3dddfef0..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.4.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl - >=gnome-base/oaf-0.6.5 - >=dev-util/xml-i18n-tools-0.8.4 - >=gnome-base/gnome-print-0.25" - -RDEPEND=">=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-print-0.25" - -src_compile() { - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - # on of the samples in the package need to be regenerated from the idl files - rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h - rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c - - try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} - try pmake -} - -src_install() { - - try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install - - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS TODO -} - - - - - - - diff --git a/gnome-base/bonobo/bonobo-1.0.6.ebuild b/gnome-base/bonobo/bonobo-1.0.6.ebuild deleted file mode 100644 index a80cd97b9f7d..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.6.ebuild,v 1.5 2001/08/03 23:05:06 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl - >=gnome-base/oaf-0.6.5 - >=dev-util/xml-i18n-tools-0.8.4 - >=gnome-base/gnome-print-0.25" - -RDEPEND=">=gnome-base/oaf-0.6.5 - >=gnome-base/gnome-print-0.25" - -src_compile() { - local myconf - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - # on of the samples in the package need to be regenerated from the idl files - rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo.h - rm -f ${S}/samples/bonobo-class/Bonobo_Sample_Echo-*.c - - try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf} - try pmake -} - -src_install() { - - try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install - - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS TODO -} - - - - - - - diff --git a/gnome-base/bonobo/bonobo-1.0.7.ebuild b/gnome-base/bonobo/bonobo-1.0.7.ebuild index a86a44504828..e70700f3d598 100644 --- a/gnome-base/bonobo/bonobo-1.0.7.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.7.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.7.ebuild,v 1.2 2001/08/03 23:05:06 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.7.ebuild,v 1.3 2001/08/23 10:05:13 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl diff --git a/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild index 55ab528d1c53..63faa93a25e6 100644 --- a/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild,v 1.1 2001/08/21 15:15:53 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8-r1.ebuild,v 1.2 2001/08/23 10:05:13 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl diff --git a/gnome-base/bonobo/bonobo-1.0.8.ebuild b/gnome-base/bonobo/bonobo-1.0.8.ebuild index 593b50c7bfdb..5c377a1abdfd 100644 --- a/gnome-base/bonobo/bonobo-1.0.8.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.8.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8.ebuild,v 1.2 2001/08/21 11:03:37 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.8.ebuild,v 1.3 2001/08/23 10:05:13 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" HOMEPAGE="http://www.gnome.org/" DEPEND="nls? ( sys-devel/gettext ) sys-devel/perl |