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 6B9DA1581D3 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 B50EC2BC01B; Sun, 2 Jun 2024 08:03:50 +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 9A4E92BC01B 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 B2D0B335CB9 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 4E05319F3 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: <1717315394.e47cb08d00707e3cee4e4885fd5cce92a26576e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/autobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/autobox/autobox-3.0.1-r2.ebuild X-VCS-Directories: dev-perl/autobox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e47cb08d00707e3cee4e4885fd5cce92a26576e7 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: 22f87f27-b6f1-4ff9-b47f-737c2dd37a9c X-Archives-Hash: d80aa9d29e43b4d58aa1019362a135bc commit: e47cb08d00707e3cee4e4885fd5cce92a26576e7 Author: Sam James gentoo org> AuthorDate: Sun Jun 2 07:51:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 08:03:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47cb08d dev-perl/autobox: EAPI 8, rely on eclass impls This covers more variables/args, etc. Signed-off-by: Sam James gentoo.org> dev-perl/autobox/autobox-3.0.1-r2.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-perl/autobox/autobox-3.0.1-r2.ebuild b/dev-perl/autobox/autobox-3.0.1-r2.ebuild new file mode 100644 index 000000000000..c00cc9bc40cb --- /dev/null +++ b/dev-perl/autobox/autobox-3.0.1-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CHOCOLATE +DIST_VERSION=v3.0.1 +inherit perl-module + +DESCRIPTION="Call methods on native types" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/Scope-Guard-0.210.0 + >=virtual/perl-version-0.770.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/IPC-System-Simple-1.250.0 + >=dev-perl/Test-Fatal-0.14.0 + ) +"