commit: c833ce2060e57b47fa68fb5729da56256809a8aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 23:55:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 23:55:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c833ce20
dev-perl/XML-Compile-SOAP: add 3.280.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/XML-Compile-SOAP/Manifest | 1 +
.../XML-Compile-SOAP-3.280.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/XML-Compile-SOAP/Manifest
b/dev-perl/XML-Compile-SOAP/Manifest
index 53664b844fea..fd7c3019e3a4 100644
--- a/dev-perl/XML-Compile-SOAP/Manifest
+++ b/dev-perl/XML-Compile-SOAP/Manifest
@@ -1 +1,2 @@
DIST XML-Compile-SOAP-3.27.tar.gz 103376 BLAKE2B
5d519b320d36c6bcdd78d8a7a1bcf0d873f6e1cb8095b900a0a742a7d22960cf72ffeec638330f7381db4d0c70031e146e5a5227cb927865a8d956fcac887881
SHA512
eb064916b6ae0b2e5bd85b1ad328aecee529a4bdc147d85d6c96f6024234c44ee6751920f3e8d7a84cdaca717941db60a0d031d54641e9e9b1532e795810d869
+DIST XML-Compile-SOAP-3.28.tar.gz 103657 BLAKE2B
c88b4a266537281297d60360dbac7292638cb030d32b5e29c06fa43796bad2ede0f540b9dc20703430cc690806ebf6c823218b0c773b1a5e78b23b6b27485b3e
SHA512
52901978120e9de5105960ee5add3bc4321a6db99b6d0dea223073cf0607ed272f769bec676173bf908ec4ee0454e19c66c5663c6bd4d792455e9a8b9fcebb65
diff --git a/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.280.0.ebuild
b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.280.0.ebuild
new file mode 100644
index 000000000000..91406d2f4030
--- /dev/null
+++ b/dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.280.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=3.28
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Soap 1.1 XML Compiler"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/File-Slurper
+ >=dev-perl/libwww-perl-6.80.0
+ >=dev-perl/Log-Report-1.50.0
+ >=dev-perl/LWP-Protocol-https-6.0.0
+ >=dev-perl/Net-HTTP-6.160.0
+ virtual/perl-Time-HiRes
+ >=dev-perl/XML-Compile-1.580.0
+ >=dev-perl/XML-Compile-Cache-1.30.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.540.0
+ >=dev-perl/XML-Compile-Tester-0.900.0
+ )
+"