summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-Parser-Lite')
-rw-r--r--dev-perl/XML-Parser-Lite/Manifest1
-rw-r--r--dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.721.0.ebuild35
-rw-r--r--dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild4
3 files changed, 2 insertions, 38 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
-}
diff --git a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild
index 8a2b83d9877f..bfa409189663 100644
--- a/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild
+++ b/dev-perl/XML-Parser-Lite/XML-Parser-Lite-0.722.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Lightweight regexp-based XML parser"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
IUSE="minimal"
# Note: Don't try to depend on XMLRPC-Lite or SOAP-Lite with tests,