diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-06-02 21:58:05 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-06-02 21:58:05 +0000 |
commit | a5b2f0a600728ebac259d8b63eb6b107275c685a (patch) | |
tree | 82034d72e3128704f88163403f781b18531d0cad /dev-perl/ExtUtils-AutoInstall | |
parent | remove broken stuff (diff) | |
download | historical-a5b2f0a600728ebac259d8b63eb6b107275c685a.tar.gz historical-a5b2f0a600728ebac259d8b63eb6b107275c685a.tar.bz2 historical-a5b2f0a600728ebac259d8b63eb6b107275c685a.zip |
Fixed questions, corrects bug 22123
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
4 files changed, 39 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index 3082f4225e82..90d64f34ebdc 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.1 2003/06/01 00:01:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.2 2003/06/02 21:58:05 mcummings Exp $ + +*ExtUtils-AutoInstall-0.52-r1 (02 Jun 2003) + + 02 Jun 2003; Michael Cummings <mcummings@gentoo.org> + ExtUtils-AutoInstall-0.52-r1.ebuild, ExtUtils-AutoInstall-0.52.ebuild: + Fixed questions, corrects bug 22123 *ExtUtils-AutoInstall-0.52 (31 May 2003) diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52-r1.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52-r1.ebuild new file mode 100644 index 000000000000..84af1d877778 --- /dev/null +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52-r1.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.52-r1.ebuild,v 1.1 2003/06/02 21:58:05 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 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND}" + + +src_compile() { + echo "n" | perl-module_src_compile +} diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52.ebuild index fc2e484112b1..0dc4f70db34a 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52.ebuild @@ -1,6 +1,6 @@ # 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.52.ebuild,v 1.1 2003/06/01 00:01:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.52.ebuild,v 1.2 2003/06/02 21:58:05 mcummings Exp $ IUSE="" @@ -16,3 +16,8 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~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 c5d60935a0da..2a2d5dd26799 100644 --- a/dev-perl/ExtUtils-AutoInstall/Manifest +++ b/dev-perl/ExtUtils-AutoInstall/Manifest @@ -1,3 +1,5 @@ -MD5 39f6594fbc43537088b7435d14f59851 ExtUtils-AutoInstall-0.52.ebuild 626 +MD5 f88ebc701715f07f48b37573b3ba3c4b ExtUtils-AutoInstall-0.52.ebuild 683 MD5 c7dddfb0c48e86fc618c31b39d5cce04 ChangeLog 508 +MD5 f88ebc701715f07f48b37573b3ba3c4b ExtUtils-AutoInstall-0.52-r1.ebuild 683 MD5 f95b538db2fbd33114b335ea228f7b73 files/digest-ExtUtils-AutoInstall-0.52 76 +MD5 f95b538db2fbd33114b335ea228f7b73 files/digest-ExtUtils-AutoInstall-0.52-r1 76 |