Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Util/
Date: Sat, 06 Nov 2021 10:57:26
Message-Id: 1636196200.3ef19e7dadf11b30c97c4b55d7b730621f34168d.dilfridge@gentoo
1 commit: 3ef19e7dadf11b30c97c4b55d7b730621f34168d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 6 10:43:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 10:56:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef19e7d
7
8 dev-perl/IO-Util: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{IO-Util-1.500.0-r2.ebuild => IO-Util-1.500.0-r3.ebuild} | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 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
17 similarity index 60%
18 rename from dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild
19 rename to dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild
20 index d3cb2eb228a..336363e894a 100644
21 --- a/dev-perl/IO-Util/IO-Util-1.500.0-r2.ebuild
22 +++ b/dev-perl/IO-Util/IO-Util-1.500.0-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=DOMIZIO
32 DIST_VERSION=1.5
33 @@ -11,9 +11,5 @@ DESCRIPTION="A selection of general-utility IO function"
34
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38
39 -src_test() {
40 - perl_rm_files t/test_pod.t t/test_pod_coverage.t
41 - perl-module_src_test
42 -}
43 +PERL_RM_FILES=( t/test_pod.t t/test_pod_coverage.t )