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/XML-LibXML/
Date: Mon, 05 Jun 2017 11:14:42
Message-Id: 1496661252.2ec47ab7d89df6b0c138426c9c861ad184b758be.kentnl@gentoo
1 commit: 2ec47ab7d89df6b0c138426c9c861ad184b758be
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 11:14:00 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 11:14:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec47ab7
7
8 dev-perl/XML-LibXML: Cleanup old re bug #594614
9
10 Removing old versions affected by XXE
11
12 Buyg: https://bugs.gentoo.org/594614
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14
15 dev-perl/XML-LibXML/Manifest | 2 -
16 dev-perl/XML-LibXML/XML-LibXML-2.12.100.ebuild | 62 ------------------------
17 dev-perl/XML-LibXML/XML-LibXML-2.12.600.ebuild | 65 --------------------------
18 dev-perl/XML-LibXML/XML-LibXML-2.12.800.ebuild | 65 --------------------------
19 4 files changed, 194 deletions(-)
20
21 diff --git a/dev-perl/XML-LibXML/Manifest b/dev-perl/XML-LibXML/Manifest
22 index 833fcc30c09..995ce7f2dcd 100644
23 --- a/dev-perl/XML-LibXML/Manifest
24 +++ b/dev-perl/XML-LibXML/Manifest
25 @@ -1,4 +1,2 @@
26 -DIST XML-LibXML-2.0121.tar.gz 464562 SHA256 ec431011cb37a04640fd2316f64d0405a274eece2c6f3847f7fbd336eb1c0dc9 SHA512 1833d1e14d8a3b361bcacde910807a56e21cd08204f3fa58888a8c9219bd9228bfdc211af8f74b91ceda3135b4e72cbc60ef1d783afbe0febd100117904f29f1 WHIRLPOOL 8168fcb40e9cfd7d9802f443124a1a38419b5e74b5560b95cfb66f4bc37110a2ac11515b365c4c90bd6007cb5a98c0045bc460566e7f52f758958019953411fe
27 -DIST XML-LibXML-2.0126.tar.gz 465800 SHA256 0e735ab72e2ba77070a58a737fd6c61fa6aa198527abc59a5d5627f0650a60af SHA512 b7e5cfdf299c6eabbecacf3a8b5192439b251aa15304a08296481daae2ff01f4d2fab74c38b42c2c63a2fa9f485d287a72ea06ebc58e679ac39cf6544f3cf60c WHIRLPOOL 341b49339342abdf93df0d7dd322b0209bd9a3fca2ffdfdb8e51055d1adab5093f221deaf43330668d17b4795a6c65e029e6bc51bda34184dd91f28e723d7de9
28 DIST XML-LibXML-2.0128.tar.gz 466334 SHA256 26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b SHA512 c388570d0a140f3b92ab9922d9c917fba791e804b160822eeff91923891059ba189ad3743f2ffd13f7f4c92a3e8db1ee5fae588007d3fcf50251d9803e8e261b WHIRLPOOL d5aa29ca1254e6c94b8b765c2d0f05ebfaef30c3f67c7d5f4ee0f6c08619627cb98590f915ec115e28898bc44f7cd675a3c5a3f7abe827ec2d57baa5c76734d2
29 DIST XML-LibXML-2.0129.tar.gz 468838 SHA256 5ca0269ba06800c84061a7f3333c85fab5584d69cd7b4e0641963da7fd36b366 SHA512 f17c61052975ecc188c285ee93dbb07926c880a28e49afdd5af0c7c997e8b12be72412d0964391f1232f853935ee0ff2838cd5d62f8f3b4f52c341904069ccea WHIRLPOOL 505bb1206f87524bc7162fb5be14f8f982cd75007d0540a0bbcb78b48affe60ed4ee786257dc5c78c9bbcdba63d466ea4f7e5ace6d37d1057c253248a42788a9
30
31 diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.100.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.12.100.ebuild
32 deleted file mode 100644
33 index 52143ac0e34..00000000000
34 --- a/dev-perl/XML-LibXML/XML-LibXML-2.12.100.ebuild
35 +++ /dev/null
36 @@ -1,62 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -MODULE_AUTHOR=SHLOMIF
43 -MODULE_VERSION=2.0121
44 -inherit perl-module
45 -
46 -DESCRIPTION="Perl binding for libxml2"
47 -
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
50 -IUSE="test"
51 -
52 -RDEPEND="
53 - >=dev-perl/XML-SAX-0.120.0
54 - >=dev-libs/libxml2-2.6.21
55 - >=dev-perl/XML-NamespaceSupport-1.70.0
56 -"
57 -DEPEND="${RDEPEND}
58 - test? (
59 - dev-perl/Test-LeakTrace
60 - )
61 -"
62 -
63 -SRC_TEST="do"
64 -
65 -src_compile() {
66 - export SKIP_SAX_INSTALL=1
67 - perl-module_src_compile
68 -}
69 -
70 -src_test() {
71 - perl_rm_files t/pod.t t/style-trailing-space.t t/cpan-changes.t
72 - perl-module_src_test
73 -}
74 -
75 -pkg_postinst() {
76 - pkg_update_parser add XML::LibXML::SAX::Parser
77 - pkg_update_parser add XML::LibXML::SAX
78 -}
79 -
80 -pkg_postrm() {
81 - pkg_update_parser remove XML::LibXML::SAX::Parser
82 - pkg_update_parser remove XML::LibXML::SAX
83 -}
84 -
85 -pkg_update_parser() {
86 - # pkg_update_parser [add|remove] $parser_module
87 - local action=$1
88 - local parser_module=$2
89 -
90 - if [[ "$ROOT" = "/" ]] ; then
91 - einfo "Update Parser: $1 $2"
92 - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
93 - || ewarn "Update Parser: $1 $2 failed"
94 - else
95 - elog "To $1 $2 run:"
96 - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
97 - fi
98 -}
99
100 diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.600.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.12.600.ebuild
101 deleted file mode 100644
102 index 046903ad1c9..00000000000
103 --- a/dev-perl/XML-LibXML/XML-LibXML-2.12.600.ebuild
104 +++ /dev/null
105 @@ -1,65 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=6
110 -
111 -DIST_AUTHOR=SHLOMIF
112 -DIST_VERSION=2.0126
113 -DIST_EXAMPLES=("example/*")
114 -inherit perl-module
115 -
116 -DESCRIPTION="Perl binding for libxml2"
117 -
118 -SLOT="0"
119 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
120 -IUSE="test minimal"
121 -
122 -RDEPEND="
123 - >=dev-perl/XML-SAX-0.120.0
124 - >=dev-libs/libxml2-2.6.21
125 - dev-perl/XML-SAX-Base
126 - >=dev-perl/XML-NamespaceSupport-1.70.0
127 -"
128 -DEPEND="${RDEPEND}
129 - virtual/perl-ExtUtils-MakeMaker
130 - test? (
131 - !minimal? (
132 - dev-perl/Test-LeakTrace
133 - )
134 - )
135 -"
136 -
137 -src_compile() {
138 - export SKIP_SAX_INSTALL=1
139 - perl-module_src_compile
140 -}
141 -
142 -src_test() {
143 - perl_rm_files t/pod.t t/style-trailing-space.t t/cpan-changes.t t/release-kwalitee.t
144 - perl-module_src_test
145 -}
146 -
147 -pkg_postinst() {
148 - pkg_update_parser add XML::LibXML::SAX::Parser
149 - pkg_update_parser add XML::LibXML::SAX
150 -}
151 -
152 -pkg_postrm() {
153 - pkg_update_parser remove XML::LibXML::SAX::Parser
154 - pkg_update_parser remove XML::LibXML::SAX
155 -}
156 -
157 -pkg_update_parser() {
158 - # pkg_update_parser [add|remove] $parser_module
159 - local action=$1
160 - local parser_module=$2
161 -
162 - if [[ "$ROOT" = "/" ]] ; then
163 - einfo "Update Parser: $1 $2"
164 - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
165 - || ewarn "Update Parser: $1 $2 failed"
166 - else
167 - elog "To $1 $2 run:"
168 - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
169 - fi
170 -}
171
172 diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.12.800.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.12.800.ebuild
173 deleted file mode 100644
174 index 324ac085247..00000000000
175 --- a/dev-perl/XML-LibXML/XML-LibXML-2.12.800.ebuild
176 +++ /dev/null
177 @@ -1,65 +0,0 @@
178 -# Copyright 1999-2017 Gentoo Foundation
179 -# Distributed under the terms of the GNU General Public License v2
180 -
181 -EAPI=6
182 -
183 -DIST_AUTHOR=SHLOMIF
184 -DIST_VERSION=2.0128
185 -DIST_EXAMPLES=("example/*")
186 -inherit perl-module
187 -
188 -DESCRIPTION="Perl binding for libxml2"
189 -
190 -SLOT="0"
191 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
192 -IUSE="test minimal"
193 -
194 -RDEPEND="
195 - >=dev-perl/XML-SAX-0.120.0
196 - >=dev-libs/libxml2-2.6.21
197 - dev-perl/XML-SAX-Base
198 - >=dev-perl/XML-NamespaceSupport-1.70.0
199 -"
200 -DEPEND="${RDEPEND}
201 - virtual/perl-ExtUtils-MakeMaker
202 - test? (
203 - !minimal? (
204 - dev-perl/Test-LeakTrace
205 - )
206 - )
207 -"
208 -
209 -src_compile() {
210 - export SKIP_SAX_INSTALL=1
211 - perl-module_src_compile
212 -}
213 -
214 -src_test() {
215 - perl_rm_files t/pod.t t/style-trailing-space.t t/cpan-changes.t
216 - perl-module_src_test
217 -}
218 -
219 -pkg_postinst() {
220 - pkg_update_parser add XML::LibXML::SAX::Parser
221 - pkg_update_parser add XML::LibXML::SAX
222 -}
223 -
224 -pkg_postrm() {
225 - pkg_update_parser remove XML::LibXML::SAX::Parser
226 - pkg_update_parser remove XML::LibXML::SAX
227 -}
228 -
229 -pkg_update_parser() {
230 - # pkg_update_parser [add|remove] $parser_module
231 - local action=$1
232 - local parser_module=$2
233 -
234 - if [[ "$ROOT" = "/" ]] ; then
235 - einfo "Update Parser: $1 $2"
236 - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
237 - || ewarn "Update Parser: $1 $2 failed"
238 - else
239 - elog "To $1 $2 run:"
240 - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
241 - fi
242 -}