diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:52 +0000 |
commit | 2c124cbb0db1ee402c1113c5a1d699cf646a8554 (patch) | |
tree | e3fdd91c68a81616c574aebdf4f8f91c784ecbaa /gnome-base/bonobo | |
parent | Some cleanup (diff) | |
download | historical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.tar.gz historical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.tar.bz2 historical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.zip |
*** empty log message ***
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.1.ebuild | 45 | ||||
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.2.ebuild | 45 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.1 | 1 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.2 | 1 |
4 files changed, 0 insertions, 92 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.1.ebuild b/gnome-base/bonobo/bonobo-1.0.1.ebuild deleted file mode 100644 index 9583ae9fefc6..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.1.ebuild +++ /dev/null @@ -1,45 +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.1.ebuild,v 1.2 2001/04/15 18:57:14 pete 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/unstable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/oaf-0.6.4 - >=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 make -} - -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.2.ebuild b/gnome-base/bonobo/bonobo-1.0.2.ebuild deleted file mode 100644 index e684df29b838..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.2.ebuild +++ /dev/null @@ -1,45 +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.2.ebuild,v 1.1 2001/05/05 16:41:25 achim 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/unstable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}" -HOMEPAGE="http://www.gnome.org/" - -DEPEND="nls? ( sys-devel/gettext ) - >=gnome-base/oaf-0.6.4 - >=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 make -} - -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/files/digest-bonobo-1.0.1 b/gnome-base/bonobo/files/digest-bonobo-1.0.1 deleted file mode 100644 index 60172fad2b5b..000000000000 --- a/gnome-base/bonobo/files/digest-bonobo-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0a8c712246af46a022c3da5476ab2b3f bonobo-1.0.1.tar.gz diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.2 b/gnome-base/bonobo/files/digest-bonobo-1.0.2 deleted file mode 100644 index 3e7719bf5b0d..000000000000 --- a/gnome-base/bonobo/files/digest-bonobo-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 950e76b5b916739e1701b0db533782ce bonobo-1.0.2.tar.gz |