diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-14 12:44:20 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-15 10:57:04 -0400 |
commit | a9f6d398fc4c274540f19a5b882fcb158d650c88 (patch) | |
tree | 224a8ba4242004a3df568231e965b5188f415a38 /dev-perl | |
parent | dev-perl/X11-XCB: Drop old versions (diff) | |
download | gentoo-a9f6d398fc4c274540f19a5b882fcb158d650c88.tar.gz gentoo-a9f6d398fc4c274540f19a5b882fcb158d650c88.tar.bz2 gentoo-a9f6d398fc4c274540f19a5b882fcb158d650c88.zip |
dev-perl/XML-Compile-SOAP: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-Compile-SOAP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest index fd7c3019e3a4..48112cae8540 100644 --- a/dev-perl/XML-Compile-SOAP/Manifest +++ b/dev-perl/XML-Compile-SOAP/Manifest @@ -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 diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild deleted file mode 100644 index 86ec0e1bc912..000000000000 --- a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild +++ /dev/null @@ -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 - ) -" |