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 253FC158004 for ; Wed, 1 May 2024 03:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A887EE29E6; Wed, 1 May 2024 03:59:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5795EE29C2 for ; Wed, 1 May 2024 03:59:19 +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 18C423430A2 for ; Wed, 1 May 2024 03:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A5F1797 for ; Wed, 1 May 2024 03:59:15 +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: <1714535378.b40e6cc71348d5833f442998f78878ff3e660ab9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Getopt-Long/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild perl-core/Getopt-Long/Manifest perl-core/Getopt-Long/metadata.xml X-VCS-Directories: perl-core/Getopt-Long/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b40e6cc71348d5833f442998f78878ff3e660ab9 X-VCS-Branch: master Date: Wed, 1 May 2024 03:59:15 +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: 7bb99857-4eac-480f-b0de-2dcd63e91cc2 X-Archives-Hash: a3289dc96c8b75620c28ace3a7230695 commit: b40e6cc71348d5833f442998f78878ff3e660ab9 Author: Sam James gentoo org> AuthorDate: Wed May 1 03:11:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 03:49:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40e6cc7 perl-core/Getopt-Long: new package, add 2.570.0 Needed for pending dev-perl/Getopt-Long-Descriptive bump. Signed-off-by: Sam James gentoo.org> perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild | 14 ++++++++++++++ perl-core/Getopt-Long/Manifest | 1 + perl-core/Getopt-Long/metadata.xml | 14 ++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild new file mode 100644 index 000000000000..9636b5ce919c --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=JV +DIST_VERSION=2.57 +DIST_TEST=do +inherit perl-module + +DESCRIPTION="Advanced handling of command line options" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/perl-core/Getopt-Long/Manifest b/perl-core/Getopt-Long/Manifest new file mode 100644 index 000000000000..9b03c1ec32cb --- /dev/null +++ b/perl-core/Getopt-Long/Manifest @@ -0,0 +1 @@ +DIST Getopt-Long-2.57.tar.gz 45259 BLAKE2B 4fb66b51d14f48416893de0349dbdd3212d9668e90adbe02df17af08ef6df0c1cba2028b7db2565ffecbce1ad359c1463cd631718134df13556cc47be493d69c SHA512 6b07f683b6f1371bc7f9b018ec659c049d58de25194965c6e2ba3a288e6802ba07257aa5d447bc082f0481d0956798d9f17521faf6a31d896bb3be0d17953b49 diff --git a/perl-core/Getopt-Long/metadata.xml b/perl-core/Getopt-Long/metadata.xml new file mode 100644 index 000000000000..52ddf8d5bd12 --- /dev/null +++ b/perl-core/Getopt-Long/metadata.xml @@ -0,0 +1,14 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Getopt-Long + Getopt::Long + Getopt::Long::CallBack + Getopt::Long::Parser + +