diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 30abe78b3fdb7defcba0bef73460d139ec73bcf3 (patch) | |
tree | 6a774ad94fe0a42d637cba9568a07d89fcc2eaa4 /dev-perl/ExtUtils-F77 | |
parent | repoman fixes (diff) | |
download | gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.gz gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.bz2 gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.zip |
repoman'd
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.13 | 1 |
3 files changed, 5 insertions, 31 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild index a1e2c3f74b5d..6b96912c1945 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild @@ -1,7 +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/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild,v 1.4 2002/07/25 04:13:26 seemant Exp $ inherit perl-module @@ -9,3 +8,7 @@ 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" diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild deleted file mode 100644 index 2559fdbcab5b..000000000000 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild +++ /dev/null @@ -1,28 +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/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.7 2002/07/11 06:30:21 drobbins Exp $ - -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" - -DEPEND=">=sys-devel/perl-5" - -src_compile() { - - perl Makefile.PL - make || die - make test || die - -} - -src_install () { - - make \ - PREFIX=${D}/usr \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - install || die - - dodoc CHANGES README MANIFEST -} diff --git a/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.13 b/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.13 deleted file mode 100644 index 0267c0b70634..000000000000 --- a/dev-perl/ExtUtils-F77/files/digest-ExtUtils-F77-1.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 71c936324740b9fb5292a2c225ce73a1 ExtUtils-F77-1.13.tar.gz 7217 |