Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SOAP-Lite/
Date: Wed, 29 Jun 2022 13:02:53
Message-Id: 1656507758.7e316c201ff2103b4af19c6adc7975f25a53adfc.sam@gentoo
1 commit: 7e316c201ff2103b4af19c6adc7975f25a53adfc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:20:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 13:02:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e316c20
7
8 dev-perl/SOAP-Lite: drop 1.260.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-perl/SOAP-Lite/Manifest | 1 -
13 dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 53 -----------------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/dev-perl/SOAP-Lite/Manifest b/dev-perl/SOAP-Lite/Manifest
17 index bef95778b348..351674f36b49 100644
18 --- a/dev-perl/SOAP-Lite/Manifest
19 +++ b/dev-perl/SOAP-Lite/Manifest
20 @@ -1,2 +1 @@
21 -DIST SOAP-Lite-1.26.tar.gz 272187 BLAKE2B ec4519c258b2822da74c41e20dc2c0ea3242a7d1936c2e8bf637f6cfa53fc721e4864f0ca0332986f5a1c912babe522c1b409d48dc0c433abd3f85c4aa207cb6 SHA512 b09e320cecbb4859f49dcb144a446af878219f6ba3d2f7999f8656f40989d3ead0707960f561d17a9f800706fcb53020327f9c85313f6dcca34f9699a4c74143
22 DIST SOAP-Lite-1.27.tar.gz 271466 BLAKE2B 045edbe5d09a935af6b73df20d3af0d646cfa726c5fc0e050c0cfb557903c2ccd86e40d506114dad7c4c295c934a3a95250fdf9e0c558bf0f948e2ea0af67840 SHA512 38ecd0eb2af3ca415cb82e98a68aabd2cd3eca1625a7850723ae3c9f03f32f1ce3141d2a9382b80e250a88e3007eb7a0aa75f47c7e593c2c2025a29c8c32ee3b
23
24 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
25 deleted file mode 100644
26 index 6968ca985b20..000000000000
27 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild
28 +++ /dev/null
29 @@ -1,53 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DIST_AUTHOR=PHRED
36 -DIST_VERSION=1.26
37 -DIST_EXAMPLES=( "examples/*" )
38 -inherit perl-module
39 -
40 -DESCRIPTION="Lightweight interface to the SOAP protocol both on client and server side"
41 -
42 -IUSE="ssl test xmpp"
43 -RESTRICT="!test? ( test )"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
46 -
47 -myconf="${myconf} --noprompt"
48 -
49 -RDEPEND="
50 - dev-perl/Class-Inspector
51 - >=dev-perl/IO-SessionData-1.30.0
52 - dev-perl/libwww-perl
53 - virtual/perl-MIME-Base64
54 - virtual/perl-Scalar-List-Utils
55 - dev-perl/Task-Weaken
56 - dev-perl/URI
57 - >=dev-perl/XML-Parser-2.230.0
58 - dev-perl/MIME-tools
59 - ssl? (
60 - dev-perl/IO-Socket-SSL
61 - dev-perl/LWP-Protocol-https
62 - dev-perl/Crypt-SSLeay
63 - )
64 - xmpp? ( dev-perl/Net-Jabber )
65 -"
66 -DEPEND="${RDEPEND}
67 - virtual/perl-ExtUtils-MakeMaker
68 - test? (
69 - virtual/perl-IO
70 - virtual/perl-Test-Simple
71 - dev-perl/Test-Warn
72 - >=dev-perl/XML-Parser-Lite-0.715.0
73 - )
74 -"
75 -PERL_RM_FILES=(
76 - "t/author-pod-syntax.t"
77 - "t/release-kwalitee.t"
78 -)
79 -src_test() {
80 - has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
81 - perl-module_src_test
82 -}