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/Time-Out/
Date: Wed, 29 Sep 2021 15:53:14
Message-Id: 1632930772.e9bb7ce65b31ced342940b8e6bd433f915a45aab.dilfridge@gentoo
1 commit: e9bb7ce65b31ced342940b8e6bd433f915a45aab
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 15:49:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 15:52:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bb7ce6
7
8 dev-perl/Time-Out: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Time-Out-0.110.0-r1.ebuild => Time-Out-0.110.0-r2.ebuild} | 9 ++-------
14 1 file changed, 2 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild
17 similarity index 66%
18 rename from dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
19 rename to dev-perl/Time-Out/Time-Out-0.110.0-r2.ebuild
20 index cf8e675074c..380070ffddc 100644
21 --- a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild
22 +++ b/dev-perl/Time-Out/Time-Out-0.110.0-r2.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=PATL
32 DIST_VERSION=0.11
33 @@ -11,10 +11,5 @@ DESCRIPTION="Easily timeout long running operations"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38
39 -RDEPEND=""
40 -DEPEND="${RDEPEND}
41 - virtual/perl-ExtUtils-MakeMaker
42 -"
43 PERL_RM_FILES=( "t/pod.t" )