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 B5957158086 for ; Thu, 18 Nov 2021 20:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D257E08CD; Thu, 18 Nov 2021 20:55:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 28077E08CE for ; Thu, 18 Nov 2021 20:55:48 +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 1AC69342F99 for ; Thu, 18 Nov 2021 20:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8006C1D8 for ; Thu, 18 Nov 2021 20:55:44 +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: <1637268891.e5f53d4dc167177da2fd81e7c62e44686035656b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-LazyRequire/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild X-VCS-Directories: dev-perl/MooseX-LazyRequire/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e5f53d4dc167177da2fd81e7c62e44686035656b X-VCS-Branch: master Date: Thu, 18 Nov 2021 20:55:44 +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: 1f0ad9a8-5539-452a-a4a2-8977ee886a56 X-Archives-Hash: 4061822eff7ad4457ad6ea61a709f209 commit: e5f53d4dc167177da2fd81e7c62e44686035656b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 18 20:36:47 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Nov 18 20:54:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f53d4d dev-perl/MooseX-LazyRequire: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...-0.110.0.ebuild => MooseX-LazyRequire-0.110.0-r1.ebuild} | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild similarity index 76% rename from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild rename to dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild index 6a65e668436e..212caeab37ce 100644 --- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild +++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + DIST_AUTHOR=ETHER DIST_VERSION=0.11 inherit perl-module @@ -9,19 +10,15 @@ inherit perl-module DESCRIPTION="Required attributes which fail only when trying to use them" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" -# r: Moose::Exporter -> Moose -# r: Moose::Role -> Moose +IUSE="minimal" + RDEPEND=" virtual/perl-Carp >=dev-perl/Moose-0.940.0 >=dev-perl/aliased-0.300.0 dev-perl/namespace-autoclean " -# t: Test::More -> Test-Simple -# t: strict,warnings -> perl -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=dev-perl/Module-Build-Tiny-0.37.0 virtual/perl-ExtUtils-MakeMaker test? (