summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-10 13:43:18 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-10 13:43:18 +0000
commitfd78480c8df2e71c8a540ef6a2cbb6166de7a7eb (patch)
tree5da9cff653146551a2f7173c3790743c38354564 /gnome-base/bonobo
parentremoved old installation that breaks libxml1-using packages (diff)
downloadhistorical-fd78480c8df2e71c8a540ef6a2cbb6166de7a7eb.tar.gz
historical-fd78480c8df2e71c8a540ef6a2cbb6166de7a7eb.tar.bz2
historical-fd78480c8df2e71c8a540ef6a2cbb6166de7a7eb.zip
removed old version
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r--gnome-base/bonobo/bonobo-1.0.11.ebuild53
-rw-r--r--gnome-base/bonobo/bonobo-1.0.14.ebuild53
-rw-r--r--gnome-base/bonobo/bonobo-1.0.9-r2.ebuild53
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.111
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.141
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.9-r21
6 files changed, 0 insertions, 162 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.11.ebuild b/gnome-base/bonobo/bonobo-1.0.11.ebuild
deleted file mode 100644
index 3d374d299f10..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.11.ebuild
+++ /dev/null
@@ -1,53 +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.11.ebuild,v 1.1 2001/10/25 14:58:40 hallski 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.6-r1
- >=gnome-base/ORBit-0.5.10-r1
- >=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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.14.ebuild b/gnome-base/bonobo/bonobo-1.0.14.ebuild
deleted file mode 100644
index ee505fdaa207..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.14.ebuild
+++ /dev/null
@@ -1,53 +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.14.ebuild,v 1.1 2001/11/03 01:45:56 azarah 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.6-r1
- >=gnome-base/ORBit-0.5.10-r1
- >=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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.9-r2.ebuild b/gnome-base/bonobo/bonobo-1.0.9-r2.ebuild
deleted file mode 100644
index a3fafb144227..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.9-r2.ebuild
+++ /dev/null
@@ -1,53 +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.9-r2.ebuild,v 1.4 2001/10/22 10:00:28 hallski 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.6-r1
- >=gnome-base/ORBit-0.5.10-r1
- >=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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.11 b/gnome-base/bonobo/files/digest-bonobo-1.0.11
deleted file mode 100644
index 30d5c165fe3a..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c6b63010a033a75f556a3939ec75099 bonobo-1.0.11.tar.gz 1269760
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.14 b/gnome-base/bonobo/files/digest-bonobo-1.0.14
deleted file mode 100644
index 2ee9f5f64a94..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3bf9640162c5deba6e1a1c35fdcd981c bonobo-1.0.14.tar.gz 1277952
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.9-r2 b/gnome-base/bonobo/files/digest-bonobo-1.0.9-r2
deleted file mode 100644
index 8785157ca084..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.9-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee5c8becdec041a911c5159e4ebf1e91 bonobo-1.0.9.tar.gz 1269760