summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-14 08:58:16 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-14 09:13:01 +0200
commit0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7 (patch)
tree10fbe9839d9f22159a4b5e262d60a81069cde521 /app-editors
parentnet-libs/dhcpcd-dbus: Remove last-rited pkg, #623706 (diff)
downloadgentoo-0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7.tar.gz
gentoo-0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7.tar.bz2
gentoo-0dd346dcfb112b049b2f6a255ed8ce5def4a4ae7.zip
app-editors/XML-XSH2: Remove last-rited pkg, #623216
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/XML-XSH2/Manifest2
-rw-r--r--app-editors/XML-XSH2/XML-XSH2-2.1.26.ebuild34
-rw-r--r--app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild31
-rw-r--r--app-editors/XML-XSH2/files/XML-XSH2-2.1.26-perl526.patch12
-rw-r--r--app-editors/XML-XSH2/metadata.xml36
5 files changed, 0 insertions, 115 deletions
diff --git a/app-editors/XML-XSH2/Manifest b/app-editors/XML-XSH2/Manifest
deleted file mode 100644
index f15173ac15e4..000000000000
--- 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 f83993ee4659..000000000000
--- 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 ebc74f9ad4fb..000000000000
--- 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 c1232f3c935a..000000000000
--- 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 bedbc6d42414..000000000000
--- 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>