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/Guard/
Date: Sat, 12 Jun 2021 21:47:23
Message-Id: 1623534397.61afa88a7ca45b12dd69d1c4ca6a767a3419ca5c.dilfridge@gentoo
1 commit: 61afa88a7ca45b12dd69d1c4ca6a767a3419ca5c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 21:17:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 21:46:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61afa88a
7
8 dev-perl/Guard: EAPI=7 bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Guard/{Guard-1.23.0.ebuild => Guard-1.23.0-r1.ebuild} | 10 ++++------
14 1 file changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Guard/Guard-1.23.0.ebuild b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
17 similarity index 65%
18 rename from dev-perl/Guard/Guard-1.23.0.ebuild
19 rename to dev-perl/Guard/Guard-1.23.0-r1.ebuild
20 index 226ea9f196e..d511a04d320 100644
21 --- a/dev-perl/Guard/Guard-1.23.0.ebuild
22 +++ b/dev-perl/Guard/Guard-1.23.0-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -MODULE_AUTHOR=MLEHMANN
32 -MODULE_VERSION=1.023
33 +DIST_AUTHOR=MLEHMANN
34 +DIST_VERSION=1.023
35 inherit perl-module
36
37 DESCRIPTION="Safe cleanup blocks"
38 @@ -14,5 +14,3 @@ KEYWORDS="amd64 x86"
39 IUSE=""
40
41 DEPEND="virtual/perl-ExtUtils-MakeMaker"
42 -
43 -SRC_TEST="do"