Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
Date: Tue, 25 Aug 2020 22:49:19
Message-Id: 1598395678.76f5a3bb75488142d798c542517985f44bab7b93.kentnl@gentoo
1 commit: 76f5a3bb75488142d798c542517985f44bab7b93
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 22:10:20 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:47:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=76f5a3bb
7
8 dev-perl/Dist-Zilla-Plugin-CheckExtraTests: remove, gone to ::gentoo
9
10 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
11
12 ...Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild | 78 ---------------------
13 ...Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild | 81 ----------------------
14 .../Dist-Zilla-Plugin-CheckExtraTests/metadata.xml | 18 -----
15 3 files changed, 177 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
18 deleted file mode 100644
19 index e497fcea7..000000000
20 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
21 +++ /dev/null
22 @@ -1,78 +0,0 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -MODULE_AUTHOR=DAGOLDEN
28 -MODULE_VERSION=0.011
29 -inherit perl-module
30 -
31 -DESCRIPTION='check xt tests before release'
32 -LICENSE=" Apache-2.0"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -perl_meta_configure() {
37 - # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
38 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
39 -}
40 -perl_meta_runtime() {
41 - # App::Prove 3.00 ( 3.0.0 )
42 - echo \>=virtual/perl-Test-Harness-3.0
43 - # Dist::Zilla 4.3 ( 4.300.0 )
44 - echo \>=dev-perl/Dist-Zilla-4.300.0
45 - # Dist::Zilla::App
46 - echo dev-perl/Dist-Zilla
47 - # Dist::Zilla::Role::BeforeRelease
48 - echo dev-perl/Dist-Zilla
49 - # Dist::Zilla::Role::TestRunner
50 - echo dev-perl/Dist-Zilla
51 - # File::Temp
52 - echo virtual/perl-File-Temp
53 - # File::pushd
54 - echo dev-perl/File-pushd
55 - # Moose 0.99 ( 0.990.0 )
56 - echo \>=dev-perl/Moose-0.990.0
57 - # Moose::Autobox
58 - echo dev-perl/Moose-Autobox
59 - # Path::Iterator::Rule
60 - echo dev-perl/Path-Iterator-Rule
61 - # Path::Tiny
62 - echo dev-perl/Path-Tiny
63 - # namespace::autoclean 0.09 ( 0.90.0 )
64 - echo \>=dev-perl/namespace-autoclean-0.90.0
65 - # perl 5.006 ( 5.6.0 )
66 - echo \>=dev-lang/perl-5.6.0
67 - # strict
68 - echo dev-lang/perl
69 - # warnings
70 - echo dev-lang/perl
71 -}
72 -perl_meta_test() {
73 - # Capture::Tiny
74 - echo dev-perl/Capture-Tiny
75 - # Dist::Zilla::App::Tester
76 - echo dev-perl/Dist-Zilla
77 - # Dist::Zilla::Tester
78 - echo dev-perl/Dist-Zilla
79 - # File::Find
80 - echo dev-lang/perl
81 - # Params::Util
82 - echo dev-perl/Params-Util
83 - # Sub::Exporter
84 - echo dev-perl/Sub-Exporter
85 - # Test::More 0.88 ( 0.880.0 )
86 - echo \>=virtual/perl-Test-Simple-0.88
87 - # Test::Requires
88 - echo dev-perl/Test-Requires
89 - # Try::Tiny
90 - echo dev-perl/Try-Tiny
91 -}
92 -DEPEND="
93 - $(perl_meta_configure)
94 - $(perl_meta_runtime)
95 - test? ( $(perl_meta_test) )
96 -"
97 -RDEPEND="
98 - $(perl_meta_runtime)
99 -"
100 -SRC_TEST="do"
101
102 diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
103 deleted file mode 100644
104 index 1249ad0c1..000000000
105 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
106 +++ /dev/null
107 @@ -1,81 +0,0 @@
108 -# Copyright 1999-2016 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -MODULE_AUTHOR=DAGOLDEN
113 -MODULE_VERSION=0.029
114 -inherit perl-module
115 -
116 -DESCRIPTION='check xt tests before release'
117 -LICENSE=" Apache-2.0"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="test"
121 -perl_meta_configure() {
122 - # ExtUtils::MakeMaker 6.17 ( 6.170.0 )
123 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.170.0
124 - # perl 5.006 ( 5.6.0 )
125 - echo \>=dev-lang/perl-5.6.0
126 -}
127 -perl_meta_runtime() {
128 - # App::Prove 3.00 ( 3.0.0 )
129 - echo \>=virtual/perl-Test-Harness-3.0.0
130 - # Archive::Tar
131 - echo virtual/perl-Archive-Tar
132 - # Dist::Zilla 4.3 ( 4.300.0 )
133 - echo \>=dev-perl/Dist-Zilla-4.300.0
134 - # Dist::Zilla::App
135 - echo dev-perl/Dist-Zilla
136 - # Dist::Zilla::Role::BeforeRelease
137 - echo dev-perl/Dist-Zilla
138 - # Dist::Zilla::Role::TestRunner
139 - echo dev-perl/Dist-Zilla
140 - # File::pushd
141 - echo dev-perl/File-pushd
142 - # Moose 2 ( 2.0.0 )
143 - echo \>=dev-perl/Moose-2.0.0
144 - # Path::Iterator::Rule
145 - echo dev-perl/Path-Iterator-Rule
146 - # Path::Tiny 0.013 ( 0.13.0 )
147 - echo \>=dev-perl/Path-Tiny-0.13.0
148 - # namespace::autoclean 0.09 ( 0.90.0 )
149 - echo \>=dev-perl/namespace-autoclean-0.90.0
150 - # perl 5.006 ( 5.6.0 )
151 - echo \>=dev-lang/perl-5.6.0
152 - # strict
153 - echo dev-lang/perl
154 - # warnings
155 - echo dev-lang/perl
156 -}
157 -perl_meta_test() {
158 - # Capture::Tiny
159 - echo dev-perl/Capture-Tiny
160 - # Dist::Zilla::App::Tester
161 - echo dev-perl/Dist-Zilla
162 - # ExtUtils::MakeMaker
163 - echo virtual/perl-ExtUtils-MakeMaker
164 - # File::Spec
165 - echo virtual/perl-File-Spec
166 - # Params::Util
167 - echo dev-perl/Params-Util
168 - # Sub::Exporter
169 - echo dev-perl/Sub-Exporter
170 - # Test::More 0.88 ( 0.880.0 )
171 - echo \>=virtual/perl-Test-Simple-0.880.0
172 - # Test::Requires
173 - echo dev-perl/Test-Requires
174 - # Try::Tiny
175 - echo dev-perl/Try-Tiny
176 - # lib
177 - # echo virtual/perl-lib
178 - # perl 5.006 ( 5.6.0 )
179 - echo \>=dev-lang/perl-5.6.0
180 -}
181 -DEPEND="
182 - $(perl_meta_configure)
183 - $(perl_meta_runtime)
184 - test? ( $(perl_meta_test) )
185 -"
186 -RDEPEND="
187 - $(perl_meta_runtime)
188 -"
189
190 diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
191 deleted file mode 100644
192 index efd22a6c7..000000000
193 --- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
194 +++ /dev/null
195 @@ -1,18 +0,0 @@
196 -<?xml version="1.0" encoding="UTF-8"?>
197 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
198 -<pkgmetadata>
199 - <maintainer type="project">
200 - <email>perl@g.o</email>
201 - <name>Gentoo Perl Project</name>
202 - </maintainer>
203 - <maintainer type="person">
204 - <email>kentfredric@×××××.com</email>
205 - <name>Kent Fredric</name>
206 - </maintainer>
207 - <upstream>
208 - <remote-id type="cpan">Dist-Zilla-Plugin-CheckExtraTests</remote-id>
209 - <remote-id type="cpan-module">Dist::Zilla::App::Command::xtest</remote-id>
210 - <remote-id type="cpan-module">Dist::Zilla::Plugin::CheckExtraTests</remote-id>
211 - <remote-id type="cpan-module">Dist::Zilla::Plugin::RunExtraTests</remote-id>
212 - </upstream>
213 -</pkgmetadata>