commit: dddfd39bb68b32e675d31bd83314fb054aab1e1c Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Apr 5 11:56:15 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Apr 5 11:56:15 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dddfd39b
[cpanclean] dev-perl/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog | 4 ++ ...Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild | 51 ---------------------- 2 files changed, 4 insertions(+), 51 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog index 262b7b5..4bb1036 100644 --- a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog +++ b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Apr 2014; Kent Fredric <kentfred...@gmail.com> + -Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild: + Gone on CPAN + *Dist-Zilla-Plugin-Bootstrap-lib-1.0.1 (05 Apr 2014) 05 Apr 2014; Kent Fredric <kentfred...@gmail.com> diff --git a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild deleted file mode 100644 index 0c8d469..0000000 --- a/dev-perl/Dist-Zilla-Plugin-Bootstrap-lib/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=KENTNL -MODULE_VERSION=0.02000100 -inherit perl-module - -DESCRIPTION='A minimal boot-strapping for Dist::Zilla Plug-ins.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # Module::Build 0.4004 ( 0.400.400 ) - echo \>=virtual/perl-Module-Build-0.400.400 -} -perl_meta_build() { - # Module::Build 0.4004 ( 0.400.400 ) - echo \>=virtual/perl-Module-Build-0.400.400 -} -perl_meta_runtime() { - # Cwd - echo virtual/perl-File-Spec - # Path::Tiny - echo dev-perl/Path-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::More 0.98 ( 0.980.0 ) - echo \>=virtual/perl-Test-Simple-0.980.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"