public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2015-09-26 20:55 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2015-09-26 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d52b296b298d76e26e1385e28b01ba8c0e50fd1a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 20:55:00 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 20:55:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52b296b

dev-perl/SOAP-Lite: Version bump

Package-Manager: portage-2.2.20.1

 dev-perl/SOAP-Lite/Manifest                 |  1 +
 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 52 +++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index 55a747e..c01ae08 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,2 +1,3 @@
 DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0
 DIST SOAP-Lite-1.14.tar.gz 276774 SHA256 a201bed80db9b76a4ada9768281489c070fb8a25f4481d1296c92a5111ce1756 SHA512 6ad26f69aeb7ebf1b05c64e30e42918f970a0eaaf6c764baa4cc21a931e13921ba3d4796175324bf3e4e5c11b05f59d84bb17a49d87a1579024b242e251255ab WHIRLPOOL 260301ed3a9468e4a255842963dfc6094e1773575f7ddb80feeaad6b39325df5a361d0e329a40b8a5ed31af8f14ee4bb2930bfc0bf719eac3b1dc9f2bbb18a16
+DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
new file mode 100644
index 0000000..b49da37
--- /dev/null
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=PHRED
+MODULE_VERSION=1.19
+inherit perl-module eutils
+
+DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
+
+IUSE="ssl test xmpp"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+myconf="${myconf} --noprompt"
+
+RDEPEND="
+	dev-perl/Class-Inspector
+	>=dev-perl/IO-SessionData-1.30.0
+	dev-perl/libwww-perl
+	virtual/perl-MIME-Base64
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Task-Weaken
+	dev-perl/URI
+	>=dev-perl/XML-Parser-2.230.0
+	dev-perl/MIME-tools
+	ssl? (
+		dev-perl/IO-Socket-SSL
+		dev-perl/LWP-Protocol-https
+		dev-perl/Crypt-SSLeay
+	)
+	xmpp? ( dev-perl/Net-Jabber )
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+		dev-perl/Test-Warn
+		dev-perl/XML-Parser-Lite
+	)
+"
+
+#SRC_TEST="do parallel"
+# test fails because of \C deprecation warning
+
+src_test() {
+	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2016-05-02 21:33 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2016-05-02 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4a7caf61f516839893414a2ce73025f12a2f58e0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 21:14:08 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  2 21:33:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7caf61

dev-perl/SOAP-Lite: Remove old

Package-Manager: portage-2.2.28

 dev-perl/SOAP-Lite/Manifest                 |  1 -
 dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild | 51 -----------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index c01ae08..f0d4a11 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,3 +1,2 @@
 DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0
-DIST SOAP-Lite-1.14.tar.gz 276774 SHA256 a201bed80db9b76a4ada9768281489c070fb8a25f4481d1296c92a5111ce1756 SHA512 6ad26f69aeb7ebf1b05c64e30e42918f970a0eaaf6c764baa4cc21a931e13921ba3d4796175324bf3e4e5c11b05f59d84bb17a49d87a1579024b242e251255ab WHIRLPOOL 260301ed3a9468e4a255842963dfc6094e1773575f7ddb80feeaad6b39325df5a361d0e329a40b8a5ed31af8f14ee4bb2930bfc0bf719eac3b1dc9f2bbb18a16
 DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild
deleted file mode 100644
index 5f764ad..0000000
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.14
-inherit perl-module eutils
-
-DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
-
-IUSE="ssl test xmpp"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-myconf="${myconf} --noprompt"
-
-RDEPEND="
-	dev-perl/Class-Inspector
-	>=dev-perl/IO-SessionData-1.30.0
-	dev-perl/libwww-perl
-	virtual/perl-MIME-Base64
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Task-Weaken
-	dev-perl/URI
-	dev-perl/XML-Parser
-	dev-perl/MIME-tools
-	ssl? (
-		dev-perl/IO-Socket-SSL
-		dev-perl/LWP-Protocol-https
-		dev-perl/Crypt-SSLeay
-	)
-	xmpp? ( dev-perl/Net-Jabber )
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-IO
-		virtual/perl-Test-Simple
-		dev-perl/Test-Warn
-		dev-perl/XML-Parser-Lite
-	)
-"
-
-SRC_TEST="do"
-
-src_test() {
-	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
-	perl-module_src_test
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2016-05-02 21:33 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2016-05-02 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8a27a6e27d157c8f3ea4003559d80958ba9ed639
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 21:22:30 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  2 21:33:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a27a6e2

dev-perl/SOAP-Lite: Tests work fine now. Seems one of the test modules needed an update...

Package-Manager: portage-2.2.28

 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
index 0554ef0..b098936 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
@@ -43,8 +43,7 @@ DEPEND="${RDEPEND}
 	)
 "
 
