commit: 0f71cffdfedee85348a6ec7c9ede0f09fc60af2c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 01:40:58 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 01:40:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0f71cffd
[bump] TAP-SimpleOutput 0.2.0
Package-Manager: portage-2.2.17
.../TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild | 46 ----------------------
.../TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild | 41 +++++++++++++++++++
2 files changed, 41 insertions(+), 46 deletions(-)
diff --git a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
deleted file mode 100644
index e4d1d01..0000000
--- a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RSRCHBOY
-MODULE_VERSION=0.001
-inherit perl-module
-
-DESCRIPTION='Simple closure-driven TAP generator'
-LICENSE=" LGPL-2.1"
-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() {
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # 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() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # utf8
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild
b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.0.ebuild
new file mode 100644
index 0000000..c83a095
--- /dev/null
+++ b/dev-perl/TAP-SimpleOutput/TAP-SimpleOutput-0.2.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=RSRCHBOY
+MODULE_VERSION=0.002
+inherit perl-module
+
+DESCRIPTION='Simple closure-driven TAP generator'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+ t/author-pod-spell.t
+ t/release-consistent-version.t
+ t/release-eol.t
+ t/release-has-version.t
+ t/release-minimum-version.t
+ t/release-no-smart-comments.t
+ t/release-no-tabs.t
+ t/release-pod-coverage.t
+ t/release-pod-linkcheck.t
+ t/release-pod-syntax.t
+)
+# IO::Handle -> IO
+# IPC::Open3 -> perl
+RDEPEND="
+ dev-perl/Sub-Exporter-Progressive
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ >=dev-perl/Test-CheckDeps-0.10.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"