diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 19:00:59 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-05 19:00:59 +0000 |
commit | e2c9d45d17b8acf460f367c92180941361459e84 (patch) | |
tree | 0d89008ce06a57a9c81453fc80f4e353752f20c1 /dev-perl/ExtUtils-AutoInstall | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-e2c9d45d17b8acf460f367c92180941361459e84.tar.gz gentoo-2-e2c9d45d17b8acf460f367c92180941361459e84.tar.bz2 gentoo-2-e2c9d45d17b8acf460f367c92180941361459e84.zip |
new version on cpan
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
4 files changed, 35 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index a9190220246f..7875a163baac 100644 --- a/dev-perl/ExtUtils-AutoInstall/ChangeLog +++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-AutoInstall # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.8 2004/05/26 08:51:19 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.9 2004/06/05 19:00:59 mcummings Exp $ + +*ExtUtils-AutoInstall-0.59 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + ExtUtils-AutoInstall-0.59.ebuild: + new version on cpan 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> ExtUtils-AutoInstall-0.56.ebuild: diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild new file mode 100644 index 000000000000..50abc3969367 --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.59.ebuild,v 1.1 2004/06/05 19:00:59 mcummings Exp $ + +IUSE="" + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" +SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" + +DEPEND="dev-perl/Sort-Versions" + + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/ExtUtils-AutoInstall/Manifest b/dev-perl/ExtUtils-AutoInstall/Manifest index f0e217f2cb3c..c5a796f557f0 100644 --- a/dev-perl/ExtUtils-AutoInstall/Manifest +++ b/dev-perl/ExtUtils-AutoInstall/Manifest @@ -1,6 +1,8 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 a275a39c71881d0a26ab20e322f58760 ChangeLog 1572 MD5 bc9a30ba8920598bb6caf4f9d6cab267 ExtUtils-AutoInstall-0.55.ebuild 683 MD5 1b5df6d68e1900f0f88dedc801de0ef1 ExtUtils-AutoInstall-0.56.ebuild 684 -MD5 ae17c3e8f0740f3e9aca7d19f8531375 files/digest-ExtUtils-AutoInstall-0.56 76 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 1b5df6d68e1900f0f88dedc801de0ef1 ExtUtils-AutoInstall-0.59.ebuild 684 MD5 a39458b0300a5aca15451739a583b997 files/digest-ExtUtils-AutoInstall-0.55 76 +MD5 ae17c3e8f0740f3e9aca7d19f8531375 files/digest-ExtUtils-AutoInstall-0.56 76 +MD5 1b5910d0d8884de3aa5af69ff8cab662 files/digest-ExtUtils-AutoInstall-0.59 76 diff --git a/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.59 b/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.59 new file mode 100644 index 000000000000..cbb48e483e4c --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.59 @@ -0,0 +1 @@ +MD5 1dbcfe20069d125f5d2a0a351c2e9a57 ExtUtils-AutoInstall-0.59.tar.gz 25859 |