commit: 4dfc5a35138bb6fdec0582ed91847cee67a40db0 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Apr 5 20:55:47 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Apr 5 20:55:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4dfc5a35
[cpanclean] dev-perl/Dist-Zilla-Util-Test-KENTNL-0.10.158.2{1,2}0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog | 5 ++ ...Dist-Zilla-Util-Test-KENTNL-0.10.158.210.ebuild | 34 ------------- ...Dist-Zilla-Util-Test-KENTNL-0.10.158.220.ebuild | 59 ---------------------- 3 files changed, 5 insertions(+), 93 deletions(-) diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog b/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog index 2fc04b2..948092d 100644 --- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog +++ b/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Apr 2014; Kent Fredric <kentfred...@gmail.com> + -Dist-Zilla-Util-Test-KENTNL-0.10.158.210.ebuild, + -Dist-Zilla-Util-Test-KENTNL-0.10.158.220.ebuild: + Gone on CPAN + *Dist-Zilla-Util-Test-KENTNL-1.0.0 (05 Apr 2014) 05 Apr 2014; Kent Fredric <kentfred...@gmail.com> diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.210.ebuild b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.210.ebuild deleted file mode 100644 index 22cdbcd..0000000 --- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.210.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -MODULE_VERSION=0.01015821 -inherit perl-module - -DESCRIPTION="KENTNL's DZil plugin testing tool." -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -comment() { echo ''; } -COMMON_DEPEND=" - $(comment virtual/perl-Carp) - >=dev-perl/Dist-Zilla-4.0.0 $(comment Dist::Zilla::Tester since 1.100.710) - dev-perl/Sub-Exporter - >=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil) - dev-perl/Try-Tiny -" -DEPEND=" - $(comment virtual/perl-English) - $(comment virtual/perl-File-Find) - virtual/perl-File-Temp - >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100) - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0) - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.220.ebuild b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.220.ebuild deleted file mode 100644 index f48c0f8..0000000 --- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.220.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -MODULE_VERSION=0.01015822 -inherit perl-module - -DESCRIPTION="KENTNL's DZil plugin testing tool." -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_build() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_runtime() { - # Carp - # echo dev-perl/Carp - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Test::DZil - echo dev-perl/Dist-Zilla - # Try::Tiny - echo dev-perl/Try-Tiny - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"