diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-09-09 21:53:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-09-09 21:53:26 +0000 |
commit | 432011578cc7c6847a1be456bdfc92f078a29016 (patch) | |
tree | 123a1456d83ae74ea76d623dc40e16fa2fde7a03 /dev-perl/ExtUtils-F77 | |
parent | This test eclass has been tested on all platforms and is no longer (diff) | |
download | historical-432011578cc7c6847a1be456bdfc92f078a29016.tar.gz historical-432011578cc7c6847a1be456bdfc92f078a29016.tar.bz2 historical-432011578cc7c6847a1be456bdfc92f078a29016.zip |
These are syntax fixes for the new perl eclass. The new perl eclass uses a corrected makemaker for perl.
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild | 14 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.14 | 1 |
3 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index a8dfbe779532..b435c8a744ab 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.3 2002/07/26 04:40:47 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.4 2002/09/09 21:53:26 mcummings Exp $ + +*ExtUtils-F77-1.14 (8 Sep 2002) + + 8 Sep 2002; <mcummings@gentoo.org> : + New release fixes a few bug issues, namely with installation *ExtUtils-F77-1.13-r1 (5 May 2002) @@ -20,4 +25,4 @@ updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. + an find in the root directory of the portage repository. diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild new file mode 100644 index 000000000000..8aabc0acc22e --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild @@ -0,0 +1,14 @@ +# 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/ExtUtils-F77/ExtUtils-F77-1.14.ebuild,v 1.1 2002/09/09 21:53:26 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="F77 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 ppc" diff --git a/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.14 b/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.14 new file mode 100644 index 000000000000..ff2f70f0ec69 --- /dev/null +++ b/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.14 @@ -0,0 +1 @@ +MD5 8b25d181fdedd3cdc6d5d26b9bf94d27 ExtUtils-F77-1.14.tar.gz 8663 |