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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6506413933E for ; Fri, 9 Jul 2021 20:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B73FBE0B97; Fri, 9 Jul 2021 20:44:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A3E7E0B97 for ; Fri, 9 Jul 2021 20:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 566A0342BEA for ; Fri, 9 Jul 2021 20:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8AA363F for ; Fri, 9 Jul 2021 20:44:41 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1625863084.2b33462b67d95becafbed442306e91c810f49b77.dilfridge@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.11.0.ebuild X-VCS-Directories: dev-perl/MooX-StrictConstructor/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2b33462b67d95becafbed442306e91c810f49b77 X-VCS-Branch: master Date: Fri, 9 Jul 2021 20:44: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: 2bf570d0-ac85-435e-93e6-deb2c11c36a8 X-Archives-Hash: 9850725ae1f8c2a6e4b2286e00855502 commit: 2b33462b67d95becafbed442306e91c810f49b77 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 9 20:38:04 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 9 20:38:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b33462b dev-perl/MooX-StrictConstructor: Version bump 0.011 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/MooX-StrictConstructor/Manifest | 1 + .../MooX-StrictConstructor-0.11.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-perl/MooX-StrictConstructor/Manifest b/dev-perl/MooX-StrictConstructor/Manifest index 27f584fde18..041e3310f0b 100644 --- a/dev-perl/MooX-StrictConstructor/Manifest +++ b/dev-perl/MooX-StrictConstructor/Manifest @@ -1 +1,2 @@ DIST MooX-StrictConstructor-0.010.tar.gz 14817 BLAKE2B d013ab60dd467d598a4617b3bc354df329d22114e2b4ee53a1f62af99c5ec7797bd8a48056cb43236429d97c74f6f576c2fa764e3c527c9a056f815675a5177f SHA512 17748ee05c1679d3cbade89b40a6f884bafc45244298f1dfcc5441dc81ab807394e6aafce483e302da8441ccb954aa1c7438b4449fcc373ecdcf81ad9e7cd864 +DIST MooX-StrictConstructor-0.011.tar.gz 14954 BLAKE2B 2cb96ddc05a646133ab4406ad572a0369afd5a307e385f663ef24d4c06549a8e4578ed6bb91706b4b8e70f631a31bc0de87646b3dfea1d27783e1f38b5217d0d SHA512 9f977795ae3c746b8dd65573b8cc8ea69c8fcb13a8cc6725069bcf2479b96ea2954d5531a7c92189c5523218a9e66e431f510956472248c5f0795d952ee58eb1 diff --git a/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.11.0.ebuild b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.11.0.ebuild new file mode 100644 index 00000000000..e6cf1653f1b --- /dev/null +++ b/dev-perl/MooX-StrictConstructor/MooX-StrictConstructor-0.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HARTZELL +DIST_VERSION=0.011 +inherit perl-module + +DESCRIPTION="Make your Moo-based object constructors blow up on unknown attributes" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Class-Method-Modifiers + >=dev-perl/Moo-1.1.0 + >=dev-perl/strictures-1.0.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-IO + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.880.0 + ) +"