-#SRC_TEST="do parallel"
-# test fails because of \C deprecation warning
+SRC_TEST="do parallel"
 
 src_test() {
 	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2016-05-02 21:33 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2016-05-02 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     143be37e853d0be12c558d8777ebbcaa8918d544
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 21:15:21 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon May  2 21:33:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143be37e

dev-perl/SOAP-Lite: Shorten DESCRIPTION

Package-Manager: portage-2.2.28

 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
index b49da37..0554ef0 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ MODULE_AUTHOR=PHRED
 MODULE_VERSION=1.19
 inherit perl-module eutils
 
-DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
+DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
 
 IUSE="ssl test xmpp"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2017-01-03 11:29 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2017-01-03 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5e00ae8daa71f05aecb24b8f1c00e0792f8e1d3d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 11:25:10 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 11:25:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e00ae8d

dev-perl/SOAP-Lite: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/SOAP-Lite/Manifest                    |  1 -
 dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild | 46 --------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index f0d4a11..ffbcf29 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,2 +1 @@
-DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0
 DIST SOAP-Lite-1.19.tar.gz 271044 SHA256 f56d8d2ea51832a317020f635e584e38515b6d60526fd722aca360b367f23729 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d WHIRLPOOL c800649d2652835c709bd102e0468054794deab25e5dce68da9b6a28236b0580073828802d7b769baf276d3d4c6f98c6e545214a2378608b4ff81a3a67c7fa27

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
deleted file mode 100644
index 802289d..00000000
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.04
-inherit perl-module eutils
-
-DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
-
-IUSE="ssl xmpp"
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-myconf="${myconf} --noprompt"
-
-# TESTS ARE DISABLED ON PURPOSE
-# This module attempts to access an external website for validation
-# of the MIME::Parser - not only is that bad practice in general,
-# but in this particular case the external site isn't even valid anymore# -mpc
-# 24/10/04
-SRC_TEST="do"
-
-DEPEND="
-	dev-perl/Class-Inspector
-	dev-perl/XML-Parser
-	dev-perl/libwww-perl
-	virtual/perl-libnet
-	dev-perl/MIME-Lite
-	virtual/perl-MIME-Base64
-	ssl? ( dev-perl/Crypt-SSLeay )
-	xmpp? ( dev-perl/Net-Jabber )
-	ssl? ( dev-perl/IO-Socket-SSL )
-	virtual/perl-IO-Compress
-	>=dev-perl/MIME-tools-5.413
-	virtual/perl-version
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
-	perl-module_src_test
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2017-12-03 22:14 James Le Cuirot
  0 siblings, 0 replies; 25+ messages in thread
From: James Le Cuirot @ 2017-12-03 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2dea190717a983177bf3fa8c54a3d01cff323967
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 21:17:08 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 22:13:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dea1907

dev-perl/SOAP-Lite: Add ~arm keyword

The tests pass.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
index 6ba5009df02..92c86852ca5 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2018-01-08 19:28 Kent Fredric
  0 siblings, 0 replies; 25+ messages in thread
From: Kent Fredric @ 2018-01-08 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d3396f0d060b6a5af05f9022990b5588b911ab79
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 19:27:26 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 19:28:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3396f0d

dev-perl/SOAP-Lite: Bump to version 1.260.0

- EAPI6
- Add USE="examples"
- Cleanup author tests
- Remove bogus CPAN remote-id's

Upstream:
- Test fixes
- Use '/usr/bin/env perl' ( ugh? )
- Correct the saop namespace declaration when calling services defined
  in WSDL
- Fix Unicode data encoding
- Remove is_utf8 check
- Remove use of UNIVERSAL::isa
- Doc fixes

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/SOAP-Lite/Manifest                 |  1 +
 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 52 +++++++++++++++++++++++++++++
 dev-perl/SOAP-Lite/metadata.xml             | 32 ++----------------
 3 files changed, 56 insertions(+), 29 deletions(-)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index 41cc794d29a..a112e6086ad 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1 +1,2 @@
 DIST SOAP-Lite-1.19.tar.gz 271044 BLAKE2B 5bdf211c0ef37089ad20c129a877b7997fa9c02539524267900c72a289e396298d253bc3d1be6e3c370c4b58cbca055a7d4a5b7ece02e2b9587d6d6019a76829 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d
+DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
new file mode 100644
index 00000000000..bd48e266b0b
--- /dev/null
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.26
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module eutils
+
+DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
+
+IUSE="ssl test xmpp"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+myconf="${myconf} --noprompt"
+
+RDEPEND="
+	dev-perl/Class-Inspector
+	>=dev-perl/IO-SessionData-1.30.0
+	dev-perl/libwww-perl
+	virtual/perl-MIME-Base64
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Task-Weaken
+	dev-perl/URI
+	>=dev-perl/XML-Parser-2.230.0
+	dev-perl/MIME-tools
+	ssl? (
+		dev-perl/IO-Socket-SSL
+		dev-perl/LWP-Protocol-https
+		dev-perl/Crypt-SSLeay
+	)
+	xmpp? ( dev-perl/Net-Jabber )
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+		dev-perl/Test-Warn
+		>=dev-perl/XML-Parser-Lite-0.715.0
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+	"t/release-kwalitee.t"
+)
+src_test() {
+	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
+	perl-module_src_test
+}

