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-WrapI18N/
Date: Mon, 27 Sep 2021 19:01:39
Message-Id: 1632769255.6e2828020e68216f7f04d07dfee48fcf377e140a.dilfridge@gentoo
1 commit: 6e2828020e68216f7f04d07dfee48fcf377e140a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 18:31:11 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 19:00:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e282802
7
8 dev-perl/Text-WrapI18N: 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 ...apI18N-0.60.0-r1.ebuild => Text-WrapI18N-0.60.0-r2.ebuild} | 11 ++++-------
14 1 file changed, 4 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
17 similarity index 82%
18 rename from dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild
19 rename to dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
20 index 856cdba9852..0fce6904291 100644
21 --- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild
22 +++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
23 @@ -1,19 +1,16 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=KUBOTA
31 -MODULE_VERSION=0.06
32 +DIST_AUTHOR=KUBOTA
33 +DIST_VERSION=0.06
34 inherit perl-module
35
36 DESCRIPTION="Internationalized substitute of Text::Wrap"
37
38 SLOT="0"
39 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"
40 -IUSE=""
41
42 RDEPEND="dev-perl/Text-CharWidth"
43 -DEPEND="${RDEPEND}"
44 -
45 -SRC_TEST="do"
46 +BDEPEND="${RDEPEND}"