Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/, dev-perl/Specio/files/
Date: Sun, 29 Jul 2018 05:31:43
Message-Id: 1532833528.c7da9fcf2a60db3703ae3667675bbfe56be80eaa.kentnl@gentoo
1 commit: c7da9fcf2a60db3703ae3667675bbfe56be80eaa
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 03:05:28 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 03:05:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7da9fcf
7
8 dev-perl/Specio: Cleanup old versions 0.3{1,5,6}0.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/Specio/Manifest | 3 --
13 dev-perl/Specio/Specio-0.310.0.ebuild | 39 ----------------
14 dev-perl/Specio/Specio-0.350.0.ebuild | 39 ----------------
15 dev-perl/Specio/Specio-0.360.0.ebuild | 39 ----------------
16 .../Specio/files/Specio-0.31-installskip.patch | 52 ----------------------
17 5 files changed, 172 deletions(-)
18
19 diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
20 index 17faa82a64d..28b31fb54d6 100644
21 --- a/dev-perl/Specio/Manifest
22 +++ b/dev-perl/Specio/Manifest
23 @@ -1,6 +1,3 @@
24 -DIST Specio-0.31.tar.gz 82791 BLAKE2B f7781f53e59eb4e05c4bcf8275b79c54d7c08da7f0ded5899619f51169c90c5874bbf39d688e56678574a6b15e640e3242b97477ec81557b96cbf2ad6161d5a9 SHA512 1d16ff9aeb3e2026c23928db64587e42f74b2488b7aeef6ee7b03ec0542dd4986cca25b3206d7d50e54724d5d3e04e8ab268808d42ff32f179ea719ca6821544
25 DIST Specio-0.32.tar.gz 83679 BLAKE2B 0fb800160893c99dfc6ab1275f567d58c38aeec56211952b1438d0a91035e4861f40645396d730bdb2482230e4b1eff9630ce520db1eaf8ed30396a28da2233b SHA512 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b
26 -DIST Specio-0.35.tar.gz 94969 BLAKE2B bdddb92aa2ac5b31dc564ec5dd79ae92d9049b9b6685ca9d423c1ede7a9f8edbbc202bd08ffaa42b0a2717408ec76d47d38e335cb30b9eff8b82c4358fe6567e SHA512 1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
27 -DIST Specio-0.36.tar.gz 96413 BLAKE2B 698a1ac18998861e215ebd069f9d550fa10dd49cc25c32aa25084e67b1b02619c082651aa230d3c2ea6ec5962390238211e61ae7fe4c5cf2f0869df1d2438f14 SHA512 48727173345cb34c12317f5679c9301b207c3ffac73c2abb2437bf59606e811879a6ac2013c647e3d314de37c4b1ff0fbf256c9e931ddad2e61a6d100ac7afb8
28 DIST Specio-0.37.tar.gz 96573 BLAKE2B 4c67bf55fb0fd46062cae23b42efcb2a3d9a4367ca6f87d1a743be7679fb3ed9a5234c8a1adf517ce9b4eb41d810990943de8939eb701da31bd7bb11fdd70273 SHA512 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a
29 DIST Specio-0.42.tar.gz 101641 BLAKE2B 9c527cd1b306d1a8394ad5b6757153aa00edcf111a444b3792cf088aec0a00597c655f59971eef7a8a6a7689e9b683ca78789b7adf1c9d19a0b6861cd4b90733 SHA512 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
30
31 diff --git a/dev-perl/Specio/Specio-0.310.0.ebuild b/dev-perl/Specio/Specio-0.310.0.ebuild
32 deleted file mode 100644
33 index 3b54ef074b9..00000000000
34 --- a/dev-perl/Specio/Specio-0.310.0.ebuild
35 +++ /dev/null
36 @@ -1,39 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -DIST_AUTHOR=DROLSKY
43 -DIST_VERSION=0.31
44 -inherit perl-module
45 -
46 -DESCRIPTION="Type constraints and coercions for Perl"
47 -SLOT="0"
48 -KEYWORDS="~alpha ~amd64 ~hppa ~x86 ~x86-fbsd"
49 -IUSE="test"
50 -
51 -PATCHES=("${FILESDIR}/${PN}-${DIST_VERSION}-installskip.patch")
52 -
53 -RDEPEND="
54 - virtual/perl-Carp
55 - dev-perl/Devel-StackTrace
56 - dev-perl/Eval-Closure
57 - virtual/perl-Exporter
58 - virtual/perl-IO
59 - dev-perl/MRO-Compat
60 - >=dev-perl/Role-Tiny-1.3.3
61 - >=virtual/perl-Scalar-List-Utils-1.330.0
62 - virtual/perl-Storable
63 - dev-perl/Test-Fatal
64 - >=virtual/perl-Test-Simple-0.960.0
65 - virtual/perl-parent
66 - >=virtual/perl-version-0.830.0
67 -"
68 -DEPEND="${RDEPEND}
69 - virtual/perl-ExtUtils-MakeMaker
70 - test? (
71 - virtual/perl-File-Spec
72 - dev-perl/Test-Needs
73 - )
74 -"
75 -mydoc="TODO.pod"
76
77 diff --git a/dev-perl/Specio/Specio-0.350.0.ebuild b/dev-perl/Specio/Specio-0.350.0.ebuild
78 deleted file mode 100644
79 index 5d1af555ecb..00000000000
80 --- a/dev-perl/Specio/Specio-0.350.0.ebuild
81 +++ /dev/null
82 @@ -1,39 +0,0 @@
83 -# Copyright 1999-2017 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -DIST_AUTHOR=DROLSKY
89 -DIST_VERSION=0.35
90 -inherit perl-module
91 -
92 -DESCRIPTION="Type constraints and coercions for Perl"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
95 -IUSE="test minimal"
96 -
97 -RDEPEND="
98 - !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
99 - virtual/perl-Carp
100 - dev-perl/Devel-StackTrace
101 - dev-perl/Eval-Closure
102 - virtual/perl-Exporter
103 - virtual/perl-IO
104 - dev-perl/MRO-Compat
105 - dev-perl/Module-Runtime
106 - >=dev-perl/Role-Tiny-1.3.3
107 - >=virtual/perl-Scalar-List-Utils-1.330.0
108 - virtual/perl-Storable
109 - dev-perl/Test-Fatal
110 - >=virtual/perl-Test-Simple-0.960.0
111 - virtual/perl-parent
112 - >=virtual/perl-version-0.830.0
113 -"
114 -DEPEND="${RDEPEND}
115 - virtual/perl-ExtUtils-MakeMaker
116 - test? (
117 - virtual/perl-File-Spec
118 - dev-perl/Test-Needs
119 - )
120 -"
121 -mydoc="TODO.md"
122
123 diff --git a/dev-perl/Specio/Specio-0.360.0.ebuild b/dev-perl/Specio/Specio-0.360.0.ebuild
124 deleted file mode 100644
125 index 1c3a7cf3109..00000000000
126 --- a/dev-perl/Specio/Specio-0.360.0.ebuild
127 +++ /dev/null
128 @@ -1,39 +0,0 @@
129 -# Copyright 1999-2017 Gentoo Foundation
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=6
133 -
134 -DIST_AUTHOR=DROLSKY
135 -DIST_VERSION=0.36
136 -inherit perl-module
137 -
138 -DESCRIPTION="Type constraints and coercions for Perl"
139 -SLOT="0"
140 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
141 -IUSE="test minimal"
142 -
143 -RDEPEND="
144 - !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
145 - virtual/perl-Carp
146 - dev-perl/Devel-StackTrace
147 - dev-perl/Eval-Closure
148 - virtual/perl-Exporter
149 - virtual/perl-IO
150 - dev-perl/MRO-Compat
151 - dev-perl/Module-Runtime
152 - >=dev-perl/Role-Tiny-1.3.3
153 - >=virtual/perl-Scalar-List-Utils-1.330.0
154 - virtual/perl-Storable
155 - dev-perl/Test-Fatal
156 - >=virtual/perl-Test-Simple-0.960.0
157 - virtual/perl-parent
158 - >=virtual/perl-version-0.830.0
159 -"
160 -DEPEND="${RDEPEND}
161 - virtual/perl-ExtUtils-MakeMaker
162 - test? (
163 - virtual/perl-File-Spec
164 - dev-perl/Test-Needs
165 - )
166 -"
167 -mydoc="TODO.md"
168
169 diff --git a/dev-perl/Specio/files/Specio-0.31-installskip.patch b/dev-perl/Specio/files/Specio-0.31-installskip.patch
170 deleted file mode 100644
171 index 1798d3f0c2c..00000000000
172 --- a/dev-perl/Specio/files/Specio-0.31-installskip.patch
173 +++ /dev/null
174 @@ -1,52 +0,0 @@
175 -From 75ac71299516640967a884f58c1c0f9176fdb16f Mon Sep 17 00:00:00 2001
176 -From: Kent Fredric <kentfredric@×××××.com>
177 -Date: Fri, 11 Nov 2016 12:43:36 +1300
178 -Subject: [PATCH] Mark TODO.pod as "Not for installation"
179 -
180 -https://github.com/houseabsolute/Specio/pull/4
181 -
182 -Due to historical reasons, EUMM installs all files called "*.pm"
183 -or "*.pod" in the distributions root directory to the the install
184 -target.
185 -
186 -For instance,
187 -
188 - Dist-Foo-Bar/Bar.pm -> ${site_lib}/Dist/Foo/Bar.pm
189 - Dist-Foo-Bar/TODO.pod -> ${site_lib}/Dist/Foo/TODO.pod
190 - Dist-Foo/TODO.pod -> ${site_lib}/Dist/TODO.pod
191 - Dist/TODO.pod -> ${site_lib}/TODO.pod
192 -
193 -INSTALL.SKIP is used by ExtUtils::Install to mark things as "not for
194 -installation" while performing "make install", and acts to filter
195 -things in "blib/" from landing in ${site_lib}
196 -
197 -It will still *appear* to have no impact because EUMM will still spit
198 -out that its copying it from Dist-Foo/ to Dist-Foo/blib/
199 -
200 -But it shouldn't end up in the install target.
201 -
202 -Additionally, this rule filters out any resulting man-pages as well,
203 -because TODO.pod will be manified before ExtUtils::Install gets a
204 -chance.
205 -
206 -And the proof is in the pudding.
207 -
208 - cpanm -l /tmp/elib Specio-$VERSION.tar.gz
209 - find /tmp/elib | grep -i TODO
210 -
211 -Now should emit nothing.
212 ----
213 - INSTALL.SKIP | 1 +
214 - 1 file changed, 1 insertion(+)
215 - create mode 100644 INSTALL.SKIP
216 -
217 -diff --git a/INSTALL.SKIP b/INSTALL.SKIP
218 -new file mode 100644
219 -index 0000000..5d454a6
220 ---- /dev/null
221 -+++ b/INSTALL.SKIP
222 -@@ -0,0 +1 @@
223 -+TODO\.(pod|0)$
224 ---
225 -2.10.2
226 -