diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-12-24 23:59:22 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-12-24 23:59:22 +0000 |
commit | da37a737f8b208405ae0f543c82decfd508c4333 (patch) | |
tree | a01e305805eddc3e1236bea6ecd4611575cba90b /dev-perl/ExtUtils-AutoInstall | |
parent | New version on CPAN (diff) | |
download | gentoo-2-da37a737f8b208405ae0f543c82decfd508c4333.tar.gz gentoo-2-da37a737f8b208405ae0f543c82decfd508c4333.tar.bz2 gentoo-2-da37a737f8b208405ae0f543c82decfd508c4333.zip |
New version on CPAN
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
4 files changed, 33 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index 90d64f34ebdc..874fff936461 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.2 2003/06/02 21:58:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.3 2003/12/24 23:59:14 mcummings Exp $ + +*ExtUtils-AutoInstall-0.55 (24 Dec 2003) + + 24 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org> + ExtUtils-AutoInstall-0.55.ebuild: + New version on CPAN *ExtUtils-AutoInstall-0.52-r1 (02 Jun 2003) diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild new file mode 100644 index 000000000000..afcca84c7088 --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.55.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 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.55.ebuild,v 1.1 2003/12/24 23:59:14 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="${DEPEND}" + + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/ExtUtils-AutoInstall/Manifest b/dev-perl/ExtUtils-AutoInstall/Manifest index 208d5d48e407..f9867a715816 100644 --- a/dev-perl/ExtUtils-AutoInstall/Manifest +++ b/dev-perl/ExtUtils-AutoInstall/Manifest @@ -1,8 +1,8 @@ MD5 87501fec35234385c31b8e34ec3e9dfc ExtUtils-AutoInstall-0.52.ebuild 687 -MD5 165cae8a768316287e3591bd95283ae1 ChangeLog 720 +MD5 6a02a86a15c1302e6dccb04a49deffa1 ChangeLog 879 MD5 35d76f82e800456c6d5e1ff7f589eb96 ExtUtils-AutoInstall-0.52-r1.ebuild 690 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 0f2d0a3c1aedfa2c09fabde03b350742 ExtUtils-AutoInstall-0.55.ebuild 560 +MD5 680aeebf5a7d54837fe94205d974cc84 ExtUtils-AutoInstall-0.55.ebuild 688 MD5 f95b538db2fbd33114b335ea228f7b73 files/digest-ExtUtils-AutoInstall-0.52 76 MD5 f95b538db2fbd33114b335ea228f7b73 files/digest-ExtUtils-AutoInstall-0.52-r1 76 MD5 a39458b0300a5aca15451739a583b997 files/digest-ExtUtils-AutoInstall-0.55 76 diff --git a/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.55 b/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.55 new file mode 100644 index 000000000000..99572c0bcf72 --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/files/digest-ExtUtils-AutoInstall-0.55 @@ -0,0 +1 @@ +MD5 b2a700a12a42e8a65037be658d1e2115 ExtUtils-AutoInstall-0.55.tar.gz 23479 |