dev-perl/XML-Twig: add 3.540.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-11 15:23:18 +01:00
parent 6ceb05e227
commit ea98ce97fe
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 43 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST XML-Twig-3.53.tar.gz 406507 BLAKE2B ea4989006f85bbe575b0b8dc9cc2f7ced94e228bb4a839d6cd4d312dc1442be75e5109ff994a94ba125782f4680639ae536fa0565a8faf660582db7997bb133f SHA512 a2bb818f30cfbf17569ace881d260c079a39c59f9eeffd0f9971d418621f447118b0386b17d254d525c9326d1ecf84b46dfaa6e1919021022f8e73571cbfeca6
DIST XML-Twig-3.54.tar.gz 286962 BLAKE2B 41e139e50b28ca4eaa2a76640e86643827fae98d8228a6f0cc5c2f39a04d7788670a31c9e82af454598000d9d49594cacfdccb87960259602438359b2f0709d6 SHA512 fe9e7bcb07029158032c45cd3064a58f59ac0a8fa128232491ac890c8321023df75883d965f45ebf0c8b417e30f31bc7b8f9a5766108bbb9ce8724af8878ae7d

View File

@ -0,0 +1,42 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MIROD
DIST_VERSION=3.54
DIST_TEST=do
inherit perl-module
DESCRIPTION="Process huge XML documents in tree mode"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="nls"
RDEPEND="
>=dev-perl/XML-Parser-2.310.0
>=virtual/perl-Scalar-List-Utils-1.230.0
>=virtual/perl-Encode-2.240.100_rc
>=dev-libs/expat-1.95.5
dev-perl/Tie-IxHash
dev-perl/XML-XPath
>=dev-perl/libwww-perl-6.40.0
>=dev-perl/HTML-Parser-3.690.0
nls? (
>=dev-perl/Text-Iconv-1.200.0-r1
)
"
BDEPEND="
${RDEPEND}
test? (
>=dev-perl/XML-Handler-YAWriter-0.230.0
>=dev-perl/XML-SAX-Writer-0.530.0
)
"
src_test() {
perl_rm_files "t/pod.t" "t/pod_coverage.t" "t/test_changes.t" \
"t/test_kwalitee.t" "t/test_meta_json.t"
perl-module_src_test
}