diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-12 19:11:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-12 19:11:44 +0000 |
commit | c0bd4457ab90326470df3beff5a1287f38c5fe4f (patch) | |
tree | a3650711b654d182c6d56c1c5611eef0e206ed2b /dev-perl/ExtUtils-MakeMaker | |
parent | unmasked on x86 upon test reports (diff) | |
download | gentoo-2-c0bd4457ab90326470df3beff5a1287f38c5fe4f.tar.gz gentoo-2-c0bd4457ab90326470df3beff5a1287f38c5fe4f.tar.bz2 gentoo-2-c0bd4457ab90326470df3beff5a1287f38c5fe4f.zip |
PDEPEND is out - this bump is for 5.6.1 of perl
Diffstat (limited to 'dev-perl/ExtUtils-MakeMaker')
3 files changed, 67 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ChangeLog b/dev-perl/ExtUtils-MakeMaker/ChangeLog index e0997d46ddc5..6defd0c600fc 100644 --- a/dev-perl/ExtUtils-MakeMaker/ChangeLog +++ b/dev-perl/ExtUtils-MakeMaker/ChangeLog @@ -1,8 +1,15 @@ # ChangeLog for dev-perlErrorChangeLog/dev-perlExtUtils-MakeMakerChangeLog # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.8 2002/12/09 04:21:06 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.9 2002/12/12 19:11:44 mcummings Exp $ -\* Autoupdate keywords (12-6-02) +* ExtUtils-MakeMake-6.05-r2 (12 Dec 2002) + + (12 Dec 2002) Michael Cummings <mcummings@gentoo.org> + ExtUtils-MakeMake-6.05-r2.ebuild: + + PDEPEND is out; this bump is so that the new perl ebuild catches it + +* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r2.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r2.ebuild new file mode 100644 index 000000000000..a6e4ce2c7f4b --- /dev/null +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r2.ebuild,v 1.1 2002/12/12 19:11:44 mcummings Exp $ + +inherit perl-post + +S=${WORKDIR}/${P} +DESCRIPTION="MakeMaker Perl Module" +SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz" +HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 sparc ppc alpha" + +src_compile() { + perl Makefile.PL ${myconf} PREFIX=${D}/usr || die +} + +src_install () { + perl-post_perlinfo + dodir ${POD_DIR} + + test -z ${mytargets} && mytargets="install" + make \ + PREFIX=${D}/usr \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN2DIR=${D}/usr/share/man/man2 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + INSTALLMAN4DIR=${D}/usr/share/man/man4 \ + INSTALLMAN5DIR=${D}/usr/share/man/man5 \ + INSTALLMAN6DIR=${D}/usr/share/man/man6 \ + INSTALLMAN7DIR=${D}/usr/share/man/man7 \ + INSTALLMAN8DIR=${D}/usr/share/man/man8 \ + ${myinst} \ + ${mytargets} || die + + if [ -f ${D}${ARCH_LIB}/perllocal.pod ]; + then + touch ${D}/${POD_DIR}/${P}.pod + sed -e "s:${D}::g" ${D}${ARCH_LIB}/perllocal.pod \ + >> ${D}/${POD_DIR}/${P}.pod + touch ${D}/${POD_DIR}/${P}.pod.arch + cat ${D}/${POD_DIR}/${P}.pod >>${D}/${POD_DIR}/${P}.pod.arch + rm -f ${D}/${ARCH_LIB}/perllocal.pod + fi + if [ -f ${D}${SITE_LIB}/perllocal.pod ]; + then + touch ${D}/${POD_DIR}/${P}.pod + sed -e "s:${D}::g" ${D}${SITE_LIB}/perllocal.pod \ + >> ${D}/${POD_DIR}/${P}.pod + touch ${D}/${POD_DIR}/${P}.pod.site + cat ${D}/${POD_DIR}/${P}.pod >>${D}/${POD_DIR}/${P}.pod.site + rm -f ${D}/${SITE_LIB}/perllocal.pod + fi + dodoc Change* MANIFEST* README* ${mydoc} +} diff --git a/dev-perl/ExtUtils-MakeMaker/files/digest-ExtUtils-MakeMaker-6.05-r2 b/dev-perl/ExtUtils-MakeMaker/files/digest-ExtUtils-MakeMaker-6.05-r2 new file mode 100644 index 000000000000..ea0a957a9503 --- /dev/null +++ b/dev-perl/ExtUtils-MakeMaker/files/digest-ExtUtils-MakeMaker-6.05-r2 @@ -0,0 +1 @@ +MD5 559896f9f222a750812c58b937a660f3 ExtUtils-MakeMaker-6.05.tar.gz 187528 |