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 51B05158046 for ; Mon, 14 Oct 2024 03:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68147E0894; Mon, 14 Oct 2024 03:50:51 +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 4AEE1E0894 for ; Mon, 14 Oct 2024 03:50:51 +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 3DAC1343122 for ; Mon, 14 Oct 2024 03:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 911791E06 for ; Mon, 14 Oct 2024 03:50: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: <1728877815.6710430640dc4a91033e92e67562af82a049f43f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/autobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/autobox/Manifest dev-perl/autobox/autobox-3.0.2.ebuild X-VCS-Directories: dev-perl/autobox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6710430640dc4a91033e92e67562af82a049f43f X-VCS-Branch: master Date: Mon, 14 Oct 2024 03:50: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: 1357fae4-693c-4e73-9b1c-c5587000b896 X-Archives-Hash: 516392e162fed9fdd55518bb5a49b323 commit: 6710430640dc4a91033e92e67562af82a049f43f Author: Sam James gentoo org> AuthorDate: Mon Oct 14 02:46:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 14 03:50:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67104306 dev-perl/autobox: add 3.0.2 Signed-off-by: Sam James gentoo.org> dev-perl/autobox/Manifest | 1 + dev-perl/autobox/autobox-3.0.2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest index b7313e295f20..052ff328a36d 100644 --- a/dev-perl/autobox/Manifest +++ b/dev-perl/autobox/Manifest @@ -1 +1,2 @@ DIST autobox-v3.0.1.tar.gz 87047 BLAKE2B d83aff0e68eae40297081d6213290e80b62f2a318627d2490b0cb6e66e94c7efbcc7b984211474393926d8f281f1afc838f605489175a5ccd4ab6432735d165c SHA512 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0 +DIST autobox-v3.0.2.tar.gz 160384 BLAKE2B 3a57870a6e68360967c618e77fb513f497330cafeddc5a1d54c927ac1c34b9f943af4cf1c40ed8aa41bc3762ec518040c3ce440b4c1981690b619abd1b22ef75 SHA512 6845090165a738b692d5e673d72e9d34eb0a49c332b31df351f1cc114eeaf51d729455d6993fa54e0bcc6ed2f3a148dcfa0079c9fad0910b5df39e281e54c2b6 diff --git a/dev-perl/autobox/autobox-3.0.2.ebuild b/dev-perl/autobox/autobox-3.0.2.ebuild new file mode 100644 index 000000000000..b11cf593e602 --- /dev/null +++ b/dev-perl/autobox/autobox-3.0.2.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.2 +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.300.0 + >=dev-perl/Test-Fatal-0.17.0 + ) +"