diff --git a/dev-perl/SOAP-Lite/metadata.xml b/dev-perl/SOAP-Lite/metadata.xml
index 334ddc70dd9..9d47475e554 100644
--- a/dev-perl/SOAP-Lite/metadata.xml
+++ b/dev-perl/SOAP-Lite/metadata.xml
@@ -8,9 +8,6 @@
 	<upstream>
 		<remote-id type="cpan">SOAP-Lite</remote-id>
 		<remote-id type="cpan-module">Apache::SOAP</remote-id>
-		<remote-id type="cpan-module">Apache::XMLRPC::Lite</remote-id>
-		<remote-id type="cpan-module">LWP::Protocol</remote-id>
-		<remote-id type="cpan-module">My::PingPong</remote-id>
 		<remote-id type="cpan-module">SOAP</remote-id>
 		<remote-id type="cpan-module">SOAP::Client</remote-id>
 		<remote-id type="cpan-module">SOAP::Cloneable</remote-id>
@@ -64,36 +61,13 @@
 		<remote-id type="cpan-module">SOAP::Transport::MAILTO::Client</remote-id>
 		<remote-id type="cpan-module">SOAP::Transport::POP3</remote-id>
 		<remote-id type="cpan-module">SOAP::Transport::POP3::Server</remote-id>
+		<remote-id type="cpan-module">SOAP::Transport::TCP</remote-id>
+		<remote-id type="cpan-module">SOAP::Transport::TCP::Client</remote-id>
+		<remote-id type="cpan-module">SOAP::Transport::TCP::Server</remote-id>
 		<remote-id type="cpan-module">SOAP::Utils</remote-id>
 		<remote-id type="cpan-module">SOAP::XMLSchema1999::Serializer</remote-id>
 		<remote-id type="cpan-module">SOAP::XMLSchema2001::Serializer</remote-id>
 		<remote-id type="cpan-module">SOAP::XMLSchema::Serializer</remote-id>
 		<remote-id type="cpan-module">SOAP::XMLSchemaApacheSOAP::Deserializer</remote-id>
-		<remote-id type="cpan-module">UDDI::Constants</remote-id>
-		<remote-id type="cpan-module">UDDI::Data</remote-id>
-		<remote-id type="cpan-module">UDDI::Deserializer</remote-id>
-		<remote-id type="cpan-module">UDDI::Lite</remote-id>
-		<remote-id type="cpan-module">UDDI::SOM</remote-id>
-		<remote-id type="cpan-module">UDDI::Serializer</remote-id>
-		<remote-id type="cpan-module">XML::Parser::Lite</remote-id>
-		<remote-id type="cpan-module">XMLRPC</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Constants</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Data</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Deserializer</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Lite</remote-id>
-		<remote-id type="cpan-module">XMLRPC::SOM</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Serializer</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Server</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Server::Parameters</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Test</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Test::Server</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::HTTP</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::HTTP::Apache</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::HTTP::CGI</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::HTTP::Daemon</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::POP3</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::POP3::Server</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::TCP</remote-id>
-		<remote-id type="cpan-module">XMLRPC::Transport::TCP::Server</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2018-07-29 14:04 Thomas Deutschmann
  0 siblings, 0 replies; 25+ messages in thread
