commit: 0ee79a4f3598801f817d976c386e48e576be7edc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 30 10:51:45 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 30 10:51:45 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0ee79a4f
dev-perl/Dist-Zilla-Plugin-Test-Portability: bump to version 2.0.6
Package-Manager: portage-2.2.17
...Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git
a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild
b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild
new file mode 100644
index 0000000..caae300
--- /dev/null
+++
b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.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=DOHERTY
+MODULE_VERSION=2.000006
+inherit perl-module
+
+DESCRIPTION="Release tests for portability"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Dist::Zilla::File::InMemory -> Dist-Zilla
+# r: Dist::Zilla::Role::FileGatherer -> Dist-Zilla
+# r: Dist::Zilla::Role::FileInjector -> Dist-Zilla
+# r: Dist::Zilla::Role::TextTemplate -> Dist-Zilla
+# r: strict, warnings -> perl
+RDEPEND="
+ dev-perl/Data-Section
+ dev-perl/Dist-Zilla
+ dev-perl/Moose
+ dev-perl/Test-Portability-Files
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+# t: Test::Dzil -> Dist-Zilla 4.200.2
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.280.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ >=dev-perl/Dist-Zilla-4.200.2
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-Output
+ virtual/perl-autodie
+ )
+"