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-Wrapper/
Date: Mon, 27 Sep 2021 19:01:37
Message-Id: 1632769258.cc708f86795e9641e71355e6118a7b8988af1220.dilfridge@gentoo
1 commit: cc708f86795e9641e71355e6118a7b8988af1220
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 18:33:20 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 19:00:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc708f86
7
8 dev-perl/Text-Wrapper: 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-Wrapper-1.50.0.ebuild => Text-Wrapper-1.50.0-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0-r1.ebuild
17 similarity index 78%
18 rename from dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild
19 rename to dev-perl/Text-Wrapper/Text-Wrapper-1.50.0-r1.ebuild
20 index a0793367fc8..274ef216b44 100644
21 --- a/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0.ebuild
22 +++ b/dev-perl/Text-Wrapper/Text-Wrapper-1.50.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
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=CJM
32 DIST_VERSION=1.05
33 @@ -12,11 +12,10 @@ DESCRIPTION="Word wrap text by breaking long lines"
34
35 SLOT="0"
36 KEYWORDS="amd64 ~hppa ppc ppc64 x86"
37 -IUSE="test minimal"
38 -RESTRICT="!test? ( test )"
39 +IUSE="minimal"
40
41 RDEPEND="virtual/perl-Carp"
42 -DEPEND="${RDEPEND}
43 +BDEPEND="${RDEPEND}
44 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
45 test? (
46 !minimal? (