diff options
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index b49620042cce..184398b5428f 100644 --- a/dev-perl/ExtUtils-AutoInstall/ChangeLog +++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-AutoInstall # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.17 2005/05/01 17:21:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.18 2005/06/01 21:08:14 mcummings Exp $ + + 01 Jun 2005; Michael Cummings <mcummings@gentoo.org> + ExtUtils-AutoInstall-0.61.ebuild: + Disabling tests - ickkkkk 01 May 2005; Tom Martin <slarti@gentoo.org> ExtUtils-AutoInstall-0.61.ebuild: diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild index 4f4d85a4843f..86bfeed6c833 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild,v 1.4 2005/05/01 17:21:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild,v 1.5 2005/06/01 21:08:14 mcummings Exp $ IUSE="" @@ -14,7 +14,8 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ~ppc sparc alpha" -SRC_TEST="do" +# TESTS BAD. Wants to write to cpan's config on the live system +#SRC_TEST="do" DEPEND="dev-perl/Sort-Versions" |