Files
gentoo/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.240.0.ebuild
Kent Fredric 0cc4951fb7 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
2018-03-28 16:17:54 +13:00

32 lines
649 B
Bash

# 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
)
"