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 27939158009 for ; Tue, 20 Jun 2023 03:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA32E0805; Tue, 20 Jun 2023 03:39:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 438D5E0805 for ; Tue, 20 Jun 2023 03:39:19 +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 770D5340F87 for ; Tue, 20 Jun 2023 03:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08FBA9A for ; Tue, 20 Jun 2023 03:39:16 +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: <1687232329.61ce5afd400387738ed4c1b87efc13ec6bdce70a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-SetOnce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-SetOnce/Manifest dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild X-VCS-Directories: dev-perl/MooseX-SetOnce/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61ce5afd400387738ed4c1b87efc13ec6bdce70a X-VCS-Branch: master Date: Tue, 20 Jun 2023 03:39:16 +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: cb8abe0a-68b4-4430-9bb1-602c74eaf0cd X-Archives-Hash: 1c3f5486b033bb8c1a16fa668a54e4c8 commit: 61ce5afd400387738ed4c1b87efc13ec6bdce70a Author: Sam James gentoo org> AuthorDate: Tue Jun 20 03:38:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 20 03:38:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ce5afd dev-perl/MooseX-SetOnce: add 0.203.0 Signed-off-by: Sam James gentoo.org> dev-perl/MooseX-SetOnce/Manifest | 1 + .../MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-perl/MooseX-SetOnce/Manifest b/dev-perl/MooseX-SetOnce/Manifest index be3eb41d68d6..7f14267f8d45 100644 --- a/dev-perl/MooseX-SetOnce/Manifest +++ b/dev-perl/MooseX-SetOnce/Manifest @@ -1 +1,2 @@ DIST MooseX-SetOnce-0.201.tar.gz 16417 BLAKE2B a023f08ff2a5796869bc36dfcb8c5e0f27536ff663cb04ad2d8b99f99685a82cb8d40d336273eb9a0f54dc69dcbda12227697c59882fd5516343e47f3bd75a36 SHA512 e328437ae6fc4350b562563889b888e7572fd2bfd68a8d70feb3a4132892a9accc2116413eccb55fe39094ae047bd800ef232cf1fab1e8938b44fc372020a622 +DIST MooseX-SetOnce-0.203.tar.gz 17000 BLAKE2B 200d0a2253f9d647bc62eb500e5e438d85ef4b7c01c19763f7aed58a95ff2e0484d3698dff35efc06bf23245b2499d4d0a31918aabf70ff5a951f733f65c1a16 SHA512 87a7080f379c496c90c21ef25f00ae6db39169d4e9e72a97ead8d5cdb3f188d2e21d84e9af87ddf5cb899bafc4f4998447be2b638a0ca69bfa55381e062af683 diff --git a/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild new file mode 100644 index 000000000000..5bdef74753b0 --- /dev/null +++ b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.203 +inherit perl-module + +DESCRIPTION="Write-once, read-many attributes for Moose" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/Moose-0.900.0 +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + virtual/perl-IO + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + ) +"