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/PatchReader/
Date: Sat, 24 Jul 2021 22:00:26
Message-Id: 1627163750.ae9874d01393c8e865f3373a03722f766b63e29e.dilfridge@gentoo
1 commit: ae9874d01393c8e865f3373a03722f766b63e29e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 21:55:50 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 21:55:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9874d0
7
8 dev-perl/PatchReader: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...der-0.9.6-r1.ebuild => PatchReader-0.9.6-r2.ebuild} | 18 +++++++++---------
14 1 file changed, 9 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
17 similarity index 60%
18 rename from dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild
19 rename to dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
20 index 55b6fe2c1e7..a72d21f0340 100644
21 --- a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild
22 +++ b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=TMANNERM
32 -MODULE_VERSION=0.9.6
33 +DIST_AUTHOR=TMANNERM
34 +DIST_VERSION=0.9.6
35 inherit perl-module
36
37 DESCRIPTION="Module for reading diff-compatible patch files"
38 @@ -12,9 +12,9 @@ DESCRIPTION="Module for reading diff-compatible patch files"
39 LICENSE="|| ( Artistic GPL-2 )"
40 SLOT="0"
41 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
42 -IUSE=""
43
44 -RDEPEND="virtual/perl-File-Temp"
45 -DEPEND="${RDEPEND}"
46 -
47 -SRC_TEST=do
48 +RDEPEND="
49 + virtual/perl-File-Temp
50 +"
51 +BDEPEND="${RDEPEND}
52 +"