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 29005158090 for ; Thu, 24 Oct 2024 10:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9585EE098E; Thu, 24 Oct 2024 10:23:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 810A5E098E for ; Thu, 24 Oct 2024 10:23:32 +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 0A917340C9C for ; Thu, 24 Oct 2024 10:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B4D92191 for ; Thu, 24 Oct 2024 10:23:28 +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: <1729765350.b65cd955cad507223adeb02603c84e7a45062d64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-StrictConstructor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooX-StrictConstructor/Manifest dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.13.0.ebuild X-VCS-Directories: dev-perl/MooX-StrictConstructor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b65cd955cad507223adeb02603c84e7a45062d64 X-VCS-Branch: master Date: Thu, 24 Oct 2024 10:23:28 +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: 18c5d1aa-9eef-49d3-ac70-70c6503f26a7 X-Archives-Hash: 9063d0e437f20d8b8be99bcf8d6c52a5 commit: b65cd955cad507223adeb02603c84e7a45062d64 Author: Sam James gentoo org> AuthorDate: Thu Oct 24 10:21:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 24 10:22:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65cd955 dev-perl/MooX-StrictConstructor: add 0.13.0 Signed-off-by: Sam James gentoo.org> dev-perl/MooX-StrictConstructor/Manifest | 1 + .../MooX-StrictConstructor-0.13.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-perl/MooX-StrictConstructor/Manifest b/dev-perl/MooX-StrictConstructor/Manifest index 2a6e4bf021b7..f732b14982ae 100644 --- a/dev-perl/MooX-StrictConstructor/Manifest +++ b/dev-perl/MooX-StrictConstructor/Manifest @@ -1 +1,2 @@ DIST MooX-StrictConstructor-0.011.tar.gz 14954 BLAKE2B 2cb96ddc05a646133ab4406ad572a0369afd5a307e385f663ef24d4c06549a8e4578ed6bb91706b4b8e70f631a31bc0de87646b3dfea1d27783e1f38b5217d0d SHA512 9f977795ae3c746b8dd65573b8cc8ea69c8fcb13a8cc6725069bcf2479b96ea2954d5531a7c92189c5523218a9e66e431f510956472248c5f0795d952ee58eb1 +DIST MooX-StrictConstructor-0.013.tar.gz 21523 BLAKE2B 3bf4df0cb06ab794701f67fe236e7ce4c5e5971949641eb69e7b90fd1b796e2152d71344747453d072d68fe8ab1fcf873c6f5bb41e102a63e846e2bd7eb14a30 SHA512 97476a32b55a929996ec9fd663c3e8008eb73765019085da8f396c8ec5128e8bca6dfb91f85f6cf4bade2faff754290a791d503940850a39d55501b6f9b5651b diff --git a/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.13.0.ebuild b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.13.0.ebuild new file mode 100644 index 000000000000..9b173a2d0788 --- /dev/null +++ b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.13.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.013 +inherit perl-module + +DESCRIPTION="Make your Moo-based object constructors blow up on unknown attributes" + +SLOT="0" +KEYWORDS="~amd64 ~loong ~riscv ~x86" + +RDEPEND=" + >=dev-perl/Moo-2.4.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.880.0 + ) +"