diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/ExtUtils-AutoInstall | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall')
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ChangeLog b/dev-perl/ExtUtils-AutoInstall/ChangeLog index 1a3ae00ac363..08a2fb798bd0 100644 --- a/dev-perl/ExtUtils-AutoInstall/ChangeLog +++ b/dev-perl/ExtUtils-AutoInstall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-AutoInstall # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.35 2011/09/03 21:04:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ChangeLog,v 1.36 2011/09/04 11:21:28 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -ExtUtils-AutoInstall-0.63.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> ExtUtils-AutoInstall-0.630.0.ebuild: diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild deleted file mode 100644 index 77c1fa462a06..000000000000 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.63.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.63.ebuild,v 1.13 2010/01/09 19:56:13 grobian Exp $ - -inherit perl-module - -DESCRIPTION="Allows module writers to specify a more sophisticated form of dependency information" -SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~autrijus/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -# TESTS BAD. Wants to write to cpan's config on the live system -#SRC_TEST="do" - -DEPEND="dev-perl/Sort-Versions - dev-lang/perl" - -src_compile() { - echo "n" | perl-module_src_compile -} |