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 7BF711396D9 for ; Sun, 19 Nov 2017 11:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8B92E0BE9; Sun, 19 Nov 2017 11:43:24 +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 88E01E0BE9 for ; Sun, 19 Nov 2017 11:43:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 523353402FE for ; Sun, 19 Nov 2017 11:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA387A028 for ; Sun, 19 Nov 2017 11:43:21 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1511091787.7e6914f38ab71ced7c74676377c569968bf85f41.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-StrictConstructor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-StrictConstructor/Manifest dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.210.0.ebuild X-VCS-Directories: dev-perl/MooseX-StrictConstructor/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7e6914f38ab71ced7c74676377c569968bf85f41 X-VCS-Branch: master Date: Sun, 19 Nov 2017 11:43:21 +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-Archives-Salt: 5ce7e114-f4f5-4f92-8da4-e47155150dab X-Archives-Hash: 8cb2f6120cdcbf0f98763ff26cb26807 commit: 7e6914f38ab71ced7c74676377c569968bf85f41 Author: Kent Fredric gentoo org> AuthorDate: Sun Nov 19 10:49:03 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Nov 19 11:43:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6914f3 dev-perl/MooseX-StrictConstructor: Bump to version 0.210.0 - EAPI6 - Parallel testing Upstream: - Add support for __no_BUILD__ as a constructor argument to skip calling any BUILD subs. Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-perl/MooseX-StrictConstructor/Manifest | 1 + .../MooseX-StrictConstructor-0.210.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-perl/MooseX-StrictConstructor/Manifest b/dev-perl/MooseX-StrictConstructor/Manifest index 74263e57d2c..bb890756b5e 100644 --- a/dev-perl/MooseX-StrictConstructor/Manifest +++ b/dev-perl/MooseX-StrictConstructor/Manifest @@ -1 +1,2 @@ DIST MooseX-StrictConstructor-0.19.tar.gz 10242 SHA256 486573c16901e83c081da3d90a544281af1baa40bbf036337d6fa91994e48a31 SHA512 49fe134b4fa9f8deef014851aa851a185f02eb6f75c293e76a1143cb23de760aa46aeefcdb4c22322b545e73058532d35b0924f91de2561277b3f485f7a2fabd WHIRLPOOL 3f6b0211160f81a0d9ac1a98e4eb7b3ba0222dd73fed741431288b790c1e9799325cadd1a3fef25a364da653131648841b7ff92ca4c6def0d68e57deb25beae5 +DIST MooseX-StrictConstructor-0.21.tar.gz 26792 SHA256 c72a5ae9583706ccdec71d401dcb3054013a7536b750df1436613d858ea2920d SHA512 b515ce0de7962b2d2da0da3dfd0fab978a014f2d5dc9e92e76cc137a260d3190a993d3b791db5eaf416e838180bdec1f827961aad4552c67f7c7cf1477107bfc WHIRLPOOL 32d85850ed2423713f246658cc85fae0012bf441cc7c5b1fac16c3cdc7c380a45e132570ce59db3273e8a0d9339411dbe281fb3879488bd92d3a3ad6ccbddd39 diff --git a/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.210.0.ebuild b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.210.0.ebuild new file mode 100644 index 00000000000..30968f8ada8 --- /dev/null +++ b/dev-perl/MooseX-StrictConstructor/MooseX-StrictConstructor-0.210.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.21 +inherit perl-module + +DESCRIPTION="Make your object constructors blow up on unknown attributes" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Moose-0.940.0 + dev-perl/namespace-autoclean +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + dev-perl/Test-Fatal + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-0.960.0 + ) +"