Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/updates/, app-editors/XML-XSH2/, app-editors/XML-XSH2/files/
Date: Mon, 14 Aug 2017 07:13:38
Message-Id: 1502694781.0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7.mgorny@gentoo
1 commit: 0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 06:58:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 07:13:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd346dc
7
8 app-editors/XML-XSH2: Remove last-rited pkg, #623216
9
10 app-editors/XML-XSH2/Manifest | 2 --
11 app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild | 34 --------------------
12 app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild | 31 -------------------
13 .../XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch | 12 --------
14 app-editors/XML-XSH2/metadata.xml | 36 ----------------------
15 profiles/package.mask | 5 ++-
16 profiles/updates/4Q-2012 | 1 -
17 7 files changed, 2 insertions(+), 119 deletions(-)
18
19 diff --git a/app-editors/XML-XSH2/Manifest b/app-editors/XML-XSH2/Manifest
20 deleted file mode 100644
21 index f15173ac15e..00000000000
22 --- a/app-editors/XML-XSH2/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST XML-XSH2-2.1.26.tar.gz 353149 SHA256 cf2f070505ddc350b67c4522b43bc233e8468b36670890b672c8e01e7551f56e SHA512 2c4213e296aa786bc1b43ebc3656c4a0f750904884fd77721c540ad9e326d9081a18e4f30d75a89aacc28e8b672e3eff702080fc5c36ffcc8ea621dff49c07e4 WHIRLPOOL d132dde18cdd37f468fde7c7d8f62504a9d45aa790033230c2a2e85dfe27e26473001eac8edc7f1162602d839f43b4fe328a923c6023ee3ac4e029036aa1ce1f
26 -DIST XML-XSH2-2.1.6.tar.gz 322506 SHA256 6bd3d520db9b192e9d04b2fdb43ac54ebd945148e03d1e93dc4b9f39fa5dd551 SHA512 2ee992a50378a6f79327938cbd301eb49954d4dbf7c2815bc40f9f74d77eed4060a234f0369215375f34a495871c29ef17f60919f31fc9b192558945a9303b7b WHIRLPOOL 155137cb11204638b3aeedc46444797a0065e341fa29adaac3864b648206e3506561a9175838a61eb28c7b29262db6f6669694be660e2b4348d21e5b68b80f01
27
28 diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
29 deleted file mode 100644
30 index f83993ee465..00000000000
31 --- a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -DIST_AUTHOR=CHOROBA
40 -inherit perl-module
41 -
42 -DESCRIPTION="Powerful scripting language/shell for XPath-based editing of XML"
43 -HOMEPAGE="http://xsh.sourceforge.net/"
44 -
45 -LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-perl/IO-stringy
52 - >=dev-perl/Parse-RecDescent-1.940.0
53 - virtual/perl-Term-ReadLine
54 - dev-perl/Term-ReadLine-Perl
55 - dev-perl/URI
56 - >=dev-perl/XML-Filter-DOMFilter-LibXML-0.30.0
57 - >=dev-perl/XML-LibXML-1.600.0
58 - dev-perl/XML-LibXML-Iterator
59 - >=dev-perl/XML-LibXSLT-1.600.0
60 - >=dev-perl/XML-SAX-Writer-0.440.0
61 - >=dev-perl/XML-XUpdate-LibXML-0.6.0
62 -"
63 -DEPEND="${RDEPEND}
64 - virtual/perl-ExtUtils-MakeMaker
65 -"
66 -
67 -PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
68
69 diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild
70 deleted file mode 100644
71 index ebc74f9ad4f..00000000000
72 --- a/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild
73 +++ /dev/null
74 @@ -1,31 +0,0 @@
75 -# Copyright 1999-2014 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -MODULE_AUTHOR=PAJAS
81 -MODULE_VERSION=2.1.6
82 -inherit perl-module
83 -
84 -DESCRIPTION="XML Editing Shell"
85 -HOMEPAGE="http://xsh.sourceforge.net/"
86 -
87 -LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
88 -SLOT="0"
89 -KEYWORDS="amd64 x86"
90 -IUSE=""
91 -
92 -RDEPEND="
93 - >=dev-perl/XML-LibXML-1.61
94 - >=dev-perl/Parse-RecDescent-1.94
95 - >=dev-perl/XML-LibXSLT-1.53
96 - dev-perl/IO-stringy
97 - dev-perl/XML-SAX-Writer
98 - dev-perl/Term-ReadLine-Perl
99 - dev-perl/URI
100 - dev-perl/XML-Filter-DOMFilter-LibXML
101 - >=dev-perl/XML-XUpdate-LibXML-0.4.0
102 -"
103 -DEPEND="${RDEPEND}"
104 -
105 -SRC_TEST=do
106
107 diff --git a/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch b/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch
108 deleted file mode 100644
109 index c1232f3c935..00000000000
110 --- a/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch
111 +++ /dev/null
112 @@ -1,12 +0,0 @@
113 -diff -ruN XML-XSH2-2.1.26.orig/Makefile.PL XML-XSH2-2.1.26/Makefile.PL
114 ---- XML-XSH2-2.1.26.orig/Makefile.PL 2016-07-09 09:01:59.000000000 +0200
115 -+++ XML-XSH2-2.1.26/Makefile.PL 2017-07-08 23:26:00.426453212 +0200
116 -@@ -4,6 +4,8 @@
117 -
118 - use ExtUtils::MakeMaker;
119 -
120 -+use lib q[.];
121 -+
122 - $| = 1;
123 -
124 - WriteMakefile(
125
126 diff --git a/app-editors/XML-XSH2/metadata.xml b/app-editors/XML-XSH2/metadata.xml
127 deleted file mode 100644
128 index bedbc6d4241..00000000000
129 --- a/app-editors/XML-XSH2/metadata.xml
130 +++ /dev/null
131 @@ -1,36 +0,0 @@
132 -<?xml version="1.0" encoding="UTF-8"?>
133 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
134 -<pkgmetadata>
135 - <!-- maintainer-needed -->
136 - <upstream>
137 - <remote-id type="cpan">XML-XSH2</remote-id>
138 - <remote-id type="cpan-module">Parse::RecDescent::XML::XSH2::Parser</remote-id>
139 - <remote-id type="cpan-module">XML::LibXML::Literal</remote-id>
140 - <remote-id type="cpan-module">XML::LibXML::Namespace</remote-id>
141 - <remote-id type="cpan-module">XML::LibXML::NodeList</remote-id>
142 - <remote-id type="cpan-module">XML::LibXML::Number</remote-id>
143 - <remote-id type="cpan-module">XML::LibXML::SubTreeIterator</remote-id>
144 - <remote-id type="cpan-module">XML::SAX::Writer::XMLEnc</remote-id>
145 - <remote-id type="cpan-module">XML::XSH2</remote-id>
146 - <remote-id type="cpan-module">XML::XSH2::Compile</remote-id>
147 - <remote-id type="cpan-module">XML::XSH2::Completion</remote-id>
148 - <remote-id type="cpan-module">XML::XSH2::CompletionList</remote-id>
149 - <remote-id type="cpan-module">XML::XSH2::DummyXPathContext</remote-id>
150 - <remote-id type="cpan-module">XML::XSH2::FilteredIterator</remote-id>
151 - <remote-id type="cpan-module">XML::XSH2::Functions</remote-id>
152 - <remote-id type="cpan-module">XML::XSH2::Grammar</remote-id>
153 - <remote-id type="cpan-module">XML::XSH2::Help</remote-id>
154 - <remote-id type="cpan-module">XML::XSH2::Inline</remote-id>
155 - <remote-id type="cpan-module">XML::XSH2::Internal::Exception</remote-id>
156 - <remote-id type="cpan-module">XML::XSH2::Internal::LoopTerminatingException</remote-id>
157 - <remote-id type="cpan-module">XML::XSH2::Internal::SubTerminatingException</remote-id>
158 - <remote-id type="cpan-module">XML::XSH2::Internal::UncatchableException</remote-id>
159 - <remote-id type="cpan-module">XML::XSH2::Iterators</remote-id>
160 - <remote-id type="cpan-module">XML::XSH2::LibXMLCompat</remote-id>
161 - <remote-id type="cpan-module">XML::XSH2::Map</remote-id>
162 - <remote-id type="cpan-module">XML::XSH2::Parser</remote-id>
163 - <remote-id type="cpan-module">XML::XSH2::VarAlias</remote-id>
164 - <remote-id type="cpan-module">XML::XSH2::XPathToXML</remote-id>
165 - <remote-id type="sourceforge">xsh</remote-id>
166 - </upstream>
167 -</pkgmetadata>
168
169 diff --git a/profiles/package.mask b/profiles/package.mask
170 index 405de39ea98..7612edf7d27 100644
171 --- a/profiles/package.mask
172 +++ b/profiles/package.mask
173 @@ -467,10 +467,9 @@ app-misc/gnomecatalog
174 dev-libs/djb
175
176 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
177 -# Not compatible with new perl, not needed by anything in the tree (#623214,
178 -# #623216), removal in a month.
179 +# Not compatible with new perl, not needed by anything in the tree (#623214),
180 +# removal in a month.
181 app-backup/snapback2
182 -app-editors/XML-XSH2
183
184 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
185 # Doesn't build (#623562). Removal in a month.
186
187 diff --git a/profiles/updates/4Q-2012 b/profiles/updates/4Q-2012
188 index 8904f36f208..a60f4921371 100644
189 --- a/profiles/updates/4Q-2012
190 +++ b/profiles/updates/4Q-2012
191 @@ -51,7 +51,6 @@ move app-portage/pyGPG dev-python/pyGPG
192 move mail-client/claws-mail-tnef_parse mail-client/claws-mail-tnef-parse
193 move mail-client/claws-mail-spam_report mail-client/claws-mail-spam-report
194 move x11-libs/vdpau-video x11-libs/libva-vdpau-driver
195 -move app-editors/XML-XSH app-editors/XML-XSH2
196 slotmove <net-libs/farstream-0.1.90 0 0.1
197 move dev-ruby/ruby-bsearch dev-ruby/bsearch
198 move net-misc/ptunnel net-proxy/pingtunnel