dev-perl/XML-Compile-SOAP: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:44:20 -04:00
parent 01c2f4e6bd
commit a9f6d398fc
2 changed files with 0 additions and 31 deletions

View File

@@ -1,2 +1 @@
DIST XML-Compile-SOAP-3.27.tar.gz 103376 BLAKE2B 5d519b320d36c6bcdd78d8a7a1bcf0d873f6e1cb8095b900a0a742a7d22960cf72ffeec638330f7381db4d0c70031e146e5a5227cb927865a8d956fcac887881 SHA512 eb064916b6ae0b2e5bd85b1ad328aecee529a4bdc147d85d6c96f6024234c44ee6751920f3e8d7a84cdaca717941db60a0d031d54641e9e9b1532e795810d869
DIST XML-Compile-SOAP-3.28.tar.gz 103657 BLAKE2B c88b4a266537281297d60360dbac7292638cb030d32b5e29c06fa43796bad2ede0f540b9dc20703430cc690806ebf6c823218b0c773b1a5e78b23b6b27485b3e SHA512 52901978120e9de5105960ee5add3bc4321a6db99b6d0dea223073cf0607ed272f769bec676173bf908ec4ee0454e19c66c5663c6bd4d792455e9a8b9fcebb65

View File

@@ -1,30 +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=3.27
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Soap 1.1 XML Compiler"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/File-Slurper
>=dev-perl/libwww-perl-6.80.0
>=dev-perl/Log-Report-1.50.0
>=dev-perl/Net-HTTP-6.160.0
virtual/perl-Time-HiRes
>=dev-perl/XML-Compile-1.580.0
>=dev-perl/XML-Compile-Cache-1.30.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.540.0
>=dev-perl/XML-Compile-Tester-0.900.0
)
"