summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:13:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:13:15 +0000
commit7c1658bbf51b5842e41d5e28c521ab50990904b3 (patch)
treeed92ed304b4e051cd0f3831e9a1af8b1156c9672 /gnome-base/ORBit
parentChangeLog added (diff)
downloadhistorical-7c1658bbf51b5842e41d5e28c521ab50990904b3.tar.gz
historical-7c1658bbf51b5842e41d5e28c521ab50990904b3.tar.bz2
historical-7c1658bbf51b5842e41d5e28c521ab50990904b3.zip
more repoman'ing
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r--gnome-base/ORBit/ORBit-0.5.14-r1.ebuild59
-rw-r--r--gnome-base/ORBit/ORBit-0.5.14-r2.ebuild5
-rw-r--r--gnome-base/ORBit/ORBit-0.5.14.ebuild59
-rw-r--r--gnome-base/ORBit/ORBit-0.5.16.ebuild5
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.141
-rw-r--r--gnome-base/ORBit/files/digest-ORBit-0.5.14-r11
6 files changed, 8 insertions, 122 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.14-r1.ebuild b/gnome-base/ORBit/ORBit-0.5.14-r1.ebuild
deleted file mode 100644
index a2852d42c374..000000000000
--- a/gnome-base/ORBit/ORBit-0.5.14-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.14-r1.ebuild,v 1.5 2002/07/11 06:30:25 drobbins Exp $
-
-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}/${P}.tar.gz"
-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*"
-
-RDEPEND="virtual/glibc
- =dev-libs/glib-1.2*"
-
-
-src_compile() {
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- # Libtoolize to fix "relink bug" in older libtool's distributed
- # with packages.
- libtoolize --copy --force
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- $myconf || die
-
- make || die # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- install || die
-
- 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
-
- cd ${D}/usr/lib
- patch -p0 < ${FILESDIR}/libIDLConf.sh-gentoo.diff
-}
-
diff --git a/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild b/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild
index b29fa27ebf98..e25d98e786aa 100644
--- a/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.14-r2.ebuild,v 1.4 2002/07/17 10:13:15 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance"
@@ -15,6 +15,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc
=dev-libs/glib-1.2*"
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
src_compile() {
if [ -z "`use nls`" ] ; then
diff --git a/gnome-base/ORBit/ORBit-0.5.14.ebuild b/gnome-base/ORBit/ORBit-0.5.14.ebuild
deleted file mode 100644
index 550134981c50..000000000000
--- a/gnome-base/ORBit/ORBit-0.5.14.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.14.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
-
-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}/${P}.tar.gz"
-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*"
-
-RDEPEND="virtual/glibc
- =dev-libs/glib-1.2*"
-
-
-src_compile() {
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- # Libtoolize to fix "relink bug" in older libtool's distributed
- # with packages.
- libtoolize --copy --force
- aclocal
- autoconf
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- $myconf || die
-
- make || die # Doesn't work with -j 4 (hallski)
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- 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
-
- cd ${D}/usr/lib
- patch -p0 < ${FILESDIR}/libIDLConf.sh-gentoo.diff
-}
-
diff --git a/gnome-base/ORBit/ORBit-0.5.16.ebuild b/gnome-base/ORBit/ORBit-0.5.16.ebuild
index 305f1edd31aa..b5b1aa4137bc 100644
--- a/gnome-base/ORBit/ORBit-0.5.16.ebuild
+++ b/gnome-base/ORBit/ORBit-0.5.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.16.ebuild,v 1.3 2002/07/17 10:13:15 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance"
@@ -15,6 +15,9 @@ DEPEND="virtual/glibc
RDEPEND="virtual/glibc
=dev-libs/glib-1.2*"
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86 ppc"
src_compile() {
if [ -z "`use nls`" ] ; then
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.14 b/gnome-base/ORBit/files/digest-ORBit-0.5.14
deleted file mode 100644
index 7160a98a2936..000000000000
--- a/gnome-base/ORBit/files/digest-ORBit-0.5.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 03d2b86a5ecad95fa0dced110b19fff6 ORBit-0.5.14.tar.gz 1336536
diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.14-r1 b/gnome-base/ORBit/files/digest-ORBit-0.5.14-r1
deleted file mode 100644
index 7160a98a2936..000000000000
--- a/gnome-base/ORBit/files/digest-ORBit-0.5.14-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 03d2b86a5ecad95fa0dced110b19fff6 ORBit-0.5.14.tar.gz 1336536