From: Thomas Deutschmann @ 2018-07-29 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e5f1f4f3c405f4026dbfa0d7daaed407f059e146
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 13:57:01 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 13:57:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f1f4f3

dev-perl/SOAP-Lite: x86 stable (bug #662392)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index bd48e266b0b..9626bf6bdea 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2018-07-30 22:08 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2018-07-30 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ae21b492ae9e41b350df3a7cb4b3793fca1abfb9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 30 22:07:13 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 30 22:07:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae21b492

dev-perl/SOAP-Lite: stable 1.260.0 for ppc64, bug #662392

Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc64"

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index 9626bf6bdea..61757e89a9b 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2018-08-04  0:01 Mikle Kolyada
  0 siblings, 0 replies; 25+ messages in thread
From: Mikle Kolyada @ 2018-08-04  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a8a5c335c9a9ed59ae956d6a5846aa86d0385b96
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 23:50:18 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 23:50:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a5c335

dev-perl/SOAP-Lite: amd64 stable wrt bug #662392

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index 61757e89a9b..d590da00a9f 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2018-08-11 18:55 Sergei Trofimovich
  0 siblings, 0 replies; 25+ messages in thread
From: Sergei Trofimovich @ 2018-08-11 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     683efbc7d891076a7bfc7841c0192d89cdc07e59
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 18:41:35 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 18:41:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683efbc7

dev-perl/SOAP-Lite: stable 1.260.0 for ppc, bug #662392

Package-Manager: Portage-2.3.45, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index d590da00a9f..8b1ebcf0cce 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2020-04-15 14:29 Kent Fredric
  0 siblings, 0 replies; 25+ messages in thread
From: Kent Fredric @ 2020-04-15 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     b7b1568a538419971d18591121faad96c8754eac
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 14:01:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 14:01:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b1568a

dev-perl/SOAP-Lite: Remove old 1.190.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/SOAP-Lite/Manifest                 |  1 -
 dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 51 -----------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index a112e6086ad..3ad8bd19c4f 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,2 +1 @@
-DIST SOAP-Lite-1.19.tar.gz 271044 BLAKE2B 5bdf211c0ef37089ad20c129a877b7997fa9c02539524267900c72a289e396298d253bc3d1be6e3c370c4b58cbca055a7d4a5b7ece02e2b9587d6d6019a76829 SHA512 530deba9011075b65e8eae4c64cac62c374cd17823e1d23b8383af2bc28075aa1e68809eb8b09a98b44c29cbd7398e6d24ffc9808badc39453f6b9e87a2e1a1d
 DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
deleted file mode 100644
index 55690e97a78..00000000000
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PHRED
-MODULE_VERSION=1.19
-inherit perl-module eutils
-
-DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
-
-IUSE="ssl test xmpp"
-RESTRICT="!test? ( test )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-myconf="${myconf} --noprompt"
-
-RDEPEND="
-	dev-perl/Class-Inspector
-	>=dev-perl/IO-SessionData-1.30.0
-	dev-perl/libwww-perl
-	virtual/perl-MIME-Base64
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Task-Weaken
-	dev-perl/URI
-	>=dev-perl/XML-Parser-2.230.0
-	dev-perl/MIME-tools
-	ssl? (
-		dev-perl/IO-Socket-SSL
-		dev-perl/LWP-Protocol-https
-		dev-perl/Crypt-SSLeay
-	)
-	xmpp? ( dev-perl/Net-Jabber )
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-IO
-		virtual/perl-Test-Simple
-		dev-perl/Test-Warn
-		dev-perl/XML-Parser-Lite
-	)
-"
-
-SRC_TEST="do parallel"
-
-src_test() {
-	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
-	perl-module_src_test
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2020-06-22 19:05 Mart Raudsepp
  0 siblings, 0 replies; 25+ messages in thread
From: Mart Raudsepp @ 2020-06-22 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a7aae7a9d04228094eb4ca2a88f3f79dda95a1cd
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Mon Jun 22 05:28:51 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 22 19:02:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aae7a9

dev-perl/SOAP-Lite: arm64 keyworded (bug #722280)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index c364c211460..0a4ca09d3d6 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 IUSE="ssl test xmpp"
 RESTRICT="!test? ( test )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-08-02  2:24 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-08-02  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     df4a69e457be7b57f063c92eaea33f600c37fd5a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 02:24:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 02:24:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4a69e4

dev-perl/SOAP-Lite: Stabilize 1.260.0 arm64, #799659

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index bfb2584361c..6cabfa45517 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 IUSE="ssl test xmpp"
 RESTRICT="!test? ( test )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-08-08 14:46 Andreas K. Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas K. Hüttel @ 2021-08-08 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     aa8d4aa157592df4fef0cc08776f1266f5ada214
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 13:53:14 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 14:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8d4aa1

dev-perl/SOAP-Lite: Version bump 1.27

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SOAP-Lite/Manifest                 |  1 +
 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 54 +++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index 3ad8bd19c4f..bef95778b34 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1 +1,2 @@
 DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143
+DIST SOAP-Lite-1.27.tar.gz 271466 BLAKE2B 045edbe5d09a935af6b73df20d3af0d646cfa726c5fc0e050c0cfb557903c2ccd86e40d506114dad7c4c295c934a3a95250fdf9e0c558bf0f948e2ea0af67840 SHA512 38ecd0eb2af3ca415cb82e98a68aabd2cd3eca1625a7850723ae3c9f03f32f1ce3141d2a9382b80e250a88e3007eb7a0aa75f47c7e593c2c2025a29c8c32ee3b

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
new file mode 100644
index 00000000000..fd408bbedf3
--- /dev/null
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.27
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
+
+IUSE="ssl test xmpp"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+myconf="${myconf} --noprompt"
+
+RDEPEND="
+	dev-perl/Class-Inspector
+	>=dev-perl/IO-SessionData-1.30.0
+	dev-perl/libwww-perl
+	virtual/perl-MIME-Base64
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Task-Weaken
+	dev-perl/URI
+	>=dev-perl/XML-Parser-2.230.0
+	dev-perl/MIME-tools
+	ssl? (
+		dev-perl/IO-Socket-SSL
+		dev-perl/LWP-Protocol-https
+		dev-perl/Crypt-SSLeay
+	)
+	xmpp? ( dev-perl/Net-Jabber )
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+		dev-perl/Test-Warn
+		>=dev-perl/XML-Parser-Lite-0.715.0
+	)
+"
+
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+	"t/release-kwalitee.t"
+)
+
+src_test() {
+	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-11  2:38 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-10-11  2:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ca6e8843491163c72d34a39a11bc034ede3baefe
Author:     Wilson M. Michaels <thebitpit <AT> austincustomerrands <DOT> com>
AuthorDate: Mon Oct 11 02:37:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 02:37:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6e8843

dev-perl/SOAP-Lite: add missing test dependency

Closes: https://bugs.gentoo.org/807238
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index fd408bbedf3..ba22e327625 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -36,6 +36,7 @@ RDEPEND="
 BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
+		dev-perl/HTTP-Daemon
 		virtual/perl-IO
 		virtual/perl-Test-Simple
 		dev-perl/Test-Warn


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-11 12:17 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-10-11 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c5c5a3d0a905768bd7f88b14f071ed3abf043a74
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 12:16:37 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 12:16:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c5a3d0

dev-perl/SOAP-Lite: ppc stable wrt bug #817509

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index ba22e327625..7abf3e4b889 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-12  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     192ea1f81c7aaa6aede1ce3a16529d3fa93c6471
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:09:06 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192ea1f8

dev-perl/SOAP-Lite: amd64 stable wrt bug #817509

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index 7abf3e4b889..f6127f56088 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-12  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e5854f6885cb41c375f0705316f593980f08e48b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:13:41 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:13:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5854f68

dev-perl/SOAP-Lite: x86 stable wrt bug #817509

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index f6127f56088..01b6236bdce 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-13 20:37 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-10-13 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     878bcd1b2ce8b22ca2c4dd22e42d107cfecbb848
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 20:35:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 20:35:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=878bcd1b

dev-perl/SOAP-Lite: Stabilize 1.270.0 arm64, #817509

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index 01b6236bdce..31d65315653 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-16  0:48 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-10-16  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     79b09a9c39c2187e3f3fec53661c71ff047ad037
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 00:45:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 00:45:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b09a9c

dev-perl/SOAP-Lite: Stabilize 1.260.0 arm, #799659

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
index 6cabfa45517..6968ca985b2 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 IUSE="ssl test xmpp"
 RESTRICT="!test? ( test )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2021-10-29  5:55 Agostino Sarubbo
  0 siblings, 0 replies; 25+ messages in thread
From: Agostino Sarubbo @ 2021-10-29  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     244f4d2e95b2bd0847d5d93989ed41da36293cd8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 05:54:49 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 05:55:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244f4d2e

dev-perl/SOAP-Lite: ppc64 stable wrt bug #817509

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index 31d65315653..6085f2ad445 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2022-03-09 13:40 Yixun Lan
  0 siblings, 0 replies; 25+ messages in thread
From: Yixun Lan @ 2022-03-09 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     83e58e67610753cc7ffeeba64c474747cafddbd1
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 13:24:14 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 13:32:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e58e67

dev-perl/SOAP-Lite: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index 6085f2ad4451..e4718e5da3ec 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2022-06-29 11:40 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-06-29 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     449594181a6c5d8df63060cde67352e9a4c0ae27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:40:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:40:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44959418

dev-perl/SOAP-Lite: Stabilize 1.270.0 arm, #855092

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
index e4718e5da3ec..7b38ceec0350 100644
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
+++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve
 
 IUSE="ssl test xmpp"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 myconf="${myconf} --noprompt"
 


^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
@ 2022-06-29 13:02 Sam James
  0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2022-06-29 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7e316c201ff2103b4af19c6adc7975f25a53adfc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 11:20:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 13:02:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e316c20

dev-perl/SOAP-Lite: drop 1.260.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SOAP-Lite/Manifest                 |  1 -
 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 53 -----------------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
index bef95778b348..351674f36b49 100644
--- a/dev-perl/SOAP-Lite/Manifest
+++ b/dev-perl/SOAP-Lite/Manifest
@@ -1,2 +1 @@
-DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143
 DIST SOAP-Lite-1.27.tar.gz 271466 BLAKE2B 045edbe5d09a935af6b73df20d3af0d646cfa726c5fc0e050c0cfb557903c2ccd86e40d506114dad7c4c295c934a3a95250fdf9e0c558bf0f948e2ea0af67840 SHA512 38ecd0eb2af3ca415cb82e98a68aabd2cd3eca1625a7850723ae3c9f03f32f1ce3141d2a9382b80e250a88e3007eb7a0aa75f47c7e593c2c2025a29c8c32ee3b

diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
deleted file mode 100644
index 6968ca985b20..000000000000
--- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PHRED
-DIST_VERSION=1.26
-DIST_EXAMPLES=( "examples/*" )
-inherit perl-module
-
-DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
-
-IUSE="ssl test xmpp"
-RESTRICT="!test? ( test )"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-myconf="${myconf} --noprompt"
-
-RDEPEND="
-	dev-perl/Class-Inspector
-	>=dev-perl/IO-SessionData-1.30.0
-	dev-perl/libwww-perl
-	virtual/perl-MIME-Base64
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Task-Weaken
-	dev-perl/URI
-	>=dev-perl/XML-Parser-2.230.0
-	dev-perl/MIME-tools
-	ssl? (
-		dev-perl/IO-Socket-SSL
-		dev-perl/LWP-Protocol-https
-		dev-perl/Crypt-SSLeay
-	)
-	xmpp? ( dev-perl/Net-Jabber )
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-IO
-		virtual/perl-Test-Simple
-		dev-perl/Test-Warn
-		>=dev-perl/XML-Parser-Lite-0.715.0
-	)
-"
-PERL_RM_FILES=(
-	"t/author-pod-syntax.t"
-	"t/release-kwalitee.t"
-)
-src_test() {
-	has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
-	perl-module_src_test
-}


^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-06-29 13:02 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 21:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-06-29 13:02 Sam James
2022-06-29 11:40 Sam James
2022-03-09 13:40 Yixun Lan
2021-10-29  5:55 Agostino Sarubbo
2021-10-16  0:48 Sam James
2021-10-13 20:37 Sam James
2021-10-12  7:14 Agostino Sarubbo
2021-10-12  7:10 Agostino Sarubbo
2021-10-11 12:17 Agostino Sarubbo
2021-10-11  2:38 Sam James
2021-08-08 14:46 Andreas K. Hüttel
2021-08-02  2:24 Sam James
2020-06-22 19:05 Mart Raudsepp
2020-04-15 14:29 Kent Fredric
2018-08-11 18:55 Sergei Trofimovich
2018-08-04  0:01 Mikle Kolyada
2018-07-30 22:08 Sergei Trofimovich
2018-07-29 14:04 Thomas Deutschmann
2018-01-08 19:28 Kent Fredric
2017-12-03 22:14 James Le Cuirot
2017-01-03 11:29 Andreas Hüttel
2016-05-02 21:33 Andreas Hüttel
2016-05-02 21:33 Andreas Hüttel
2015-09-26 20:55 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox