commit: 5782a64bc5b5b0dbd5b2ec42b5f451db41dac069
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 23:29:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 23:44:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5782a64b
dev-perl/Number-Bytes-Human: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Human-0.110.0.ebuild => Number-Bytes-Human-0.110.0-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
similarity index 78%
rename from dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
rename to dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
index 24c00f3e62b..dd1b35f638d 100644
--- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
+++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=FERREIRA
DIST_VERSION=0.11
@@ -10,16 +10,15 @@ inherit perl-module
DESCRIPTION="Convert byte count to human readable format"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=( "t/90pod.t" "t/98pod-coverage.t" )