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 0DDD1158086 for ; Sat, 6 Nov 2021 10:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBEFEE0900; Sat, 6 Nov 2021 10:57:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C91B7E08BB for ; Sat, 6 Nov 2021 10:57:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D690342C2D for ; Sat, 6 Nov 2021 10:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66EAD197 for ; Sat, 6 Nov 2021 10:57:19 +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: <1636196200.3ef19e7dadf11b30c97c4b55d7b730621f34168d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild X-VCS-Directories: dev-perl/IO-Util/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3ef19e7dadf11b30c97c4b55d7b730621f34168d X-VCS-Branch: master Date: Sat, 6 Nov 2021 10:57:19 +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: 9ee1c107-d3ef-4210-955f-d4dab5d1a401 X-Archives-Hash: 3a0beba484fd1cea8300f9ffb835c5a7 commit: 3ef19e7dadf11b30c97c4b55d7b730621f34168d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 6 10:43:05 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 6 10:56:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef19e7d dev-perl/IO-Util: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{IO-Util-1.500.0-r2.ebuild => IO-Util-1.500.0-r3.ebuild} | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild b/dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild similarity index 60% rename from dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild rename to dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild index d3cb2eb228a..336363e894a 100644 --- a/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild +++ b/dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DOMIZIO DIST_VERSION=1.5 @@ -11,9 +11,5 @@ DESCRIPTION="A selection of general-utility IO function" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -src_test() { - perl_rm_files t/test_pod.t t/test_pod_coverage.t - perl-module_src_test -} +PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )