diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-25 17:51:32 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-25 18:47:44 +1200 |
commit | 72b327f6469d0cc0105fb22c37b02ff9b82adee2 (patch) | |
tree | 0a000a5c94761ff11f51b16b86ea661b6213de86 /dev-perl/XML-Compile-SOAP | |
parent | dev-perl/XML-Compile: Cleanup old versions (diff) | |
download | gentoo-72b327f6469d0cc0105fb22c37b02ff9b82adee2.tar.gz gentoo-72b327f6469d0cc0105fb22c37b02ff9b82adee2.tar.bz2 gentoo-72b327f6469d0cc0105fb22c37b02ff9b82adee2.zip |
dev-perl/XML-Compile-SOAP: Cleanup old versions
Closes: https://bugs.gentoo.org/663408
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Compile-SOAP')
-rw-r--r-- | dev-perl/XML-Compile-SOAP/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild | 30 |
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest index 3a15fbcee3ff..28e9d9fc2295 100644 --- a/dev-perl/XML-Compile-SOAP/Manifest +++ b/dev-perl/XML-Compile-SOAP/Manifest @@ -1,3 +1 @@ -DIST XML-Compile-SOAP-3.20.tar.gz 100249 BLAKE2B 240d9d0ee30ed4b058b86057e8a87bd40b878247d2125380e7805fe83f5cf472f30353777f9043d1d493070bc221262ec0d98d2e5c187818fa53fb92c1bbbf9e SHA512 72f322fed07f8d4d82002975924c7774934b8f1b199f3f197113a00f48a42e0723b7e2af0219a26b842f49bb691f8aa9280a5d9dfda2e38f8fc6820331172ff5 -DIST XML-Compile-SOAP-3.21.tar.gz 100491 BLAKE2B edccfe788cccf654e9a694d62e8d2be8a6d0a6a557453e9659854736df932412cabe3577c14adef5bb7fbd4aea7d3f712953718742e1bec7457d25a18bc6e2ba SHA512 f9a169c20b71e6dffbf9442a5587186406c6a67d0a3ac5865c55fd19c93868e74d54058147314d0b6a2ca589e2d2223d50e7bb458bdaaabdac65aef9bc794697 DIST XML-Compile-SOAP-3.24.tar.gz 103114 BLAKE2B 08b63ee636bffcc026dd02bca4183c9c2ab5816c49789b0558fa9df3ab51e965164ba86538682e01838ea548a555250245a247589da6f502bbef6d86bdc11bc4 SHA512 2c1f83e952b7aa880fbebf16d16876292b76f15b12089e5047bd1564578bc42a370608fb1860c4ccb69ee455048092e0096146aac3c3066fea8151ac33e69035 diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild deleted file mode 100644 index ef877552527a..000000000000 --- a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild +++ /dev/null @@ -1,30 +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.20 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Soap 1.1 XML Compiler" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/File-Slurp-Tiny - >=dev-perl/libwww-perl-6.80.0 - >=dev-perl/Log-Report-1.50.0 - virtual/perl-Time-HiRes - >=dev-perl/XML-Compile-1.510.0 - >=dev-perl/XML-Compile-Cache-1.30.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.540.0 - >=dev-perl/XML-Compile-Tester-0.900.0 - ) -" diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild deleted file mode 100644 index 4efd77e54255..000000000000 --- a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=MARKOV -DIST_VERSION=3.21 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Soap 1.1 XML Compiler" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/File-Slurp-Tiny - >=dev-perl/libwww-perl-6.80.0 - >=dev-perl/Log-Report-1.50.0 - virtual/perl-Time-HiRes - >=dev-perl/XML-Compile-1.510.0 - >=dev-perl/XML-Compile-Cache-1.30.0 -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.540.0 - >=dev-perl/XML-Compile-Tester-0.900.0 - ) -" |