summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-16 05:50:57 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-10-16 05:51:39 +0200
commitb74dbee00087ea87c7122f272026b717bfa3f524 (patch)
treec3109eff2b180baeb0ff3222f79c86f88ac8c5f7 /dev-perl
parentdev-perl/Test-Inline: Remove old (diff)
downloadgentoo-b74dbee00087ea87c7122f272026b717bfa3f524.tar.gz
gentoo-b74dbee00087ea87c7122f272026b717bfa3f524.tar.bz2
gentoo-b74dbee00087ea87c7122f272026b717bfa3f524.zip
dev-perl/XML-Compile-WSDL11: Remove old
Closes: https://bugs.gentoo.org/663410 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/XML-Compile-WSDL11/Manifest1
-rw-r--r--dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.50.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/XML-Compile-WSDL11/Manifest b/dev-perl/XML-Compile-WSDL11/Manifest
index 11491852f007..0496fffd0c7f 100644
--- a/dev-perl/XML-Compile-WSDL11/Manifest
+++ b/dev-perl/XML-Compile-WSDL11/Manifest
@@ -1,2 +1 @@
-DIST XML-Compile-WSDL11-3.05.tar.gz 24298 BLAKE2B 6f5e4402eab382d9782cf28cb0eee5fc0c95657396e6c80dca63b1bf71ca15528d20abce2123b810be02017fda7bea7edcb8ae5c76dc5a1261572a6f4e9ebcd0 SHA512 88eb20a3e395f8f312222855fcd12750d8208ac4b463a3504b4b1f17e477131ecb4272234537d3044972ef311c475cbd88584f30e98d6454914945e141bbe1de
DIST XML-Compile-WSDL11-3.06.tar.gz 24256 BLAKE2B bdc1fc259eefcbe8b5564178aec22fe9564ea8105a941e3346c5f2cd9a9242401e95749e61bfe07fb4172f079a04d508cfe5f20a909ab4368c21b2220702d662 SHA512 759c6677ac63276bf2131d5bd1301144886aba559765c0321b574d03d8a6d985930911940658159d9b1a73047845f1901851d5f0843c370f95bebe2f6b7ea7df
diff --git a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.50.0.ebuild b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.50.0.ebuild
deleted file mode 100644
index 5f1de43c21dd..000000000000
--- a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.50.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=3.05
-DIST_EXAMPLES=("bin/*")
-inherit perl-module
-
-DESCRIPTION="WSDL version 1.1 XML Compiler"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Log-Report-1.50.0
- >=dev-perl/XML-Compile-1.480.0
- >=dev-perl/XML-Compile-Cache-1.30.0
- >=dev-perl/XML-Compile-SOAP-3.160.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.540.0
- )
-"