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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8394A15807B for ; Thu, 24 Oct 2024 10:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10DCE0978; Thu, 24 Oct 2024 10:23:31 +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 A0121E0978 for ; Thu, 24 Oct 2024 10:23:31 +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 2F2FC340806 for ; Thu, 24 Oct 2024 10:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC3A41A0F for ; Thu, 24 Oct 2024 10:23:27 +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: <1729765344.411671ecb8b609f5a7657a515ef41d74c1f3b901.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Pluggable/Manifest dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild X-VCS-Directories: dev-perl/Module-Pluggable/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 411671ecb8b609f5a7657a515ef41d74c1f3b901 X-VCS-Branch: master Date: Thu, 24 Oct 2024 10:23:27 +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: a6858325-5ea8-4366-991e-707358cdbbe7 X-Archives-Hash: 79d48f7c9e819c0baeeefde647648518 commit: 411671ecb8b609f5a7657a515ef41d74c1f3b901 Author: Sam James gentoo org> AuthorDate: Thu Oct 24 10:00:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 24 10:22:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411671ec dev-perl/Module-Pluggable: add 6.100.0 Signed-off-by: Sam James gentoo.org> dev-perl/Module-Pluggable/Manifest | 1 + .../Module-Pluggable-6.100.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest index b2572139fe25..3056df444d3a 100644 --- a/dev-perl/Module-Pluggable/Manifest +++ b/dev-perl/Module-Pluggable/Manifest @@ -1 +1,2 @@ DIST Module-Pluggable-5.2.tar.gz 26920 BLAKE2B 061ec1353ec7ea8fd00e503914f8dba283be47ca1c2ecfa237ae985e8c099228dc949f66e2f182729378c578b25417e7c3c798f855b4bf1b5194f62d513a0f66 SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 +DIST Module-Pluggable-6.1.tar.gz 28424 BLAKE2B dea55749b04be5646f5a77efa1c7ed03ba46d4d3fc7648ad7aad9625abbe60e3ab0f4f4adaf99feab2583cb8ed4ae901caed62d00e47d1d9cab06b5f4097c135 SHA512 48b714cc92cbceab902f04b21d9a1567763a0c25656473bbe46574a1dc3dd9f63e28c466b07a755c58611c4b4431ba886adeaf2142ee8eafbd07c5b79e79fb26 diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild new file mode 100644 index 000000000000..bbfd03a9ff1b --- /dev/null +++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.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=SIMONW +DIST_VERSION=6.1 +inherit perl-module + +DESCRIPTION="Automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=virtual/perl-File-Spec-3 + virtual/perl-if +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + dev-perl/File-Slurp + >=virtual/perl-Test-Simple-0.620.0 + ) +"