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 778A1158498 for ; Thu, 23 May 2024 01:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1C6E2A12; 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 F2CDBE2A12 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 DCC7B34076D 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 EEEA4ED0 for ; Thu, 23 May 2024 01:36:41 +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: <1716428115.b60fec272fe95f34b84253ebcc87557b66c8a2e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-C3-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Class-C3-XS/Class-C3-XS-0.150.0-r2.ebuild X-VCS-Directories: dev-perl/Class-C3-XS/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b60fec272fe95f34b84253ebcc87557b66c8a2e1 X-VCS-Branch: master Date: Thu, 23 May 2024 01:36:41 +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: 53c76987-7907-4e0f-9f66-bf3d5e82386c X-Archives-Hash: 5eeac85d78f6d0f6f72d0961461105ee commit: b60fec272fe95f34b84253ebcc87557b66c8a2e1 Author: Sam James gentoo org> AuthorDate: Wed May 22 23:02:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 23 01:35:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60fec27 dev-perl/Class-C3-XS: EAPI 8, rely on eclass impls This covers more variables/args, etc. Signed-off-by: Sam James gentoo.org> dev-perl/Class-C3-XS/Class-C3-XS-0.150.0-r2.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0-r2.ebuild b/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0-r2.ebuild new file mode 100644 index 000000000000..9715ebff8e81 --- /dev/null +++ b/dev-perl/Class-C3-XS/Class-C3-XS-0.150.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.15 +inherit perl-module + +DESCRIPTION="XS speedups for Class::C3" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" + +RDEPEND=" + virtual/perl-XSLoader +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +"