summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-01-17 23:49:43 +1300
committerKent Fredric <kentnl@gentoo.org>2017-01-17 23:50:30 +1300
commita9896657f0dd4236c63e8f11355158b673821bf7 (patch)
tree4842707f318826a2653af57b968b44b38394d1c5 /dev-perl
parentapp-misc/empty: version bump, EAPI 6, add support for user patches (diff)
downloadgentoo-a9896657f0dd4236c63e8f11355158b673821bf7.tar.gz
gentoo-a9896657f0dd4236c63e8f11355158b673821bf7.tar.bz2
gentoo-a9896657f0dd4236c63e8f11355158b673821bf7.zip
dev-perl/XML-Compile-SOAP: Bump to version 3.210.0
Upstream: - Optimization: XOP hooks no longer trigger unless the XOP module is loaded. - Constant XS_DAEMON_NS now XC_DAEMON_NS Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/XML-Compile-SOAP/Manifest1
-rw-r--r--dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest
index bfbd40809b73..ebcd2e9a2c6c 100644
--- a/dev-perl/XML-Compile-SOAP/Manifest
+++ b/dev-perl/XML-Compile-SOAP/Manifest
@@ -1 +1,2 @@
DIST XML-Compile-SOAP-3.20.tar.gz 100249 SHA256 a5bf457134b66d3efb6d7429e47c4f78bd44e1ad32141d7d62f7a48ccf59f462 SHA512 72f322fed07f8d4d82002975924c7774934b8f1b199f3f197113a00f48a42e0723b7e2af0219a26b842f49bb691f8aa9280a5d9dfda2e38f8fc6820331172ff5 WHIRLPOOL a54e8d1d8e1db055e51d900ffaa2766e31b1903af05fa32aa856d1fba4081b83e47971f640b480541406417b50544b137773751958c77433fdd164d49ce3bc42
+DIST XML-Compile-SOAP-3.21.tar.gz 100491 SHA256 9fc98b89d1a21c963c11c54edd4705165dcb185f782574bce0167a390f6cb167 SHA512 f9a169c20b71e6dffbf9442a5587186406c6a67d0a3ac5865c55fd19c93868e74d54058147314d0b6a2ca589e2d2223d50e7bb458bdaaabdac65aef9bc794697 WHIRLPOOL 98e8d769f4917570f6d7c2dc58017189cbff79cc8b56aa46df0d52ea006b7341fb5a946e81657debe1da50b12014ce220f16903270e5e98b76a9470c97a9ec13
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
new file mode 100644
index 000000000000..1bde73ad2202
--- /dev/null
+++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.210.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+ )
+"