diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-20 02:22:42 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-20 02:23:08 +1300 |
commit | 15b2738d7bd9f1b10f0c2ba3a843900bae632758 (patch) | |
tree | 1a722c2de2131966601c6b8d0715830d1998731e /dev-perl/XML-Compile-SOAP | |
parent | dev-perl/XML-Compile-Cache: Added version 1.50.0 (diff) | |
download | gentoo-15b2738d7bd9f1b10f0c2ba3a843900bae632758.tar.gz gentoo-15b2738d7bd9f1b10f0c2ba3a843900bae632758.tar.bz2 gentoo-15b2738d7bd9f1b10f0c2ba3a843900bae632758.zip |
dev-perl/XML-Compile-SOAP: Add version 3.200.0
Required by sci-biology/meme
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/XML-Compile-SOAP')
-rw-r--r-- | dev-perl/XML-Compile-SOAP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/XML-Compile-SOAP/metadata.xml | 26 |
3 files changed, 58 insertions, 0 deletions
diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest new file mode 100644 index 000000000000..bfbd40809b73 --- /dev/null +++ b/dev-perl/XML-Compile-SOAP/Manifest @@ -0,0 +1 @@ +DIST XML-Compile-SOAP-3.20.tar.gz 100249 SHA256 a5bf457134b66d3efb6d7429e47c4f78bd44e1ad32141d7d62f7a48ccf59f462 SHA512 72f322fed07f8d4d82002975924c7774934b8f1b199f3f197113a00f48a42e0723b7e2af0219a26b842f49bb691f8aa9280a5d9dfda2e38f8fc6820331172ff5 WHIRLPOOL a54e8d1d8e1db055e51d900ffaa2766e31b1903af05fa32aa856d1fba4081b83e47971f640b480541406417b50544b137773751958c77433fdd164d49ce3bc42 diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild new file mode 100644 index 000000000000..4395571406c3 --- /dev/null +++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.200.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MARKOV +DIST_VERSION=3.20 +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 + ) +" diff --git a/dev-perl/XML-Compile-SOAP/metadata.xml b/dev-perl/XML-Compile-SOAP/metadata.xml new file mode 100644 index 000000000000..49eb063a387b --- /dev/null +++ b/dev-perl/XML-Compile-SOAP/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">XML-Compile-SOAP</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP11</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP11::Client</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP11::Operation</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP11::Server</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Client</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Extension</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Operation</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Server</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Trace</remote-id> + <remote-id type="cpan-module">XML::Compile::SOAP::Util</remote-id> + <remote-id type="cpan-module">XML::Compile::Transport</remote-id> + <remote-id type="cpan-module">XML::Compile::Transport::SOAPHTTP</remote-id> + <remote-id type="cpan-module">XML::Compile::XOP</remote-id> + <remote-id type="cpan-module">XML::Compile::XOP::Include</remote-id> + </upstream> +</pkgmetadata> |