summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:36:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:38:32 +0100
commite0abbe90a710eb05d9d1cbcf3d68deb13668c555 (patch)
treec1ce167575dd9781359c8e9623eac50fbaf8c70d /dev-perl/XML-Compile-SOAP
parentdev-perl/XML-Compile: Remove old (diff)
downloadgentoo-e0abbe90a710eb05d9d1cbcf3d68deb13668c555.tar.gz
gentoo-e0abbe90a710eb05d9d1cbcf3d68deb13668c555.tar.bz2
gentoo-e0abbe90a710eb05d9d1cbcf3d68deb13668c555.zip
dev-perl/XML-Compile-SOAP: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Compile-SOAP')
-rw-r--r--dev-perl/XML-Compile-SOAP/Manifest1
-rw-r--r--dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest
index c8bd6e79e931..53664b844fea 100644
--- a/dev-perl/XML-Compile-SOAP/Manifest
+++ b/dev-perl/XML-Compile-SOAP/Manifest
@@ -1,2 +1 @@
-DIST XML-Compile-SOAP-3.24.tar.gz 103114 BLAKE2B 08b63ee636bffcc026dd02bca4183c9c2ab5816c49789b0558fa9df3ab51e965164ba86538682e01838ea548a555250245a247589da6f502bbef6d86bdc11bc4 SHA512 2c1f83e952b7aa880fbebf16d16876292b76f15b12089e5047bd1564578bc42a370608fb1860c4ccb69ee455048092e0096146aac3c3066fea8151ac33e69035
DIST XML-Compile-SOAP-3.27.tar.gz 103376 BLAKE2B 5d519b320d36c6bcdd78d8a7a1bcf0d873f6e1cb8095b900a0a742a7d22960cf72ffeec638330f7381db4d0c70031e146e5a5227cb927865a8d956fcac887881 SHA512 eb064916b6ae0b2e5bd85b1ad328aecee529a4bdc147d85d6c96f6024234c44ee6751920f3e8d7a84cdaca717941db60a0d031d54641e9e9b1532e795810d869
diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild
deleted file mode 100644
index 7b99b9ec5af2..000000000000
--- a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=3.24
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Soap 1.1 XML Compiler"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/File-Slurp-Tiny
- >=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
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Deep
- >=virtual/perl-Test-Simple-0.540.0
- >=dev-perl/XML-Compile-Tester-0.900.0
- )
-"