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/Text-Diff/
Date: Thu, 23 Sep 2021 20:22:28
Message-Id: 1632428518.c386874bf28c9623a2c74de46999856e19997e91.dilfridge@gentoo
1 commit: c386874bf28c9623a2c74de46999856e19997e91
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:15:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:21:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c386874b
7
8 dev-perl/Text-Diff: 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 .../{Text-Diff-1.450.0.ebuild => Text-Diff-1.450.0-r1.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.450.0-r1.ebuild
17 similarity index 94%
18 rename from dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
19 rename to dev-perl/Text-Diff/Text-Diff-1.450.0-r1.ebuild
20 index 884ce5d9211..479ec54f47f 100644
21 --- a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
22 +++ b/dev-perl/Text-Diff/Text-Diff-1.450.0-r1.ebuild
23 @@ -1,7 +1,7 @@
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=NEILB
31 DIST_VERSION=1.45
32 @@ -11,13 +11,13 @@ DESCRIPTION="Perform diffs on files and record sets"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE=""
37
38 RDEPEND="
39 >=dev-perl/Algorithm-Diff-1.190.0
40 virtual/perl-Exporter
41 "
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 virtual/perl-ExtUtils-MakeMaker
45 "
46 +
47 PERL_RM_FILES=( "t/97_meta.t" "t/98_pod.t" "t/99_pmv.t" )