diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-11 16:11:49 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-11 16:52:12 +0100 |
commit | 8851c8a6e7f1a20931c7ff4053efef725e8b38c2 (patch) | |
tree | ea13904aa5da0da8eec54b10f9f5751cb1162bfd /dev-perl/XML-Parser-Lite | |
parent | dev-perl/XML-LibXSLT: Remove old (diff) | |
download | gentoo-8851c8a6e7f1a20931c7ff4053efef725e8b38c2.tar.gz gentoo-8851c8a6e7f1a20931c7ff4053efef725e8b38c2.tar.bz2 gentoo-8851c8a6e7f1a20931c7ff4053efef725e8b38c2.zip |
dev-perl/XML-Parser-Lite: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Parser-Lite')
-rw-r--r-- | dev-perl/XML-Parser-Lite/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/XML-Parser-Lite/Manifest b/dev-perl/XML-Parser-Lite/Manifest index aed6d0ef65bf..86067493e8a2 100644 --- a/dev-perl/XML-Parser-Lite/Manifest +++ b/dev-perl/XML-Parser-Lite/Manifest @@ -1,2 +1 @@ -DIST XML-Parser-Lite-0.721.tar.gz 10303 BLAKE2B 80ee6b8afea85dac7bbfdd796d8e7388b99171a137d68177105a91027e263439932673528b7c163193ec7ca77278289bc28a58e303700dad40a8ec4ffefc8894 SHA512 23c0aa9363e87afc885e40bc92643c355a5e7be85a61b8f1d1e829a970538b2f0a9de6dd652387d4612528274da64e8812faa6328be2283a28675a6da09c707f DIST XML-Parser-Lite-0.722.tar.gz 9327 BLAKE2B 4bd459d668a4ef32875d78940bd22629dd15946c6e0c43bc95fd24d7e919458243052064144a4a6b889c857c23ff209c0036ad15f738f8f3cb424a38958c566b SHA512 44e70fd9f350fc4276bd0ded1255beea2ca7c46506b5fa38da21ca21d1bafd084f0cdf7671e0bc37edaa283cc1f10f076e70a9ec7fe00a50d3cdc1aa047f189a diff --git a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild deleted file mode 100644 index 910936c3a8ca..000000000000 --- a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=PHRED -DIST_VERSION=0.721 -inherit perl-module - -DESCRIPTION="Lightweight regexp-based XML parser" - -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -# Note: Don't try to depend on XMLRPC-Lite or SOAP-Lite with tests, -# as it it introduces a temporal cycle when enabled. -# Also: That test requires networking ... -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/Test-Requires-0.60.0 - >=virtual/perl-Test-Simple-0.880.0 - ) -" -src_test() { - local my_test_control="${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}" - if ! has network ${my_test_control} ; then - einfo "removing tests that can do network IO" - perl_rm_files "t/37-mod_xmlrpc.t" - fi - perl-module_src_test -} |