commit: 79a584611b25212e9a1b85feeb2063e204bbaf17
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 3 10:30:57 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 3 10:30:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=79a58461
[bump] Dist-Zilla-Plugin-Test-Kwalitee 2.110.0
Package-Manager: portage-2.2.17
.../Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild | 41 ++++++++++++
.../Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild | 78 ----------------------
2 files changed, 41 insertions(+), 78 deletions(-)
diff --git
a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild
new file mode 100644
index 0000000..d2fd27c
--- /dev/null
+++
b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="Release tests for kwalitee"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Dist::Zilla::File::InMemory -> Dist-Zilla
+# Dist::Zilla::Plugin::MetaResources -> Dist-Zilla
+# Dist::Zilla::Role::FileGatherer -> Dist-Zilla
+# Dist::Zilla::Role::PrereqSource -> Dist-Zilla
+# Dist::Zilla::Role::TextTemplate -> Dist-Zilla
+# Test::DZil -> Dist-Zilla
+# Test::More -> Test-Simple
+RDEPEND="
+ >=dev-perl/Data-Section-0.4.0
+ >=dev-perl/Dist-Zilla-4.300.39
+ dev-perl/Moose
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/Module-Build-Tiny-0.37.0
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/File-pushd
+ dev-perl/Path-Tiny
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=dev-perl/Test-Kwalitee-1.210.0
+ virtual/perl-Test-Simple
+ virtual/perl-if
+ )
+"
diff --git
a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild
b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild
deleted file mode 100644
index 744d066..0000000
---
a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=AYOUNG
-MODULE_VERSION=2.03
-inherit perl-module
-
-DESCRIPTION='Release tests for kwalitee'
-LICENSE=" || ( Artistic GPL-2 )"
-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() {
- # 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
- # Dist::Zilla::Role::TextTemplate
- echo dev-perl/Dist-Zilla
- # File::Path 2.07 ( 2.70.0 )
- echo \>=virtual/perl-File-Path-2.07
- # Moose
- echo dev-perl/Moose
- # Test::Kwalitee
- echo dev-perl/Test-Kwalitee
- # 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() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Carp
- # echo dev-perl/Carp
- # Dist::Zilla::Tester
- echo dev-perl/Dist-Zilla
- # English
- echo dev-lang/perl
- # File::Find
- echo dev-lang/perl
- # File::Path
- echo virtual/perl-File-Path
- # File::Temp
- echo virtual/perl-File-Temp
- # Moose::Autobox
- echo dev-perl/Moose-Autobox
- # Path::Class
- echo dev-perl/Path-Class
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Test::DZil
- echo dev-perl/Dist-Zilla
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
- # Test::Output
- echo dev-perl/Test-Output
- # autodie
- echo virtual/perl-autodie
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"