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/File-Grep/
Date: Thu, 28 Oct 2021 20:01:23
Message-Id: 1635451258.d404b7981db397cff0b66119c55ee4260d97b6d6.dilfridge@gentoo
1 commit: d404b7981db397cff0b66119c55ee4260d97b6d6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 19:57:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 20:00:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d404b798
7
8 dev-perl/File-Grep: 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 .../{File-Grep-0.20.0-r2.ebuild => File-Grep-0.20.0-r3.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild b/dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
17 similarity index 81%
18 rename from dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
19 rename to dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
20 index fb69a4d97f4..b445cdc57c6 100644
21 --- a/dev-perl/File-Grep/File-Grep-0.20.0-r2.ebuild
22 +++ b/dev-perl/File-Grep/File-Grep-0.20.0-r3.ebuild
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2017 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=MNEYLON
32 DIST_VERSION=0.02
33
34 @@ -11,4 +12,3 @@ DESCRIPTION="Find matches to a pattern in a series of files and related function
35
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 -IUSE=""