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-EOL/
Date: Sun, 30 Aug 2015 10:36:06
Message-Id: 1440930904.960de471b62d49f7c215180e9ea86d75c4068ecc.kent@gentoo
1 commit: 960de471b62d49f7c215180e9ea86d75c4068ecc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 10:35:04 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 10:35:04 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=960de471
7
8 dev-perl/Dist-Zilla-Plugin-Test-EOL: Bump to version 0.180.0
9
10 Package-Manager: portage-2.2.17
11
12 .../Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild | 49 ++++++++++++++++++++++
13 1 file changed, 49 insertions(+)
14
15 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild
16 new file mode 100644
17 index 0000000..5ffb293
18 --- /dev/null
19 +++ b/dev-perl/Dist-Zilla-Plugin-Test-EOL/Dist-Zilla-Plugin-Test-EOL-0.180.0.ebuild
20 @@ -0,0 +1,49 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +EAPI=5
25 +MODULE_AUTHOR=ETHER
26 +MODULE_VERSION=0.18
27 +inherit perl-module
28 +
29 +DESCRIPTION="Author tests making sure correct line endings are used"
30 +
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="test minimal"
34 +# r: Dist::Zilla::File::InMemory -> Dist-Zilla
35 +# r: Dist::Zilla::Role::FileFinderUser -> Dist-Zilla 1.100.860
36 +# r: Dist::Zilla::Role::FileGatherer -> Dist-Zilla
37 +# r: Dist::Zilla::Role::FileMunger -> Dist-Zilla
38 +# r: Dist::Zilla::Role::PrereqSource -> Dist-Zilla 1.100.860
39 +# r: Dist::Zilla::Role::TextTemplate -> Dist-Zilla
40 +# r: Moose::Util::TypeConstraints -> Moose
41 +# r: strict, warnings -> perl
42 +RDEPEND="
43 + >=dev-perl/Data-Section-0.4.0
44 + >=dev-perl/Dist-Zilla-1.100.860
45 + dev-perl/Moose
46 + dev-perl/Path-Tiny
47 + dev-perl/Sub-Exporter-ForMethods
48 + dev-perl/namespace-autoclean
49 +"
50 +# t: FindBin -> perl
51 +# t: Test::Dzil -> Dist-Zilla 4.200.2
52 +# t: Test::More -> Test-Simple
53 +DEPEND="${RDEPEND}
54 + >=dev-perl/Module-Build-Tiny-0.39.0
55 + test? (
56 + !minimal? (
57 + >=virtual/perl-CPAN-Meta-2.120.900
58 + )
59 + virtual/perl-ExtUtils-MakeMaker
60 + virtual/perl-File-Spec
61 + dev-perl/File-pushd
62 + >=dev-perl/Dist-Zilla-4.200.2
63 + dev-perl/Test-Deep
64 + dev-perl/Test-EOL
65 + >=virtual/perl-Test-Simple-0.880.0
66 + >=dev-perl/Test-Warnings-0.9.0
67 + virtual/perl-if
68 + )
69 +"