diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-17 16:29:12 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-17 16:35:40 +1200 |
commit | b9cc1e65f76af58e5f05797d614931993ab50d4a (patch) | |
tree | 8facaf401373e64641ccaec5eb0417220e56924f /dev-perl/XML-DOM-XPath | |
parent | dev-perl/XML-Atom: Cleanup old re bug #623678 (diff) | |
download | gentoo-b9cc1e65f76af58e5f05797d614931993ab50d4a.tar.gz gentoo-b9cc1e65f76af58e5f05797d614931993ab50d4a.tar.bz2 gentoo-b9cc1e65f76af58e5f05797d614931993ab50d4a.zip |
dev-perl/XML-DOM-XPath: Cleanup old re bug #623188
Closes: https://bugs.gentoo.org/623188
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/XML-DOM-XPath')
-rw-r--r-- | dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild b/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild deleted file mode 100644 index b210ebf50f45..000000000000 --- a/dev-perl/XML-DOM-XPath/XML-DOM-XPath-0.140.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MIROD -MODULE_VERSION=0.14 -inherit perl-module - -DESCRIPTION="Perl extension to add XPath support to XML::DOM, using XML::XPath engine" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-perl/XML-DOM - dev-perl/XML-XPathEngine" -DEPEND="${RDEPEND} - test? ( virtual/perl-Test-Simple ) -" -SRC_TEST="do" - -src_test() { - perl_rm_files t/pod.t t/pod_coverage.t - perl-module_src_test -} |