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 A54C5158064 for ; Wed, 1 May 2024 07:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1607E29E9; Wed, 1 May 2024 07:54:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5D95E29E8 for ; Wed, 1 May 2024 07:54:28 +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 A1B9D3430BD for ; Wed, 1 May 2024 07:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEBD018E2 for ; Wed, 1 May 2024 07:54:24 +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: <1714549915.a1379eb843b0c0196f0409128fd450dd259c829f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPI/Manifest dev-perl/PPI/PPI-1.278.0.ebuild X-VCS-Directories: dev-perl/PPI/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1379eb843b0c0196f0409128fd450dd259c829f X-VCS-Branch: master Date: Wed, 1 May 2024 07:54:24 +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: 9423e61a-8e11-40e8-9f72-315ee4776310 X-Archives-Hash: 5fdd0bdd457a101b62553151a743d721 commit: a1379eb843b0c0196f0409128fd450dd259c829f Author: Sam James gentoo org> AuthorDate: Wed May 1 07:51:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 1 07:51:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1379eb8 dev-perl/PPI: add 1.278.0 Signed-off-by: Sam James gentoo.org> dev-perl/PPI/Manifest | 1 + dev-perl/PPI/PPI-1.278.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/PPI/Manifest b/dev-perl/PPI/Manifest index 391505b8efac..f200a24640a3 100644 --- a/dev-perl/PPI/Manifest +++ b/dev-perl/PPI/Manifest @@ -1 +1,2 @@ DIST PPI-1.277.tar.gz 241536 BLAKE2B 3d993ab1b45fc0b7056f5331d5c9074469bf981c9e2eb05188c6d96e9cd5bbb2f522a8eba7abb1e5523610906fad1a291a9e59e9cf5b9f0aeb013efa15b16911 SHA512 9d0c0721640d59010027bdb0afedd8589902030c50522e7309b9a53c41ae3dd29e3f0e78c83ae943f1c6d71bfacb34d96caa882d869f97a03ca56377d18b37e8 +DIST PPI-1.278.tar.gz 248797 BLAKE2B 463b085d0af2b49ee3b9303d68c56c5e0d0fe8dc1e9bdbefa60d6890daf482a535765e8de6cc8f29796bf102d4f52d50ae81158ca1e035e8f0b3bdd4e4ec9d70 SHA512 0b63a9d983544b12b33d1207326fa1a3700720067242198b50ea452a988d85f3a96e44f22eaa79e542af81dbe7f98d8dea9335e4ccfd69a1e911ac017f3caa8e diff --git a/dev-perl/PPI/PPI-1.278.0.ebuild b/dev-perl/PPI/PPI-1.278.0.ebuild new file mode 100644 index 000000000000..0e533120fa74 --- /dev/null +++ b/dev-perl/PPI/PPI-1.278.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=1.278 +inherit perl-module + +DESCRIPTION="Parse, Analyze, and Manipulate Perl (without perl)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Clone-0.300.0 + >=virtual/perl-Digest-MD5-2.350.0 + virtual/perl-Exporter + virtual/perl-File-Spec + >=virtual/perl-Scalar-List-Utils-1.330.0 + virtual/perl-parent + >=dev-perl/Params-Util-1.000.0 + >=virtual/perl-Storable-2.170.0 + dev-perl/Task-Weaken +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Class-Inspector-1.220.0 + virtual/perl-Encode + >=dev-perl/File-Remove-1.420.0 + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-NoWarnings + >=dev-perl/Test-Object-0.70.0 + >=dev-perl/Test-SubCalls-1.70.0 + ) +"