mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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
32 lines
649 B
Bash
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
|
|
)
|
|
"
|