diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
commit | 8713a240acde8799bb5016fb31d6606b7f9bbdec (patch) | |
tree | 98164b93a347a0f1d81a628e86ab268e3f841648 /dev-perl/CORBA-ORBit | |
parent | newt new package (diff) | |
download | gentoo-2-8713a240acde8799bb5016fb31d6606b7f9bbdec.tar.gz gentoo-2-8713a240acde8799bb5016fb31d6606b7f9bbdec.tar.bz2 gentoo-2-8713a240acde8799bb5016fb31d6606b7f9bbdec.zip |
repoman'd
Diffstat (limited to 'dev-perl/CORBA-ORBit')
5 files changed, 5 insertions, 64 deletions
diff --git a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r1.ebuild b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r1.ebuild deleted file mode 100644 index da5479d52927..000000000000 --- a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r1.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -CATEGORY="dev-perl" -DESCRIPTION="A Convert Perl Module" -SRC_URI="http://www.cpan.org/modules/by-module/CORBA/${A}" -HOMEPAGE="http://www.cpan.org/modules/by-module/CORBA/${P}.readme" - -DEPEND=">=sys-devel/perl-5 - >=dev-perl/Error-0.13 - >=gnome-base/ORBit-0.5.6" - -src_compile() { - perl Makefile.PL - # Fix for missing IDL headers - cp Makefile Makefile.orig - sed -e "s:-I/usr/include/orbit-1.0:-I/usr/include/orbit-1.0 -I/usr/include/libIDL-1.0/:" \ - Makefile.orig > Makefile - try make - try make test -} - -src_install () { - try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install - dodoc ChangeLog MANIFEST README -} - - - diff --git a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild deleted file mode 100644 index a5d74fc2f7ee..000000000000 --- a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild +++ /dev/null @@ -1,27 +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/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions - -inherit perl-module - -S=${WORKDIR}/${P} -CATEGORY="dev-perl" -DESCRIPTION="A Convert Perl Module" -SRC_URI="http://www.cpan.org/modules/by-module/CORBA/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/CORBA/${P}.readme" - -DEPEND="${DEPEND} - >=dev-perl/Error-0.13 - >=gnome-base/ORBit-0.5.6" - -src_compile() { - - base_src_compile makemake - - cp Makefile Makefile.orig - sed -e "s:-I/usr/include/orbit-1.0:-I/usr/include/orbit-1.0 -I/usr/include/libIDL-1.0:g" \ - Makefile.orig > Makefile - base_src_compile test -} diff --git a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild index 719aad4698b5..4d6afbf02a3c 100644 --- a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild +++ b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild @@ -1,8 +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/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ - -# Inherit the perl-module.eclass functions +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r3.ebuild,v 1.3 2002/07/23 22:29:48 seemant Exp $ inherit perl-module @@ -12,6 +10,10 @@ DESCRIPTION="A Convert Perl Module" SRC_URI="http://www.cpan.org/modules/by-module/CORBA/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/CORBA/${P}.readme" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + DEPEND="${DEPEND} >=dev-perl/Error-0.13 >=gnome-base/ORBit-0.5.6" diff --git a/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r1 b/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r1 deleted file mode 100644 index b34bebc282de..000000000000 --- a/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 17910897d32d9bbedad745fe3fa1b94a CORBA-ORBit-0.4.3.tar.gz 75290 diff --git a/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r2 b/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r2 deleted file mode 100644 index b34bebc282de..000000000000 --- a/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 17910897d32d9bbedad745fe3fa1b94a CORBA-ORBit-0.4.3.tar.gz 75290 |