Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile-SOAP/
Date: Sun, 03 Oct 2021 22:48:03
Message-Id: 1633301264.1b4970246950d6225550cb76ba56cdf035fb49a8.dilfridge@gentoo
1 commit: 1b4970246950d6225550cb76ba56cdf035fb49a8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 22:44:56 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 22:47:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b497024
7
8 dev-perl/XML-Compile-SOAP: Version bump 3.27
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/XML-Compile-SOAP/Manifest | 1 +
14 .../XML-Compile-SOAP-3.270.0.ebuild | 30 ++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-perl/XML-Compile-SOAP/Manifest b/dev-perl/XML-Compile-SOAP/Manifest
18 index 28e9d9fc229..c8bd6e79e93 100644
19 --- a/dev-perl/XML-Compile-SOAP/Manifest
20 +++ b/dev-perl/XML-Compile-SOAP/Manifest
21 @@ -1 +1,2 @@
22 DIST XML-Compile-SOAP-3.24.tar.gz 103114 BLAKE2B 08b63ee636bffcc026dd02bca4183c9c2ab5816c49789b0558fa9df3ab51e965164ba86538682e01838ea548a555250245a247589da6f502bbef6d86bdc11bc4 SHA512 2c1f83e952b7aa880fbebf16d16876292b76f15b12089e5047bd1564578bc42a370608fb1860c4ccb69ee455048092e0096146aac3c3066fea8151ac33e69035
23 +DIST XML-Compile-SOAP-3.27.tar.gz 103376 BLAKE2B 5d519b320d36c6bcdd78d8a7a1bcf0d873f6e1cb8095b900a0a742a7d22960cf72ffeec638330f7381db4d0c70031e146e5a5227cb927865a8d956fcac887881 SHA512 eb064916b6ae0b2e5bd85b1ad328aecee529a4bdc147d85d6c96f6024234c44ee6751920f3e8d7a84cdaca717941db60a0d031d54641e9e9b1532e795810d869
24
25 diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild
26 new file mode 100644
27 index 00000000000..86ec0e1bc91
28 --- /dev/null
29 +++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.270.0.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=MARKOV
37 +DIST_VERSION=3.27
38 +DIST_EXAMPLES=("examples/*")
39 +inherit perl-module
40 +
41 +DESCRIPTION="Soap 1.1 XML Compiler"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +RDEPEND="
46 + dev-perl/File-Slurper
47 + >=dev-perl/libwww-perl-6.80.0
48 + >=dev-perl/Log-Report-1.50.0
49 + >=dev-perl/Net-HTTP-6.160.0
50 + virtual/perl-Time-HiRes
51 + >=dev-perl/XML-Compile-1.580.0
52 + >=dev-perl/XML-Compile-Cache-1.30.0
53 +"
54 +BDEPEND="${RDEPEND}
55 + virtual/perl-ExtUtils-MakeMaker
56 + test? (
57 + >=virtual/perl-Test-Simple-0.540.0
58 + >=dev-perl/XML-Compile-Tester-0.900.0
59 + )
60 +"