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 1673F15A7D9 for ; Wed, 22 Mar 2023 05:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5908E086A; Wed, 22 Mar 2023 05:22:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C8079E086A for ; Wed, 22 Mar 2023 05:22:12 +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 C66F3340E6E for ; Wed, 22 Mar 2023 05:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE27E91A for ; Wed, 22 Mar 2023 05:22:07 +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: <1679461987.6a36030b0057a0a62bc90aa86c340146ef4b5565.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Moo/Manifest dev-perl/Moo/Moo-2.5.5.ebuild X-VCS-Directories: dev-perl/Moo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a36030b0057a0a62bc90aa86c340146ef4b5565 X-VCS-Branch: master Date: Wed, 22 Mar 2023 05:22:07 +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: 96478635-163b-455d-be51-1b6d071a7b5d X-Archives-Hash: fd960771a3a0ab8cea246873dd6ab549 commit: 6a36030b0057a0a62bc90aa86c340146ef4b5565 Author: Sam James gentoo org> AuthorDate: Wed Mar 22 05:13:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 22 05:13:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a36030b dev-perl/Moo: add 2.5.5 Signed-off-by: Sam James gentoo.org> dev-perl/Moo/Manifest | 1 + dev-perl/Moo/Moo-2.5.5.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest index d665516acd6d..088174db4718 100644 --- a/dev-perl/Moo/Manifest +++ b/dev-perl/Moo/Manifest @@ -1 +1,2 @@ DIST Moo-2.005004.tar.gz 108339 BLAKE2B 9b61a0a4867e72e277b56f684ec4b723c264cd5b87e7f38018788871870d36fc37b11e112138a762823c6aba68fc2c96d6fd6ead26c8a8f22ac432a06e8e58c4 SHA512 a1335d180cd19dc7189bc1663efd5a05650d579c5e5d049fc4059a382d1eeb882fdd9cd2b107fdd40499e22a5c6196fc47c1334145101def531e5f5fd3cd0edf +DIST Moo-2.005005.tar.gz 108583 BLAKE2B 6b8bc157874a4d2a24dc9bd0b79b8684ecc96a3f377991997ff95a02df6d4d53bf0200665dd5a622d8ebff624a1b5793478f66acb636ab20d36b59a936eac239 SHA512 e6b6cc491bb55ab0a7a57418d210da52990e8aa559fcf83c25838624caa0de1c919a229bab2b9c7e7c99cc9904706b64db169860d2c404449731e400ea1c5f79 diff --git a/dev-perl/Moo/Moo-2.5.5.ebuild b/dev-perl/Moo/Moo-2.5.5.ebuild new file mode 100644 index 000000000000..f7515d0c3db0 --- /dev/null +++ b/dev-perl/Moo/Moo-2.5.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=2.005005 +inherit perl-module + +DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Class-Method-Modifiers-1.100.0 + >=virtual/perl-Exporter-5.570.0 + >=dev-perl/Role-Tiny-2.2.3 + >=virtual/perl-Scalar-List-Utils-1.0.0 + >=dev-perl/Sub-Quote-2.6.6 + >=dev-perl/Class-XSAccessor-1.190.0-r2 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.940.0 + ) +"