diff options
author | 2021-12-11 12:37:48 +0100 | |
---|---|---|
committer | 2021-12-11 12:38:39 +0100 | |
commit | dad7a51b5d5453c55f69973d2b8137c893541a26 (patch) | |
tree | d974f254c6460e6efb4423d0e2bf101290e3913d /dev-perl/XML-Compile-WSDL11 | |
parent | dev-perl/XML-Compile-Tester: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-perl/XML-Compile-WSDL11/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/XML-Compile-WSDL11/Manifest b/dev-perl/XML-Compile-WSDL11/Manifest index baee4bfe03eb..1b02fbd89471 100644 --- a/dev-perl/XML-Compile-WSDL11/Manifest +++ b/dev-perl/XML-Compile-WSDL11/Manifest @@ -1,2 +1 @@ -DIST XML-Compile-WSDL11-3.06.tar.gz 24256 BLAKE2B bdc1fc259eefcbe8b5564178aec22fe9564ea8105a941e3346c5f2cd9a9242401e95749e61bfe07fb4172f079a04d508cfe5f20a909ab4368c21b2220702d662 SHA512 759c6677ac63276bf2131d5bd1301144886aba559765c0321b574d03d8a6d985930911940658159d9b1a73047845f1901851d5f0843c370f95bebe2f6b7ea7df DIST XML-Compile-WSDL11-3.08.tar.gz 25706 BLAKE2B f045c9e2bf2edaa24bf4c0045aced6ffafda0162aacd9de062a3f435d9aacca48eed990e616439d819de5d78d45fef73db9b7afdd11d2e2f2e97f3ad1e2a8f5d SHA512 04d4847997552efc94f14cb9ef173a09fe1467e661d6c270bf6016e760a2d7a1ba52352f0a35be732e5e6f6040c1c6ca167fa63b770ec9b1d02c11a8f59ec987 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 - ) -" |