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-Kwalitee/
Date: Wed, 03 Jun 2015 12:59:32
Message-Id: 1433327457.79a584611b25212e9a1b85feeb2063e204bbaf17.kent@gentoo
1 commit: 79a584611b25212e9a1b85feeb2063e204bbaf17
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 3 10:30:57 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 3 10:30:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=79a58461
7
8 [bump] Dist-Zilla-Plugin-Test-Kwalitee 2.110.0
9
10 Package-Manager: portage-2.2.17
11
12 .../Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild | 41 ++++++++++++
13 .../Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild | 78 ----------------------
14 2 files changed, 41 insertions(+), 78 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild
17 new file mode 100644
18 index 0000000..d2fd27c
19 --- /dev/null
20 +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.110.0.ebuild
21 @@ -0,0 +1,41 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +EAPI=5
26 +MODULE_AUTHOR=ETHER
27 +MODULE_VERSION=2.11
28 +inherit perl-module
29 +
30 +DESCRIPTION="Release tests for kwalitee"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="test"
34 +
35 +# Dist::Zilla::File::InMemory -> Dist-Zilla
36 +# Dist::Zilla::Plugin::MetaResources -> Dist-Zilla
37 +# Dist::Zilla::Role::FileGatherer -> Dist-Zilla
38 +# Dist::Zilla::Role::PrereqSource -> Dist-Zilla
39 +# Dist::Zilla::Role::TextTemplate -> Dist-Zilla
40 +# Test::DZil -> Dist-Zilla
41 +# Test::More -> Test-Simple
42 +RDEPEND="
43 + >=dev-perl/Data-Section-0.4.0
44 + >=dev-perl/Dist-Zilla-4.300.39
45 + dev-perl/Moose
46 + dev-perl/Sub-Exporter-ForMethods
47 + dev-perl/namespace-autoclean
48 +"
49 +DEPEND="${RDEPEND}
50 + virtual/perl-ExtUtils-MakeMaker
51 + >=dev-perl/Module-Build-Tiny-0.37.0
52 + test? (
53 + virtual/perl-File-Spec
54 + dev-perl/File-pushd
55 + dev-perl/Path-Tiny
56 + dev-perl/Test-Deep
57 + dev-perl/Test-Fatal
58 + >=dev-perl/Test-Kwalitee-1.210.0
59 + virtual/perl-Test-Simple
60 + virtual/perl-if
61 + )
62 +"
63
64 diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild
65 deleted file mode 100644
66 index 744d066..0000000
67 --- a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0.ebuild
68 +++ /dev/null
69 @@ -1,78 +0,0 @@
70 -# Copyright 1999-2012 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Header: $
73 -EAPI=4
74 -MODULE_AUTHOR=AYOUNG
75 -MODULE_VERSION=2.03
76 -inherit perl-module
77 -
78 -DESCRIPTION='Release tests for kwalitee'
79 -LICENSE=" || ( Artistic GPL-2 )"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE="test"
83 -perl_meta_configure() {
84 - # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
85 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
86 -}
87 -perl_meta_runtime() {
88 - # Data::Section
89 - echo dev-perl/Data-Section
90 - # Dist::Zilla::File::InMemory
91 - echo dev-perl/Dist-Zilla
92 - # Dist::Zilla::Role::FileGatherer
93 - echo dev-perl/Dist-Zilla
94 - # Dist::Zilla::Role::TextTemplate
95 - echo dev-perl/Dist-Zilla
96 - # File::Path 2.07 ( 2.70.0 )
97 - echo \>=virtual/perl-File-Path-2.07
98 - # Moose
99 - echo dev-perl/Moose
100 - # Test::Kwalitee
101 - echo dev-perl/Test-Kwalitee
102 - # perl 5.008 ( 5.8.0 )
103 - echo \>=dev-lang/perl-5.8.0
104 - # strict
105 - echo dev-lang/perl
106 - # warnings
107 - echo dev-lang/perl
108 -}
109 -perl_meta_test() {
110 - # Capture::Tiny
111 - echo dev-perl/Capture-Tiny
112 - # Carp
113 - # echo dev-perl/Carp
114 - # Dist::Zilla::Tester
115 - echo dev-perl/Dist-Zilla
116 - # English
117 - echo dev-lang/perl
118 - # File::Find
119 - echo dev-lang/perl
120 - # File::Path
121 - echo virtual/perl-File-Path
122 - # File::Temp
123 - echo virtual/perl-File-Temp
124 - # Moose::Autobox
125 - echo dev-perl/Moose-Autobox
126 - # Path::Class
127 - echo dev-perl/Path-Class
128 - # Scalar::Util
129 - echo virtual/perl-Scalar-List-Utils
130 - # Test::DZil
131 - echo dev-perl/Dist-Zilla
132 - # Test::More 0.96 ( 0.960.0 )
133 - echo \>=virtual/perl-Test-Simple-0.96
134 - # Test::Output
135 - echo dev-perl/Test-Output
136 - # autodie
137 - echo virtual/perl-autodie
138 -}
139 -DEPEND="
140 - $(perl_meta_configure)
141 - $(perl_meta_runtime)
142 - test? ( $(perl_meta_test) )
143 -"
144 -RDEPEND="
145 - $(perl_meta_runtime)
146 -"
147 -SRC_TEST="do"