diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:41:17 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:41:17 +0000 |
commit | 34418fb6f78e609379dc393d9f8cce1e8f00b842 (patch) | |
tree | 7807a540363ccb4a4217b0b6ec00ef56386e2df4 /gnome-base | |
parent | move gtk+ apps to /usr and use gtk+-1.2.10-r4, #2 (diff) | |
download | historical-34418fb6f78e609379dc393d9f8cce1e8f00b842.tar.gz historical-34418fb6f78e609379dc393d9f8cce1e8f00b842.tar.bz2 historical-34418fb6f78e609379dc393d9f8cce1e8f00b842.zip |
more in the great move
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.10.ebuild | 54 | ||||
-rw-r--r-- | gnome-base/ORBit/files/digest-ORBit-0.5.10 | 1 |
2 files changed, 0 insertions, 55 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.10.ebuild b/gnome-base/ORBit/ORBit-0.5.10.ebuild deleted file mode 100644 index 26e46c3d358c..000000000000 --- a/gnome-base/ORBit/ORBit-0.5.10.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 -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.10.ebuild,v 1.1 2001/10/05 10:02:19 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" -HOMEPAGE="http://www.labs.redhat.com/orbit/" - -DEPEND="virtual/glibc - nls? ( sys-devel/gettext ) - >=sys-apps/tcp-wrappers-7.6 - >=dev-libs/glib-1.2.8 - >=gnome-base/gnome-env-1.0" - -RDEPEND="virtual/glibc - >=gnome-base/gnome-env-1.0 - >=dev-libs/glib-1.2.8" - - -src_compile() { - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} --prefix=/opt/gnome \ - --sysconfdir=/etc/opt/gnome $myconf - - assert "Configure failed." - - make || die "Building failed." # Doesn't work with -j 4 (hallski) -} - -src_install() { - make DESTDIR=${D} install || die "Installation failed." - - dosed /opt/gnome/lib/*.la - dodoc AUTHORS COPYING* ChangeLog README NEWS TODO - dodoc docs/*.txt docs/IDEA1 - docinto idl - - cd libIDL - dodoc AUTHORS BUGS COPYING NEWS README* - docinto popt - - cd ../popt - dodoc CHANGES COPYING README -} - - - - diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.10 b/gnome-base/ORBit/files/digest-ORBit-0.5.10 deleted file mode 100644 index 012708fa6d4a..000000000000 --- a/gnome-base/ORBit/files/digest-ORBit-0.5.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 84e818d9f6fa4f389b9ea82aa00e8f6c ORBit-0.5.10.tar.gz |