Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
Date: Tue, 09 Jan 2018 02:03:50
Message-Id: 1515439689.d3396f0d060b6a5af05f9022990b5588b911ab79.kentnl@gentoo
1 commit: d3396f0d060b6a5af05f9022990b5588b911ab79
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 19:27:26 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 19:28:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3396f0d
7
8 dev-perl/SOAP-Lite: Bump to version 1.260.0
9
10 - EAPI6
11 - Add USE="examples"
12 - Cleanup author tests
13 - Remove bogus CPAN remote-id's
14
15 Upstream:
16 - Test fixes
17 - Use '/usr/bin/env perl' ( ugh? )
18 - Correct the saop namespace declaration when calling services defined
19 in WSDL
20 - Fix Unicode data encoding
21 - Remove is_utf8 check
22 - Remove use of UNIVERSAL::isa
23 - Doc fixes
24
25 Package-Manager: Portage-2.3.18, Repoman-2.3.6
26
27 dev-perl/SOAP-Lite/Manifest | 1 +
28 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 52 +++++++++++++++++++++++++++++
29 dev-perl/SOAP-Lite/metadata.xml | 32 ++----------------
30 3 files changed, 56 insertions(+), 29 deletions(-)
31
32 diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
33 index 41cc794d29a..a112e6086ad 100644
34 --- a/dev-perl/SOAP-Lite/Manifest
35 +++ b/dev-perl/SOAP-Lite/Manifest
36 @@ -1 +1,2 @@
37 DIST SOAP-Lite-1.19.tar.gz 271044 BLAKE2B 5bdf211c0ef37089ad20c129a877b7997fa9c02539524267900c72a289e396298d253bc3d1be6e3c370c4b58cbca055a7d4a5b7ece02e2b9587d6d6019a76829 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d
38 +DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143
39
40 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
41 new file mode 100644
42 index 00000000000..bd48e266b0b
43 --- /dev/null
44 +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
45 @@ -0,0 +1,52 @@
46 +# Copyright 1999-2018 Gentoo Foundation
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=6
50 +
51 +DIST_AUTHOR=PHRED
52 +DIST_VERSION=1.26
53 +DIST_EXAMPLES=( "examples/*" )
54 +inherit perl-module eutils
55 +
56 +DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
57 +
58 +IUSE="ssl test xmpp"
59 +SLOT="0"
60 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
61 +
62 +myconf="${myconf} --noprompt"
63 +
64 +RDEPEND="
65 + dev-perl/Class-Inspector
66 + >=dev-perl/IO-SessionData-1.30.0
67 + dev-perl/libwww-perl
68 + virtual/perl-MIME-Base64
69 + virtual/perl-Scalar-List-Utils
70 + dev-perl/Task-Weaken
71 + dev-perl/URI
72 + >=dev-perl/XML-Parser-2.230.0
73 + dev-perl/MIME-tools
74 + ssl? (
75 + dev-perl/IO-Socket-SSL
76 + dev-perl/LWP-Protocol-https
77 + dev-perl/Crypt-SSLeay
78 + )
79 + xmpp? ( dev-perl/Net-Jabber )
80 +"
81 +DEPEND="${RDEPEND}
82 + virtual/perl-ExtUtils-MakeMaker
83 + test? (
84 + virtual/perl-IO
85 + virtual/perl-Test-Simple
86 + dev-perl/Test-Warn
87 + >=dev-perl/XML-Parser-Lite-0.715.0
88 + )
89 +"
90 +PERL_RM_FILES=(
91 + "t/author-pod-syntax.t"
92 + "t/release-kwalitee.t"
93 +)
94 +src_test() {
95 + has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
96 + perl-module_src_test
97 +}
98
99 diff --git a/dev-perl/SOAP-Lite/metadata.xml b/dev-perl/SOAP-Lite/metadata.xml
100 index 334ddc70dd9..9d47475e554 100644
101 --- a/dev-perl/SOAP-Lite/metadata.xml
102 +++ b/dev-perl/SOAP-Lite/metadata.xml
103 @@ -8,9 +8,6 @@
104 <upstream>
105 <remote-id type="cpan">SOAP-Lite</remote-id>
106 <remote-id type="cpan-module">Apache::SOAP</remote-id>
107 - <remote-id type="cpan-module">Apache::XMLRPC::Lite</remote-id>
108 - <remote-id type="cpan-module">LWP::Protocol</remote-id>
109 - <remote-id type="cpan-module">My::PingPong</remote-id>
110 <remote-id type="cpan-module">SOAP</remote-id>
111 <remote-id type="cpan-module">SOAP::Client</remote-id>
112 <remote-id type="cpan-module">SOAP::Cloneable</remote-id>
113 @@ -64,36 +61,13 @@
114 <remote-id type="cpan-module">SOAP::Transport::MAILTO::Client</remote-id>
115 <remote-id type="cpan-module">SOAP::Transport::POP3</remote-id>
116 <remote-id type="cpan-module">SOAP::Transport::POP3::Server</remote-id>
117 + <remote-id type="cpan-module">SOAP::Transport::TCP</remote-id>
118 + <remote-id type="cpan-module">SOAP::Transport::TCP::Client</remote-id>
119 + <remote-id type="cpan-module">SOAP::Transport::TCP::Server</remote-id>
120 <remote-id type="cpan-module">SOAP::Utils</remote-id>
121 <remote-id type="cpan-module">SOAP::XMLSchema1999::Serializer</remote-id>
122 <remote-id type="cpan-module">SOAP::XMLSchema2001::Serializer</remote-id>
123 <remote-id type="cpan-module">SOAP::XMLSchema::Serializer</remote-id>
124 <remote-id type="cpan-module">SOAP::XMLSchemaApacheSOAP::Deserializer</remote-id>
125 - <remote-id type="cpan-module">UDDI::Constants</remote-id>
126 - <remote-id type="cpan-module">UDDI::Data</remote-id>
127 - <remote-id type="cpan-module">UDDI::Deserializer</remote-id>
128 - <remote-id type="cpan-module">UDDI::Lite</remote-id>
129 - <remote-id type="cpan-module">UDDI::SOM</remote-id>
130 - <remote-id type="cpan-module">UDDI::Serializer</remote-id>
131 - <remote-id type="cpan-module">XML::Parser::Lite</remote-id>
132 - <remote-id type="cpan-module">XMLRPC</remote-id>
133 - <remote-id type="cpan-module">XMLRPC::Constants</remote-id>
134 - <remote-id type="cpan-module">XMLRPC::Data</remote-id>
135 - <remote-id type="cpan-module">XMLRPC::Deserializer</remote-id>
136 - <remote-id type="cpan-module">XMLRPC::Lite</remote-id>
137 - <remote-id type="cpan-module">XMLRPC::SOM</remote-id>
138 - <remote-id type="cpan-module">XMLRPC::Serializer</remote-id>
139 - <remote-id type="cpan-module">XMLRPC::Server</remote-id>
140 - <remote-id type="cpan-module">XMLRPC::Server::Parameters</remote-id>
141 - <remote-id type="cpan-module">XMLRPC::Test</remote-id>
142 - <remote-id type="cpan-module">XMLRPC::Test::Server</remote-id>
143 - <remote-id type="cpan-module">XMLRPC::Transport::HTTP</remote-id>
144 - <remote-id type="cpan-module">XMLRPC::Transport::HTTP::Apache</remote-id>
145 - <remote-id type="cpan-module">XMLRPC::Transport::HTTP::CGI</remote-id>
146 - <remote-id type="cpan-module">XMLRPC::Transport::HTTP::Daemon</remote-id>
147 - <remote-id type="cpan-module">XMLRPC::Transport::POP3</remote-id>
148 - <remote-id type="cpan-module">XMLRPC::Transport::POP3::Server</remote-id>
149 - <remote-id type="cpan-module">XMLRPC::Transport::TCP</remote-id>
150 - <remote-id type="cpan-module">XMLRPC::Transport::TCP::Server</remote-id>
151 </upstream>
152 </pkgmetadata>