summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-28 16:17:54 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-28 16:17:54 +1300
commit0cc4951fb7d81859c76c76eda6a85dfd44a8dc99 (patch)
tree76fc6936820b39a97aa79edcb6a919bb2cf52325 /dev-perl/XML-Compile-SOAP
parentdev-perl/XML-Compile-Cache: Bump to version 1.60.0 (diff)
downloadgentoo-0cc4951fb7d81859c76c76eda6a85dfd44a8dc99.tar.gz
gentoo-0cc4951fb7d81859c76c76eda6a85dfd44a8dc99.tar.bz2
gentoo-0cc4951fb7d81859c76c76eda6a85dfd44a8dc99.zip
dev-perl/XML-Compile-SOAP: Bump to version 3.240.0
Upstream: - Fix ::XOP::Include file-reads always die()'ing - Fix ::XOP::Include not enforcing raw mode - Add 'Host' to header - Add RPC style header with type part - Fix ::Server::compileFilter failing with empty RPC bodies - Fix use of experimental keys on scalar Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/XML-Compile-SOAP')
-rw-r--r--dev-perl/XML-Compile-SOAP/Manifest1
-rw-r--r--dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.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 f9b1f1761cca..3a15fbcee3ff 100644
--- a/dev-perl/XML-Compile-SOAP/Manifest
+++ b/dev-perl/XML-Compile-SOAP/Manifest
@@ -1,2 +1,3 @@
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.240.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild
new file mode 100644
index 000000000000..db47b202e59a
--- /dev/null
+++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.24
+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
+ >=dev-perl/Net-HTTP-6.160.0
+ virtual/perl-Time-HiRes
+ >=dev-perl/XML-Compile-1.580.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
+ )
+"