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-DistManifest/
Date: Sun, 30 Aug 2015 10:06:12
Message-Id: 1440929103.46e58a99968204695db5da611218226aceddc593.kent@gentoo
1 commit: 46e58a99968204695db5da611218226aceddc593
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 10:05:03 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 10:05:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=46e58a99
7
8 dev-perl/Dist-Zilla-Plugin-Test-DistManifest: Bump to version 2.0.5
9
10 Package-Manager: portage-2.2.17
11
12 ...ist-Zilla-Plugin-Test-DistManifest-2.0.5.ebuild | 37 ++++++++++++++++++++++
13 1 file changed, 37 insertions(+)
14
15 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-DistManifest/Dist-Zilla-Plugin-Test-DistManifest-2.0.5.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-DistManifest/Dist-Zilla-Plugin-Test-DistManifest-2.0.5.ebuild
16 new file mode 100644
17 index 0000000..b2eebae
18 --- /dev/null
19 +++ b/dev-perl/Dist-Zilla-Plugin-Test-DistManifest/Dist-Zilla-Plugin-Test-DistManifest-2.0.5.ebuild
20 @@ -0,0 +1,37 @@
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.000005
29 +inherit perl-module
30 +
31 +DESCRIPTION="Release tests for the manifest"
32 +
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="test"
36 +
37 +# r: Dist::Zilla::Plugin::InlineFiles -> Dist-Zilla
38 +# r: strict, warnings -> perl
39 +RDEPEND="
40 + dev-perl/Dist-Zilla
41 + dev-perl/Moose
42 + dev-perl/Test-DistManifest
43 +"
44 +# t: IO::Handle -> IO
45 +# t: IPC::Open3 -> perl
46 +# t: Test::DZil -> Dist-Zilla 4.200.2
47 +# t: Test::More -> Test-Simple
48 +DEPEND="${RDEPEND}
49 + >=dev-perl/Module-Build-0.280.0
50 + test? (
51 + virtual/perl-File-Spec
52 + virtual/perl-IO
53 + >=dev-perl/Dist-Zilla-4.200.2
54 + >=virtual/perl-Test-Simple-0.960.0
55 + virtual/perl-autodie
56 + )
57 +"