commit: d1f76fad06facd005030d17d04d81026537f7fa2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Apr 5 20:50:28 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Apr 5 20:50:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1f76fad
[cpanclean] dev-perl/Dist-Zilla-Plugin-Test-Compile-2.2.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog | 4 ++ .../Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild | 63 ---------------------- 2 files changed, 4 insertions(+), 63 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog index 32b636f..33473cf 100644 --- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog +++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Apr 2014; Kent Fredric <[email protected]> + -Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild: + Gone on CPAN + *Dist-Zilla-Plugin-Test-Compile-2.39.0 (05 Apr 2014) 05 Apr 2014; Kent Fredric <[email protected]> diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild deleted file mode 100644 index e00fc6b..0000000 --- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.2.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=ETHER -MODULE_VERSION=2.002 -inherit perl-module - -DESCRIPTION='common tests to check syntax of your modules' -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() { - # Data::Section - echo dev-perl/Data-Section - # Dist::Zilla::File::InMemory - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::FileGatherer - echo dev-perl/Dist-Zilla - # Moose - echo dev-perl/Moose - # namespace::autoclean - echo dev-perl/namespace-autoclean - # perl 5.008 ( 5.8.0 ) - echo \>=dev-lang/perl-5.8.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # Cwd - echo virtual/perl-File-Spec - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # Path::Class - echo dev-perl/Path-Class - # 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"
