diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-20 00:43:12 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-20 00:43:12 +1200 |
commit | 7da8d75726492558a36b799cd56c584545938695 (patch) | |
tree | f5a54ebfca31fd98b61b205460be152b7f7c732a /dev-perl | |
parent | 07c80cc27402320d686abe0c54a79a0f8184f896 (diff) | |
download | gentoo-7da8d75726492558a36b799cd56c584545938695.tar.gz gentoo-7da8d75726492558a36b799cd56c584545938695.tar.xz |
dev-perl/XML-NamespaceSupport: Cleanup old re bug #614530
Remove old versions affected by '.' in @INC removal
Bug: https://bugs.gentoo.org/614530
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-NamespaceSupport/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.110.0-r1.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-perl/XML-NamespaceSupport/Manifest b/dev-perl/XML-NamespaceSupport/Manifest index fdc77593008..c5e1a3f000c 100644 --- a/dev-perl/XML-NamespaceSupport/Manifest +++ b/dev-perl/XML-NamespaceSupport/Manifest @@ -1,2 +1 @@ -DIST XML-NamespaceSupport-1.11.tar.gz 52077 SHA256 6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea SHA512 cc1bd5f457dc80e46fb9904fb9dfe2bdf8bffdad8f436f0e8f5977dbc6924ef9eeceac61d8ab80df1bfcb5e14fe2476421831f47f9354726dd3b536beade0381 WHIRLPOOL b5cbaec1e10d68029fe4cf8886d0877a30eb686c90cc1dcee56853829a446a577681dbdc1b8e0fcdaba4ee9d9b0256de8d860ac5c8c9222ffd7d36e81478f7bd DIST XML-NamespaceSupport-1.12.tar.gz 18012 SHA256 47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef SHA512 8a29698acc152888b3abd53b277f89209252830cc3b57d587a5b66e5019445d7c1858a08fa548d42387c1143b726da1440e36eb0c69b0b59c3770b5f528f38b2 WHIRLPOOL 4c8cedfccb2bd3c956c9963b9054b470b0a4fc4d958e6c1cfbd54197d63e77401ed307039d0eb0189629f08ac5dfd958c3d6eadff45d39fce063abf83e6eb69f diff --git a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.110.0-r1.ebuild b/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.110.0-r1.ebuild deleted file mode 100644 index 0fab3f696a2..00000000000 --- a/dev-perl/XML-NamespaceSupport/XML-NamespaceSupport-1.110.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=PERIGRIN -MODULE_VERSION=1.11 -inherit perl-module - -DESCRIPTION="A Perl module that offers a simple to process namespaced XML names" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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" -IUSE="" - -SRC_TEST="do" |