commit: 6d292dcf5f27c65c08c33fcec0765ec8b6e80f7f Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sat Oct 11 18:24:00 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sat Oct 11 18:24:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d292dcf
[cleanup] dev-perl/Dist-Zilla-Plugin-CheckExtraTests remove old Package-Manager: portage-2.2.10 --- .../Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild | 73 -------------------- .../Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild | 74 -------------------- .../Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild | 78 ---------------------- .../Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild | 78 ---------------------- .../Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild | 78 ---------------------- 5 files changed, 381 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild deleted file mode 100644 index 7e8c5aa..0000000 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.004 -inherit perl-module - -DESCRIPTION="run xt tests for your dist" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -comment() { true;} -COMMON_DEPEND=" - $(comment Capture::Tiny) - dev-perl/Capture-Tiny - - $(comment Sub::Exporter) - dev-perl/Sub-Exporter - - $(comment Dist::Zilla::Tester 2) - >=dev-perl/Dist-Zilla-2.0.0 - - $(comment Params::Util 1) - >=dev-perl/Params-Util-1.00 $(comment 1.0.0) - - $(comment Moose) - dev-perl/Moose - - $(comment Try::Tiny) - dev-perl/Try-Tiny - - $(comment namespace::autoclean) - dev-perl/namespace-autoclean - - $(comment Dist::Zilla::App 2) - >=dev-perl/Dist-Zilla-2.0.0 - - $(comment File::pushd 1) - >=dev-perl/File-pushd-1.0.0 - - $(comment Dist::Zilla::App::Tester 2) - >=dev-perl/Dist-Zilla-2.0.0 - - $(comment Moose::Autobox) - dev-perl/Moose-Autobox - - $(comment Test::More 0.88) - >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0) - - $(comment Dist::Zilla 2) - >=dev-perl/Dist-Zilla-2.0.0 - - $(comment File::Temp 0.20) - >=virtual/perl-File-Temp-0.200.0 - - $(comment Dist::Zilla::Role::BeforeRelease 2) - >=dev-perl/Dist-Zilla-2.0.0 - - $(comment Path::Class) - dev-perl/Path-Class - - $(comment App::Prove 3) - >=virtual/perl-Test-Harness-3.0.0 -" -DEPEND=" - ${COMMON_DEPEND} -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild deleted file mode 100644 index a654352..0000000 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.005 -inherit perl-module - -DESCRIPTION='check xt tests before release' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # App::Prove 3.00 ( 3.0.0 ) - echo \>=virtual/perl-Test-Harness-3.0 - # Dist::Zilla 2.100950 ( 2.100.950 ) - echo \>=dev-perl/Dist-Zilla-2.100.950 - # Dist::Zilla::App - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::BeforeRelease - echo dev-perl/Dist-Zilla - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Moose 0.99 ( 0.990.0 ) - echo \>=dev-perl/Moose-0.990.0 - # Moose::Autobox - echo dev-perl/Moose-Autobox - # Path::Class - echo dev-perl/Path-Class - # Path::Class::Rule - echo dev-perl/Path-Class-Rule - # namespace::autoclean 0.09 ( 0.90.0 ) - echo \>=dev-perl/namespace-autoclean-0.90.0 - # 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() { - # Capture::Tiny - echo dev-perl/Capture-Tiny - # Dist::Zilla::App::Tester - echo dev-perl/Dist-Zilla - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # File::Find - echo dev-lang/perl - # Params::Util - echo dev-perl/Params-Util - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Try::Tiny - echo dev-perl/Try-Tiny -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild deleted file mode 100644 index 0b3b993..0000000 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.006 -inherit perl-module - -DESCRIPTION='check xt tests before release' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # App::Prove 3.00 ( 3.0.0 ) - echo \>=virtual/perl-Test-Harness-3.0 - # Dist::Zilla 2.100950 ( 2.100.950 ) - echo \>=dev-perl/Dist-Zilla-2.100.950 - # Dist::Zilla::App - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::BeforeRelease - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::TestRunner - echo dev-perl/Dist-Zilla - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Moose 0.99 ( 0.990.0 ) - echo \>=dev-perl/Moose-0.990.0 - # Moose::Autobox - echo dev-perl/Moose-Autobox - # Path::Class - echo dev-perl/Path-Class - # Path::Class::Rule - echo dev-perl/Path-Class-Rule - # namespace::autoclean 0.09 ( 0.90.0 ) - echo \>=dev-perl/namespace-autoclean-0.90.0 - # 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() { - # Capture::Tiny - echo dev-perl/Capture-Tiny - # Dist::Zilla::App::Tester - echo dev-perl/Dist-Zilla - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # File::Find - echo dev-lang/perl - # Params::Util - echo dev-perl/Params-Util - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Requires - echo dev-perl/Test-Requires - # Try::Tiny - echo dev-perl/Try-Tiny -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild deleted file mode 100644 index d8612c6..0000000 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.007 -inherit perl-module - -DESCRIPTION='check xt tests before release' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # App::Prove 3.00 ( 3.0.0 ) - echo \>=virtual/perl-Test-Harness-3.0 - # Dist::Zilla 2.100950 ( 2.100.950 ) - echo \>=dev-perl/Dist-Zilla-2.100.950 - # Dist::Zilla::App - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::BeforeRelease - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::TestRunner - echo dev-perl/Dist-Zilla - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Moose 0.99 ( 0.990.0 ) - echo \>=dev-perl/Moose-0.990.0 - # Moose::Autobox - echo dev-perl/Moose-Autobox - # Path::Class - echo dev-perl/Path-Class - # Path::Class::Rule - echo dev-perl/Path-Class-Rule - # namespace::autoclean 0.09 ( 0.90.0 ) - echo \>=dev-perl/namespace-autoclean-0.90.0 - # 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() { - # Capture::Tiny - echo dev-perl/Capture-Tiny - # Dist::Zilla::App::Tester - echo dev-perl/Dist-Zilla - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # File::Find - echo dev-lang/perl - # Params::Util - echo dev-perl/Params-Util - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Requires - echo dev-perl/Test-Requires - # Try::Tiny - echo dev-perl/Try-Tiny -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="broken" diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild deleted file mode 100644 index d5f3f72..0000000 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.009 -inherit perl-module - -DESCRIPTION='check xt tests before release' -LICENSE=" Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # App::Prove 3.00 ( 3.0.0 ) - echo \>=virtual/perl-Test-Harness-3.0 - # Dist::Zilla 2.100950 ( 2.100.950 ) - echo \>=dev-perl/Dist-Zilla-2.100.950 - # Dist::Zilla::App - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::BeforeRelease - echo dev-perl/Dist-Zilla - # Dist::Zilla::Role::TestRunner - echo dev-perl/Dist-Zilla - # File::Temp - echo virtual/perl-File-Temp - # File::pushd - echo dev-perl/File-pushd - # Moose 0.99 ( 0.990.0 ) - echo \>=dev-perl/Moose-0.990.0 - # Moose::Autobox - echo dev-perl/Moose-Autobox - # Path::Iterator::Rule - echo dev-perl/Path-Iterator-Rule - # Path::Tiny - echo dev-perl/Path-Tiny - # namespace::autoclean 0.09 ( 0.90.0 ) - echo \>=dev-perl/namespace-autoclean-0.90.0 - # 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() { - # Capture::Tiny - echo dev-perl/Capture-Tiny - # Dist::Zilla::App::Tester - echo dev-perl/Dist-Zilla - # Dist::Zilla::Tester - echo dev-perl/Dist-Zilla - # File::Find - echo dev-lang/perl - # Params::Util - echo dev-perl/Params-Util - # Sub::Exporter - echo dev-perl/Sub-Exporter - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Requires - echo dev-perl/Test-Requires - # Try::Tiny - echo dev-perl/Try-Tiny -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"