diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-20 10:19:50 +0000 |
commit | 3f1b13b3764b15f62c0a1b25126454f08bf6ef52 (patch) | |
tree | bdb994ce2c1b3d04bf325c999ea3007582fcecf7 /dev-perl/CORBA-ORBit | |
parent | small fix0r (diff) | |
download | historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.gz historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.tar.bz2 historical-3f1b13b3764b15f62c0a1b25126454f08bf6ef52.zip |
eclass updates
Diffstat (limited to 'dev-perl/CORBA-ORBit')
-rw-r--r-- | dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3 | 1 |
3 files changed, 28 insertions, 30 deletions
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 new file mode 100644 index 000000000000..591d7ce34f1c --- /dev/null +++ b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry Alexandratos <jerry@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3-r2.ebuild,v 1.1 2002/05/20 10:19:50 seemant Exp $ + +# Inherit the perl-module.eclass functions +. /usr/portage/eclass/inherit.eclass || die +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.ebuild b/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3.ebuild deleted file mode 100644 index 71d7cbdee344..000000000000 --- a/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CORBA-ORBit/CORBA-ORBit-0.4.3.ebuild,v 1.3 2001/05/03 16:38:57 achim 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 - 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/files/digest-CORBA-ORBit-0.4.3 b/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3 deleted file mode 100644 index b34bebc282de..000000000000 --- a/dev-perl/CORBA-ORBit/files/digest-CORBA-ORBit-0.4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 17910897d32d9bbedad745fe3fa1b94a CORBA-ORBit-0.4.3.tar.gz 75290 |