public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/updates/, app-editors/XML-XSH2/, app-editors/XML-XSH2/files/
@ 2017-08-14  7:13 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-08-14  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 06:58:16 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 07:13:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd346dc

app-editors/XML-XSH2: Remove last-rited pkg, #623216

 app-editors/XML-XSH2/Manifest                      |  2 --
 app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild        | 34 --------------------
 app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild      | 31 -------------------
 .../XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch   | 12 --------
 app-editors/XML-XSH2/metadata.xml                  | 36 ----------------------
 profiles/package.mask                              |  5 ++-
 profiles/updates/4Q-2012                           |  1 -
 7 files changed, 2 insertions(+), 119 deletions(-)

diff --git a/app-editors/XML-XSH2/Manifest b/app-editors/XML-XSH2/Manifest
deleted file mode 100644
index f15173ac15e..00000000000
--- a/app-editors/XML-XSH2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST XML-XSH2-2.1.26.tar.gz 353149 SHA256 cf2f070505ddc350b67c4522b43bc233e8468b36670890b672c8e01e7551f56e SHA512 2c4213e296aa786bc1b43ebc3656c4a0f750904884fd77721c540ad9e326d9081a18e4f30d75a89aacc28e8b672e3eff702080fc5c36ffcc8ea621dff49c07e4 WHIRLPOOL d132dde18cdd37f468fde7c7d8f62504a9d45aa790033230c2a2e85dfe27e26473001eac8edc7f1162602d839f43b4fe328a923c6023ee3ac4e029036aa1ce1f
-DIST XML-XSH2-2.1.6.tar.gz 322506 SHA256 6bd3d520db9b192e9d04b2fdb43ac54ebd945148e03d1e93dc4b9f39fa5dd551 SHA512 2ee992a50378a6f79327938cbd301eb49954d4dbf7c2815bc40f9f74d77eed4060a234f0369215375f34a495871c29ef17f60919f31fc9b192558945a9303b7b WHIRLPOOL 155137cb11204638b3aeedc46444797a0065e341fa29adaac3864b648206e3506561a9175838a61eb28c7b29262db6f6669694be660e2b4348d21e5b68b80f01

diff --git a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild b/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
deleted file mode 100644
index f83993ee465..00000000000
--- a/app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHOROBA
-inherit perl-module
-
-DESCRIPTION="Powerful scripting language/shell for XPath-based editing of XML"
-HOMEPAGE="http://xsh.sourceforge.net/"
-
-LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/IO-stringy
-	>=dev-perl/Parse-RecDescent-1.940.0
-	virtual/perl-Term-ReadLine
-	dev-perl/Term-ReadLine-Perl
-	dev-perl/URI
-	>=dev-perl/XML-Filter-DOMFilter-LibXML-0.30.0
-	>=dev-perl/XML-LibXML-1.600.0
-	dev-perl/XML-LibXML-Iterator
-	>=dev-perl/XML-LibXSLT-1.600.0
-	>=dev-perl/XML-SAX-Writer-0.440.0
-	>=dev-perl/XML-XUpdate-LibXML-0.6.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-
-PATCHES=( "${FILESDIR}/${P}-perl526.patch" )

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
deleted file mode 100644
index ebc74f9ad4f..00000000000
--- a/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PAJAS
-MODULE_VERSION=2.1.6
-inherit perl-module
-
-DESCRIPTION="XML Editing Shell"
-HOMEPAGE="http://xsh.sourceforge.net/"
-
-LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/XML-LibXML-1.61
-	>=dev-perl/Parse-RecDescent-1.94
-	>=dev-perl/XML-LibXSLT-1.53
-	dev-perl/IO-stringy
-	dev-perl/XML-SAX-Writer
-	dev-perl/Term-ReadLine-Perl
-	dev-perl/URI
-	dev-perl/XML-Filter-DOMFilter-LibXML
-	>=dev-perl/XML-XUpdate-LibXML-0.4.0
-"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

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
deleted file mode 100644
index c1232f3c935..00000000000
--- a/app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN XML-XSH2-2.1.26.orig/Makefile.PL XML-XSH2-2.1.26/Makefile.PL
---- XML-XSH2-2.1.26.orig/Makefile.PL	2016-07-09 09:01:59.000000000 +0200
-+++ XML-XSH2-2.1.26/Makefile.PL	2017-07-08 23:26:00.426453212 +0200
-@@ -4,6 +4,8 @@
- 
- use ExtUtils::MakeMaker;
- 
-+use lib q[.];
-+
- $| = 1;
- 
- WriteMakefile(

diff --git a/app-editors/XML-XSH2/metadata.xml b/app-editors/XML-XSH2/metadata.xml
deleted file mode 100644
index bedbc6d4241..00000000000
--- a/app-editors/XML-XSH2/metadata.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <!-- maintainer-needed -->
-    <upstream>
-        <remote-id type="cpan">XML-XSH2</remote-id>
-        <remote-id type="cpan-module">Parse::RecDescent::XML::XSH2::Parser</remote-id>
-        <remote-id type="cpan-module">XML::LibXML::Literal</remote-id>
-        <remote-id type="cpan-module">XML::LibXML::Namespace</remote-id>
-        <remote-id type="cpan-module">XML::LibXML::NodeList</remote-id>
-        <remote-id type="cpan-module">XML::LibXML::Number</remote-id>
-        <remote-id type="cpan-module">XML::LibXML::SubTreeIterator</remote-id>
-        <remote-id type="cpan-module">XML::SAX::Writer::XMLEnc</remote-id>
-        <remote-id type="cpan-module">XML::XSH2</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Compile</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Completion</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::CompletionList</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::DummyXPathContext</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::FilteredIterator</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Functions</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Grammar</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Help</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Inline</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Internal::Exception</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Internal::LoopTerminatingException</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Internal::SubTerminatingException</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Internal::UncatchableException</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Iterators</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::LibXMLCompat</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Map</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::Parser</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::VarAlias</remote-id>
-        <remote-id type="cpan-module">XML::XSH2::XPathToXML</remote-id>
-        <remote-id type="sourceforge">xsh</remote-id>
-    </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 405de39ea98..7612edf7d27 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -467,10 +467,9 @@ app-misc/gnomecatalog
 dev-libs/djb
 
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
-# Not compatible with new perl, not needed by anything in the tree (#623214,
-# #623216), removal in a month.
+# Not compatible with new perl, not needed by anything in the tree (#623214),
+# removal in a month.
 app-backup/snapback2
-app-editors/XML-XSH2
 
 # Pacho Ramos <pacho@gentoo.org> (14 Jul 2017)
 # Doesn't build (#623562). Removal in a month.

diff --git a/profiles/updates/4Q-2012 b/profiles/updates/4Q-2012
index 8904f36f208..a60f4921371 100644
--- a/profiles/updates/4Q-2012
+++ b/profiles/updates/4Q-2012
@@ -51,7 +51,6 @@ move app-portage/pyGPG dev-python/pyGPG
 move mail-client/claws-mail-tnef_parse mail-client/claws-mail-tnef-parse
 move mail-client/claws-mail-spam_report mail-client/claws-mail-spam-report
 move x11-libs/vdpau-video x11-libs/libva-vdpau-driver
-move app-editors/XML-XSH app-editors/XML-XSH2
 slotmove <net-libs/farstream-0.1.90 0 0.1
 move dev-ruby/ruby-bsearch dev-ruby/bsearch
 move net-misc/ptunnel net-proxy/pingtunnel


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-14  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  7:13 [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/updates/, app-editors/XML-XSH2/, app-editors/XML-XSH2/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox