Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Portability/
Date: Sun, 30 Aug 2015 10:53:51
Message-Id: 1440931905.0ee79a4f3598801f817d976c386e48e576be7edc.kent@gentoo
1 commit: 0ee79a4f3598801f817d976c386e48e576be7edc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 10:51:45 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 10:51:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0ee79a4f
7
8 dev-perl/Dist-Zilla-Plugin-Test-Portability: bump to version 2.0.6
9
10 Package-Manager: portage-2.2.17
11
12 ...Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild | 41 ++++++++++++++++++++++
13 1 file changed, 41 insertions(+)
14
15 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
16 new file mode 100644
17 index 0000000..caae300
18 --- /dev/null
19 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild
20 @@ -0,0 +1,41 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI=5
26 +
27 +MODULE_AUTHOR=DOHERTY
28 +MODULE_VERSION=2.000006
29 +inherit perl-module
30 +
31 +DESCRIPTION="Release tests for portability"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="test"
36 +# r: Dist::Zilla::File::InMemory -> Dist-Zilla
37 +# r: Dist::Zilla::Role::FileGatherer -> Dist-Zilla
38 +# r: Dist::Zilla::Role::FileInjector -> Dist-Zilla
39 +# r: Dist::Zilla::Role::TextTemplate -> Dist-Zilla
40 +# r: strict, warnings -> perl
41 +RDEPEND="
42 + dev-perl/Data-Section
43 + dev-perl/Dist-Zilla
44 + dev-perl/Moose
45 + dev-perl/Test-Portability-Files
46 +"
47 +# t: IO::Handle -> IO
48 +# t: IPC::Open3 -> perl
49 +# t: Test::Dzil -> Dist-Zilla 4.200.2
50 +# t: Test::More -> Test-Simple
51 +DEPEND="${RDEPEND}
52 + >=dev-perl/Module-Build-0.280.0
53 + test? (
54 + virtual/perl-File-Spec
55 + virtual/perl-IO
56 + >=dev-perl/Dist-Zilla-4.200.2
57 + >=virtual/perl-Test-Simple-0.960.0
58 + dev-perl/Test-Output
59 + virtual/perl-autodie
60 + )
61 +"