commit: b73b3c66a6366ff0fad18e07085dec5eb62f1935 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sun Aug 30 10:35:29 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sun Aug 30 10:35:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b73b3c66
dev-perl/Dist-Zilla-Plugin-Test-EOL: Remove old version 0.20.0-r1 Package-Manager: portage-2.2.17 .../Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild deleted file mode 100644 index e7fbfd0..0000000 --- a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.20.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=FLORA -MY_PN=Dist-Zilla-Plugin-EOLTests -MODULE_VERSION="0.02" -inherit perl-module - -DESCRIPTION="Release tests making sure correct line endings are used" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -COMMON_DEPEND=" - >=dev-perl/Dist-Zilla-4.101.540 - dev-perl/Moose - dev-perl/Test-EOL - dev-perl/namespace-autoclean -" -DEPEND=" - ${COMMON_DEPEND} - virtual/perl-File-Temp - virtual/perl-Test-Simple - >=virtual/perl-ExtUtils-MakeMaker-6.56 -" -RDEPEND=" - ${COMMON_DEPEND} -"