From deaff7db463e864dc59bd732ec11d3edbcb4a4a6 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 23 Sep 2021 22:06:05 +0200 Subject: dev-perl/Text-CharWidth: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild | 16 ---------------- dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild | 13 +++++++++++++ 2 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild create mode 100644 dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild deleted file mode 100644 index 8a7221d3eb72..000000000000 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=KUBOTA -MODULE_VERSION=0.04 -inherit perl-module - -DESCRIPTION="Get number of occupied columns of a string on terminal" - -SLOT="0" -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" -IUSE="" - -SRC_TEST="do" diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild new file mode 100644 index 000000000000..33b967936ed9 --- /dev/null +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=KUBOTA +DIST_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Get number of occupied columns of a string on terminal" + +SLOT="0" +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" -- cgit v1.2.3-65-gdbad