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 BFE1C1581D3 for ; Thu, 23 May 2024 01:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D508E2A0E; Thu, 23 May 2024 01:36:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA990E2A0E for ; Thu, 23 May 2024 01:36:44 +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 CD8E134068A for ; Thu, 23 May 2024 01:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7F71709 for ; Thu, 23 May 2024 01:36:42 +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: <1716428116.a6a9d7e0e34d6dc31fbf8c7454ca73198b9622e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Load-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r2.ebuild X-VCS-Directories: dev-perl/Class-Load-XS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6a9d7e0e34d6dc31fbf8c7454ca73198b9622e6 X-VCS-Branch: master Date: Thu, 23 May 2024 01:36:42 +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: 0b639b2b-be7d-41ad-860c-10f44fe7f506 X-Archives-Hash: 52b5a5a197e31d4ae3f72c4d2f3e98fd commit: a6a9d7e0e34d6dc31fbf8c7454ca73198b9622e6 Author: Sam James gentoo org> AuthorDate: Wed May 22 23:03:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 23 01:35:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a9d7e0 dev-perl/Class-Load-XS: EAPI 8, rely on eclass impls This covers more variables/args, etc. Signed-off-by: Sam James gentoo.org> .../Class-Load-XS/Class-Load-XS-0.100.0-r2.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r2.ebuild b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r2.ebuild new file mode 100644 index 000000000000..39f500961667 --- /dev/null +++ b/dev-perl/Class-Load-XS/Class-Load-XS-0.100.0-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.10 +inherit perl-module + +DESCRIPTION="XS implementation of parts of Class::Load" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +RDEPEND=" + >=dev-perl/Class-Load-0.200.0 + virtual/perl-XSLoader +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-CPAN-Meta-2.120.900 + >=virtual/perl-Test-Simple-0.880.0 + >=dev-perl/Module-Implementation-0.40.0 + dev-perl/Test-Fatal + dev-perl/Test-Needs + virtual/perl-version + ) +"