commit: cfb9519b0beceb7d3f528fdffc136fc5198a8e7d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 14:31:46 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 14:31:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=cfb9519b
[bump] Test-File-1.410.0 (masked)
Note: existing version no longer installs and passes tests on 5.20
but the versions fixed for that problem require Test::Simple >= 1.1.6, which
happens
to require perl-5.22 at this time.
Package-Manager: portage-2.2.17
dev-perl/Test-File/Test-File-1.340.0.ebuild | 42 -----------------------------
dev-perl/Test-File/Test-File-1.410.0.ebuild | 26 ++++++++++++++++++
2 files changed, 26 insertions(+), 42 deletions(-)
diff --git a/dev-perl/Test-File/Test-File-1.340.0.ebuild
b/dev-perl/Test-File/Test-File-1.340.0.ebuild
deleted file mode 100644
index dd8f9ae..0000000
--- a/dev-perl/Test-File/Test-File-1.340.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BAREFOOT
-MODULE_VERSION=1.34
-inherit perl-module
-
-DESCRIPTION='Check file attributes'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::Builder 0.33 ( 0.330.0 )
- echo \>=virtual/perl-Test-Simple-0.63
- # Test::Builder::Tester 1.04 ( 1.40.0 )
- echo \>=virtual/perl-Test-Simple-0.64
- # Test::Manifest 1.14 ( 1.140.0 )
- echo \>=dev-perl/Test-Manifest-1.140.0
- # Test::More 0.65 ( 0.650.0 )
- echo \>=virtual/perl-Test-Simple-0.65
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-File/Test-File-1.410.0.ebuild
b/dev-perl/Test-File/Test-File-1.410.0.ebuild
new file mode 100644
index 0000000..66b7e7f
--- /dev/null
+++ b/dev-perl/Test-File/Test-File-1.410.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BDFOY
+MODULE_VERSION=1.41
+inherit perl-module
+
+DESCRIPTION='Check file attributes'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod_coverage.t
+)
+RDEPEND="
+ >=virtual/perl-Test-Simple-1.1.6
+"
+DEPEND="
+ >=dev-perl/Test-Manifest-1.210.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-utf8
+ )
+"