commit:     c055e97c47cbb3d9615f9fb194ceb64d15c5f39f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 11:05:45 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 11:05:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c055e97c

dev-perl/XML-Compile-WSDL11: Bump to version 3.60.0

Upstream:
- add support for server_type parameter in ::WSDL11::operations

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/XML-Compile-WSDL11/Manifest               |  1 +
 .../XML-Compile-WSDL11-3.60.0.ebuild               | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/XML-Compile-WSDL11/Manifest 
b/dev-perl/XML-Compile-WSDL11/Manifest
index b003c9f..988a142 100644
--- a/dev-perl/XML-Compile-WSDL11/Manifest
+++ b/dev-perl/XML-Compile-WSDL11/Manifest
@@ -1 +1,2 @@
 DIST XML-Compile-WSDL11-3.05.tar.gz 24298 SHA256 
8469fd033ec2d2d7c54f7fb8921a2bbf3357aa7b306f4e441afdaf8c838da0a8 SHA512 
88eb20a3e395f8f312222855fcd12750d8208ac4b463a3504b4b1f17e477131ecb4272234537d3044972ef311c475cbd88584f30e98d6454914945e141bbe1de
 WHIRLPOOL 
da32665746197d835064dce10165123093c84d5edaacbde558021d3534104adc198608ea0f904910249eb4f25b4aa6927585d12d4e9f2e36b689b2d9cb2c8941
+DIST XML-Compile-WSDL11-3.06.tar.gz 24256 SHA256 
a287e7b28035ab0665889b2e139ffd64f3b1b4253370179094a35a7f5901786d SHA512 
759c6677ac63276bf2131d5bd1301144886aba559765c0321b574d03d8a6d985930911940658159d9b1a73047845f1901851d5f0843c370f95bebe2f6b7ea7df
 WHIRLPOOL 
fffda98ad23fe7a1422a92ea2c636326f7e48edbd34a660f5aa3daec513d8a78b84a131d5b7f86f2051ee112c39e88f8c07ce53347b6699eb7883dfbaa0e7b40

diff --git a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0.ebuild 
b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0.ebuild
new file mode 100644
index 00000000..0d26865
--- /dev/null
+++ b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0.ebuild
@@ -0,0 +1,28 @@
+# 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.06
+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
+       )
+"

Reply via email to