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 93778158086 for ; Sun, 14 Nov 2021 16:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2531E0809; Sun, 14 Nov 2021 16:12:04 +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 7AB3DE0809 for ; Sun, 14 Nov 2021 16:12:04 +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 937463434CC for ; Sun, 14 Nov 2021 16:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4DDE1D5 for ; Sun, 14 Nov 2021 16:12:00 +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: <1636906309.15ac995a0652830dc6608095b918cb589625eb0c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Info/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Info/Module-Info-0.370.0-r1.ebuild dev-perl/Module-Info/Module-Info-0.370.0-r2.ebuild X-VCS-Directories: dev-perl/Module-Info/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 15ac995a0652830dc6608095b918cb589625eb0c X-VCS-Branch: master Date: Sun, 14 Nov 2021 16:12:00 +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: 90c00584-673a-4867-ae24-de983dead2aa X-Archives-Hash: c3939a3e91c28b916d2a86bc4d7ddc54 commit: 15ac995a0652830dc6608095b918cb589625eb0c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 14 16:11:06 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Nov 14 16:11:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ac995a dev-perl/Module-Info: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...le-Info-0.370.0-r1.ebuild => Module-Info-0.370.0-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-perl/Module-Info/Module-Info-0.370.0-r1.ebuild b/dev-perl/Module-Info/Module-Info-0.370.0-r2.ebuild similarity index 83% rename from dev-perl/Module-Info/Module-Info-0.370.0-r1.ebuild rename to dev-perl/Module-Info/Module-Info-0.370.0-r2.ebuild index 948b8693e02c..44a4202120a5 100644 --- a/dev-perl/Module-Info/Module-Info-0.370.0-r1.ebuild +++ b/dev-perl/Module-Info/Module-Info-0.370.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=NEILB DIST_VERSION=0.37 @@ -11,18 +11,18 @@ DESCRIPTION="Information about Perl modules" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-perl/B-Utils-0.270.0 virtual/perl-Carp >=virtual/perl-File-Spec-0.800.0 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " + PATCHES=("${FILESDIR}/${PN}-0.370.0-no-dot-inc.patch") + src_test() { perl_rm_files "t/zz_pod.t" "t/zy_pod_coverage.t" perl-module_src_test