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 96DC215849D for ; Sun, 2 Jun 2024 08:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DADD02BC020; Sun, 2 Jun 2024 08:03:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C4A9D2BC020 for ; Sun, 2 Jun 2024 08:03:50 +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 DC10033BDFF for ; Sun, 2 Jun 2024 08:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A61D1BFF for ; Sun, 2 Jun 2024 08:03:48 +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: <1717315396.3d1b36a4f5bfe9b4771fd3458f0ee37408f8dfab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/bareword-filehandles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r2.ebuild X-VCS-Directories: dev-perl/bareword-filehandles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d1b36a4f5bfe9b4771fd3458f0ee37408f8dfab X-VCS-Branch: master Date: Sun, 2 Jun 2024 08:03:48 +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: 55d47a31-5010-4155-a153-aa829e85d029 X-Archives-Hash: ee122222b1bb8e99f2122680589a7039 commit: 3d1b36a4f5bfe9b4771fd3458f0ee37408f8dfab Author: Sam James gentoo org> AuthorDate: Sun Jun 2 07:54:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 08:03:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1b36a4 dev-perl/bareword-filehandles: EAPI 8, rely on eclass impls This covers more variables/args, etc. Signed-off-by: Sam James gentoo.org> .../bareword-filehandles-0.7.0-r2.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r2.ebuild b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r2.ebuild new file mode 100644 index 000000000000..7ae8c75427c6 --- /dev/null +++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ILMARI +DIST_VERSION=0.007 +inherit perl-module + +DESCRIPTION="Disables bareword filehandles" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +# Lexical::SealRequireHints only required with Perl < 5.12 +# We could add alternation here, but it would be work without benefit +# which would complicate stabilization +RDEPEND=" + dev-perl/B-Hooks-OP-Check + virtual/perl-if + virtual/perl-XSLoader +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + dev-perl/ExtUtils-Depends + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +"