summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:37:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-11 12:38:39 +0100
commitdad7a51b5d5453c55f69973d2b8137c893541a26 (patch)
treed974f254c6460e6efb4423d0e2bf101290e3913d /dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
parentdev-perl/XML-Compile-Tester: Remove old (diff)
downloadgentoo-dad7a51b5d5453c55f69973d2b8137c893541a26.tar.gz
gentoo-dad7a51b5d5453c55f69973d2b8137c893541a26.tar.bz2
gentoo-dad7a51b5d5453c55f69973d2b8137c893541a26.zip
dev-perl/XML-Compile-WSDL11: 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-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild')
-rw-r--r--dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
deleted file mode 100644
index 9c4715da0560..000000000000
--- a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=3.06
-DIST_EXAMPLES=("bin/*")
-inherit perl-module
-
-DESCRIPTION="WSDL version 1.1 XML Compiler"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( 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
-"
-
-# bug 774777
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Deep
- dev-perl/XML-Compile-Tester
- >=virtual/perl-Test-Simple-0.540.0
- )
-"