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-Tail/
Date: Fri, 29 Oct 2021 19:52:23
Message-Id: 1635537102.c8e8d484c7cfe5f8063e0f2d947138e93ae8cc82.dilfridge@gentoo
1 commit: c8e8d484c7cfe5f8063e0f2d947138e93ae8cc82
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 18:58:59 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 19:51:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e8d484
7
8 dev-perl/File-Tail: 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-Tail-1.300.0.ebuild => File-Tail-1.300.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/File-Tail/File-Tail-1.300.0.ebuild b/dev-perl/File-Tail/File-Tail-1.300.0-r1.ebuild
17 similarity index 92%
18 rename from dev-perl/File-Tail/File-Tail-1.300.0.ebuild
19 rename to dev-perl/File-Tail/File-Tail-1.300.0-r1.ebuild
20 index afcddaf326a..3cc4dc878e5 100644
21 --- a/dev-perl/File-Tail/File-Tail-1.300.0.ebuild
22 +++ b/dev-perl/File-Tail/File-Tail-1.300.0-r1.ebuild
23 @@ -1,22 +1,20 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=MGRABNAR
31 DIST_VERSION=1.3
32 inherit perl-module
33
34 DESCRIPTION="Perl extension for reading from continously updated files"
35 -
36 SLOT="0"
37 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
38 -IUSE=""
39
40 RDEPEND="
41 >=virtual/perl-Time-HiRes-1.120.0
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 "