Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-SAX-Expat/
Date: Sat, 24 Sep 2016 18:58:26
Message-Id: 1474743486.114b41ac30a8b47a65ad0b80511625888d36b99b.dilfridge@gentoo
1 commit: 114b41ac30a8b47a65ad0b80511625888d36b99b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 18:55:07 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 18:58:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114b41ac
7
8 dev-perl/XML-SAX-Expat: Remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-perl/XML-SAX-Expat/Manifest | 2 -
13 .../XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild | 52 ----------------------
14 .../XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild | 52 ----------------------
15 3 files changed, 106 deletions(-)
16
17 diff --git a/dev-perl/XML-SAX-Expat/Manifest b/dev-perl/XML-SAX-Expat/Manifest
18 index 9bd501a..62d8b8a 100644
19 --- a/dev-perl/XML-SAX-Expat/Manifest
20 +++ b/dev-perl/XML-SAX-Expat/Manifest
21 @@ -1,3 +1 @@
22 -DIST XML-SAX-Expat-0.40.tar.gz 6510 SHA256 4b477dd7afba6e8d3f6117a28a2012381f8635e5cfb996d3cd4d0ee624c39930 SHA512 71f5419ae677e36f3c4471052944af8dc73fa599538afe077502c1c00a6c39e8c1a387da4d69d36ccaa90235e5ba5adee57c1aea18d0b0c789aa81f82347a0be WHIRLPOOL 3e5a463415da14bf195edeecbc0cda924140b13d449be42613cb345302bdb84359b1c85f5efe23604367991e01064a1aa3d8d7a57f45007b732484739024cc4a
23 -DIST XML-SAX-Expat-0.50.tar.gz 7090 SHA256 a506e64cf3b6f3828e95085148226be1f3487b46e317c4d362dfdb755e954a12 SHA512 be015e608a923c8d8632c8dd44b6f7780fa3daa7075b1cdb961e45af5da3516826cdbfa198aa6ec52a31c27860830227e6bb6b22344780cbb630aa7ca6f0663f WHIRLPOOL e50438ea881cf435be5f1d73b1f78b07f5c3a45a070e5a2436c780dba864f06bd399130e1b8d731fb4352366018014ffc6d2407df4efc6ffeaffd28ead51442a
24 DIST XML-SAX-Expat-0.51.tar.gz 7134 SHA256 4c016213d0ce7db2c494e30086b59917b302db8c292dcd21f39deebd9780c83f SHA512 9cd3c7a1cdf0b0a49ea9f871095984fb67ff54c9e5ed49884c591a450c2662acbd6d0f5232a5720663bcab09ff4f41093d414daa0b72457dc98eea5001270478 WHIRLPOOL bfac47b4e8b3af2b06f49cff868938c97af5a935ebb74bca81e6d0974393dddd02728b7257d11f243967bebd9d2b73e6cea042c0656279ca1ae9a268c5ecd450
25
26 diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
27 deleted file mode 100644
28 index 0b4e086..00000000
29 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -MODULE_AUTHOR=BJOERN
39 -MODULE_VERSION=0.40
40 -inherit perl-module
41 -
42 -DESCRIPTION="SAX2 Driver for Expat"
43 -LICENSE="|| ( Artistic GPL-2 )"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="test"
47 -
48 -RDEPEND=">=dev-perl/XML-SAX-0.15-r1
49 - >=dev-perl/XML-NamespaceSupport-1.09
50 - dev-perl/XML-Parser"
51 -DEPEND="${RDEPEND}
52 - test? ( dev-perl/Test-Pod
53 - dev-perl/Test-Pod-Coverage )"
54 -
55 -SRC_TEST=do
56 -
57 -src_compile() {
58 - export SKIP_SAX_INSTALL=1
59 - perl-module_src_compile
60 -}
61 -
62 -pkg_postinst() {
63 - pkg_update_parser add XML::SAX::Expat
64 -}
65 -
66 -pkg_postrm() {
67 - pkg_update_parser remove XML::SAX::Expat
68 -}
69 -
70 -pkg_update_parser() {
71 - # pkg_update_parser [add|remove] $parser_module
72 - local action=$1
73 - local parser_module=$2
74 -
75 - if [[ "$ROOT" = "/" ]] ; then
76 - einfo "Update Parser: $1 $2"
77 - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
78 - || ewarn "Update Parser: $1 $2 failed"
79 - else
80 - elog "To $1 $2 run:"
81 - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
82 - fi
83 -}
84
85 diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
86 deleted file mode 100644
87 index cb04a08..00000000
88 --- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
89 +++ /dev/null
90 @@ -1,52 +0,0 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -
97 -MODULE_AUTHOR=BJOERN
98 -MODULE_VERSION=0.50
99 -inherit perl-module
100 -
101 -DESCRIPTION="SAX2 Driver for Expat"
102 -LICENSE="|| ( Artistic GPL-2 )"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE="test"
106 -
107 -RDEPEND=">=dev-perl/XML-SAX-0.15-r1
108 - >=dev-perl/XML-NamespaceSupport-1.09
109 - dev-perl/XML-Parser"
110 -DEPEND="${RDEPEND}
111 - test? ( dev-perl/Test-Pod
112 - dev-perl/Test-Pod-Coverage )"
113 -
114 -SRC_TEST=do
115 -
116 -src_compile() {
117 - export SKIP_SAX_INSTALL=1
118 - perl-module_src_compile
119 -}
120 -
121 -pkg_postinst() {
122 - pkg_update_parser add XML::SAX::Expat
123 -}
124 -
125 -pkg_postrm() {
126 - pkg_update_parser remove XML::SAX::Expat
127 -}
128 -
129 -pkg_update_parser() {
130 - # pkg_update_parser [add|remove] $parser_module
131 - local action=$1
132 - local parser_module=$2
133 -
134 - if [[ "$ROOT" = "/" ]] ; then
135 - einfo "Update Parser: $1 $2"
136 - perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
137 - || ewarn "Update Parser: $1 $2 failed"
138 - else
139 - elog "To $1 $2 run:"
140 - elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
141 - fi
142 -}