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-CharWidth/
Date: Thu, 23 Sep 2021 20:22:28
Message-Id: 1632428506.deaff7db463e864dc59bd732ec11d3edbcb4a4a6.dilfridge@gentoo
1 commit: deaff7db463e864dc59bd732ec11d3edbcb4a4a6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:06:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:21:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaff7db
7
8 dev-perl/Text-CharWidth: 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 ...harWidth-0.40.0-r1.ebuild => Text-CharWidth-0.40.0-r2.ebuild} | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild
17 similarity index 84%
18 rename from dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild
19 rename to dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild
20 index 8a7221d3eb7..33b967936ed 100644
21 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild
22 +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild
23 @@ -1,16 +1,13 @@
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.04
32 +DIST_AUTHOR=KUBOTA
33 +DIST_VERSION=0.04
34 inherit perl-module
35
36 DESCRIPTION="Get number of occupied columns of a string on terminal"
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 -SRC_TEST="do"