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-Patch/
Date: Sat, 25 Sep 2021 18:34:50
Message-Id: 1632594868.35756d57811b776f2d755a8d5cdbd6f4a733543e.dilfridge@gentoo
1 commit: 35756d57811b776f2d755a8d5cdbd6f4a733543e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:30:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:34:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35756d57
7
8 dev-perl/Text-Patch: 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 ...atch-1.800.0-r1.ebuild => Text-Patch-1.800.0-r2.ebuild} | 14 ++++++--------
14 1 file changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
17 similarity index 63%
18 rename from dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
19 rename to dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
20 index fedb47d2380..2a3fdd0a622 100644
21 --- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
22 +++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2014 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=8
30
31 -MODULE_AUTHOR=CADE
32 -MODULE_VERSION=1.8
33 +DIST_AUTHOR=CADE
34 +DIST_VERSION=1.8
35 inherit perl-module
36
37 DESCRIPTION="Patches text with given patch"
38 @@ -12,11 +12,9 @@ DESCRIPTION="Patches text with given patch"
39 LICENSE="GPL-2"
40 SLOT="0"
41 KEYWORDS="amd64 ~hppa x86"
42 -IUSE=""
43
44 RDEPEND="
45 dev-perl/Text-Diff
46 "
47 -DEPEND="${RDEPEND}"
48 -
49 -SRC_TEST="do"
50 +BDEPEND="${RDEPEND}
51 +"