summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-30 01:08:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-30 01:08:27 +0000
commit534d6a88a4e5ebb410a186cea24b144c2ce11c1c (patch)
tree17b09f84a728469e62602da895d1ad2715a5c739 /gnome-base/bonobo
parentCircular dependencies involved with USE dependent bonobo support have been so... (diff)
downloadgentoo-2-534d6a88a4e5ebb410a186cea24b144c2ce11c1c.tar.gz
gentoo-2-534d6a88a4e5ebb410a186cea24b144c2ce11c1c.tar.bz2
gentoo-2-534d6a88a4e5ebb410a186cea24b144c2ce11c1c.zip
Cleaned up the ebuild a little
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r--gnome-base/bonobo/bonobo-1.0.15.ebuild53
-rw-r--r--gnome-base/bonobo/bonobo-1.0.17.ebuild53
-rw-r--r--gnome-base/bonobo/bonobo-1.0.18-r1.ebuild55
-rw-r--r--gnome-base/bonobo/bonobo-1.0.18.ebuild53
-rw-r--r--gnome-base/bonobo/bonobo-1.0.19-r1.ebuild11
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.151
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.171
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.181
-rw-r--r--gnome-base/bonobo/files/digest-bonobo-1.0.18-r11
9 files changed, 3 insertions, 226 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.15.ebuild b/gnome-base/bonobo/bonobo-1.0.15.ebuild
deleted file mode 100644
index bbac89b5815a..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.15.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.15.ebuild,v 1.1 2001/11/08 12:08:56 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.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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.17.ebuild b/gnome-base/bonobo/bonobo-1.0.17.ebuild
deleted file mode 100644
index 144e899f4638..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.17.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.17.ebuild,v 1.1 2001/11/20 00:07:55 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.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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.18-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.18-r1.ebuild
deleted file mode 100644
index e05b96ac18f4..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.18-r1.ebuild
+++ /dev/null
@@ -1,55 +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.18-r1.ebuild,v 1.1 2002/01/16 21:29:05 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.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/bonobo-1.0.18.ebuild b/gnome-base/bonobo/bonobo-1.0.18.ebuild
deleted file mode 100644
index 67b629b6481c..000000000000
--- a/gnome-base/bonobo/bonobo-1.0.18.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.18.ebuild,v 1.1 2002/01/13 14:50:49 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.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
-
- dodoc AUTHORS COPYING* ChangeLog README
- dodoc NEWS TODO
-}
-
-
-
-
-
diff --git a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild
index bd4e5a3f30d1..fd6fc601ae39 100644
--- a/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild
+++ b/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 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.19-r1.ebuild,v 1.2 2002/03/29 23:58:33 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.19-r1.ebuild,v 1.3 2002/03/30 01:08:27 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A set of language and system independant CORBA interfaces"
@@ -14,9 +14,9 @@ RDEPEND=">=gnome-base/oaf-0.6.8
>=gnome-base/gnome-print-0.30"
DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
sys-devel/perl
- >=dev-util/intltool-0.11"
+ nls? ( sys-devel/gettext
+ >=dev-util/intltool-0.11 )"
src_compile() {
local myconf
@@ -46,8 +46,3 @@ src_install() {
dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
}
-
-
-
-
-
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.15 b/gnome-base/bonobo/files/digest-bonobo-1.0.15
deleted file mode 100644
index a4a0c5ae2bb5..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 185140e01a5ac4f5e3abff8fd5d6b0cb bonobo-1.0.15.tar.gz 1271574
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.17 b/gnome-base/bonobo/files/digest-bonobo-1.0.17
deleted file mode 100644
index 31460200906c..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 344e97877be5b9d3c6c1e55ad5228688 bonobo-1.0.17.tar.gz 1272309
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.18 b/gnome-base/bonobo/files/digest-bonobo-1.0.18
deleted file mode 100644
index c3ce65be7636..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40a0328bc525038129b9409861b94c8f bonobo-1.0.18.tar.gz 1279988
diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.18-r1 b/gnome-base/bonobo/files/digest-bonobo-1.0.18-r1
deleted file mode 100644
index c3ce65be7636..000000000000
--- a/gnome-base/bonobo/files/digest-bonobo-1.0.18-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40a0328bc525038129b9409861b94c8f bonobo-1.0.18.tar.gz 1279988