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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B40F115807B for ; Thu, 24 Oct 2024 10:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45CADE09B1; Thu, 24 Oct 2024 10:23:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C4FFE099E for ; Thu, 24 Oct 2024 10:23:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4E0E340C7C for ; Thu, 24 Oct 2024 10:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751C81FBE for ; Thu, 24 Oct 2024 10:23:28 +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: <1729765349.c822315c2bc56ff00e1c3196ffc9a9e7fda6a834.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Scalar-List-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Scalar-List-Utils/Manifest perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild X-VCS-Directories: perl-core/Scalar-List-Utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c822315c2bc56ff00e1c3196ffc9a9e7fda6a834 X-VCS-Branch: master Date: Thu, 24 Oct 2024 10:23:28 +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: 1c601dc1-3c2e-490a-837b-0c56b9641589 X-Archives-Hash: a6d8f90c40e5e4e291ab214c3b61ca78 commit: c822315c2bc56ff00e1c3196ffc9a9e7fda6a834 Author: Sam James gentoo org> AuthorDate: Thu Oct 24 10:16:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 24 10:22:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c822315c perl-core/Scalar-List-Utils: add 1.680.0 Signed-off-by: Sam James gentoo.org> perl-core/Scalar-List-Utils/Manifest | 1 + perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest index ec1fc84e47e0..f9cd016531b9 100644 --- a/perl-core/Scalar-List-Utils/Manifest +++ b/perl-core/Scalar-List-Utils/Manifest @@ -1 +1,2 @@ DIST Scalar-List-Utils-1.63.tar.gz 177981 BLAKE2B 7753234bfe6f2a3d4d76481a2383ae6ad7a46892afa7956bb991db5d1617574fa8a63f473a2153fbc70db4178f5b514fac92567fb6599d6a19b0569d665df50d SHA512 e9e44a62181153c5e28a39df56ec14e9ed2918c6b398dd8e3d9f79669969828f6c0e5efdd02970abaf71ae258b291ad434dc4c597cf6ba4fba55cda892ac8de8 +DIST Scalar-List-Utils-1.68.tar.gz 181532 BLAKE2B 1a2d0b337857163a7f03d84974c1e15c006d8efffbe448bebd5c53dca5830f20215193f5ffc2b7518b331b2642b93b1cd263c2672b4b77a272a38e9b31f0e35f SHA512 52565ffc5fadde9bc1db70ffa311fe0d4c9fdfabc95cb7da216cc6cf7d56a41814780b6d5f7aded1f3593c7ed78f8a0704a7798644eeeaf799e6ffc52c901120 diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild new file mode 100644 index 000000000000..03e161833836 --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.680.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PEVANS +DIST_VERSION=1.68 +inherit perl-module + +DESCRIPTION="Common Scalar and List utility subroutines" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"