dev-perl/XML-Compile: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matt Turner
2024-12-21 08:32:55 -05:00
committed by Sam James
parent 34ea8423ca
commit 9ea0482b0a
2 changed files with 0 additions and 39 deletions

View File

@@ -1,2 +1 @@
DIST XML-Compile-1.63.tar.gz 210240 BLAKE2B 24d912ecc779b66cc3cff208fbf13852ee362cb8ea4e04a987d7594956fcee0c9dab80a61cd04cddc134a7f1711b52c1396338f01447fbb66e674ff6227094cb SHA512 92f030ae7d54ef9aa82910e570d011cb98eda1546695a26626e5b17bfde7016d155f50ffe87fd4ae4111d075ad852d44fa7183ec96bf0c5cb2a7fba46a1a13db
DIST XML-Compile-1.64.tar.gz 210685 BLAKE2B b294737ef12bc1d93d8f6108e79617eacc272f07b033e9d12a8f4a4726233983415f0e5db86b0a77ff0e03a98feaa39b0e87bbb07f8843b01926ac6a35a0e943 SHA512 61517b11de05b19018bc1231992856c13a2acccc5e69d9b15a8631f015837344f62cfc7076454a618f5eb6c768e3d70d8d32a22ee2e41829f928ba3fa538c5e9

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MARKOV
DIST_VERSION=1.63
inherit perl-module
DESCRIPTION="Compilation based XML Processing"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=virtual/perl-Digest-MD5-2.360.0
>=virtual/perl-IO-1.220.0
virtual/perl-Scalar-List-Utils
>=dev-perl/Log-Report-1.200.0
>=virtual/perl-MIME-Base64-3.100.0
>=virtual/perl-Math-BigInt-1.770.0
>=virtual/perl-Math-BigRat-0.100.0
dev-perl/Types-Serialiser
>=dev-perl/XML-LibXML-2.10.700
>=virtual/perl-bignum-0.100.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=dev-perl/Test-Deep-0.95.0
>=virtual/perl-Test-Simple-0.540.0
>=dev-perl/XML-Compile-Tester-0.900.0
)
"
src_install() {
perl-module_src_install
dodoc -r html
}