From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 587A2158009 for ; Sat, 17 Jun 2023 23:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CB27E089E; Sat, 17 Jun 2023 23:57:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C47AE089E for ; Sat, 17 Jun 2023 23:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EB48340E6F for ; Sat, 17 Jun 2023 23:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF63A66 for ; Sat, 17 Jun 2023 23:57:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687046158.c833ce2060e57b47fa68fb5729da56256809a8aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile-SOAP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Compile-SOAP/Manifest dev-perl/XML-Compile-SOAP/XML-Compile-SOAP-3.280.0.ebuild X-VCS-Directories: dev-perl/XML-Compile-SOAP/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c833ce2060e57b47fa68fb5729da56256809a8aa X-VCS-Branch: master Date: Sat, 17 Jun 2023 23:57:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dab4adcb-7b35-468d-a8ca-6fa540962166 X-Archives-Hash: fc42f37ed45b6eabf90b719a7e191e71 commit: c833ce2060e57b47fa68fb5729da56256809a8aa Author: Sam James gentoo org> AuthorDate: Sat Jun 17 23:55:58 2023 +0000 Commit: Sam James gentoo 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 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 + ) +"