summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-27 20:31:11 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-27 21:00:55 +0200
commit6e2828020e68216f7f04d07dfee48fcf377e140a (patch)
tree7d3e0ff87dc2558a9b4b9f1933774cecaef00a86
parentsys-apps/baselayout: install sysctl.d and modprobe.d in /lib on linux (diff)
downloadgentoo-6e282802.tar.gz
gentoo-6e282802.tar.bz2
gentoo-6e282802.zip
dev-perl/Text-WrapI18N: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild (renamed from dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild)11
1 files changed, 4 insertions, 7 deletions
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
index 856cdba9852e..0fce69042914 100644
--- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r1.ebuild
+++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
@@ -1,19 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=KUBOTA
-MODULE_VERSION=0.06
+DIST_AUTHOR=KUBOTA
+DIST_VERSION=0.06
inherit perl-module
DESCRIPTION="Internationalized substitute of Text::Wrap"
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=""
RDEPEND="dev-perl/Text-CharWidth"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}"