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/Number-Bytes-Human/
Date: Sun, 18 Jul 2021 23:44:46
Message-Id: 1626651846.5782a64bc5b5b0dbd5b2ec42b5f451db41dac069.dilfridge@gentoo
1 commit: 5782a64bc5b5b0dbd5b2ec42b5f451db41dac069
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 23:29:24 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 23:44:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5782a64b
7
8 dev-perl/Number-Bytes-Human: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...Human-0.110.0.ebuild => Number-Bytes-Human-0.110.0-r1.ebuild} | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 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
17 similarity index 78%
18 rename from dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
19 rename to dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
20 index 24c00f3e62b..dd1b35f638d 100644
21 --- a/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0.ebuild
22 +++ b/dev-perl/Number-Bytes-Human/Number-Bytes-Human-0.110.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=FERREIRA
32 DIST_VERSION=0.11
33 @@ -10,16 +10,15 @@ inherit perl-module
34 DESCRIPTION="Convert byte count to human readable format"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 virtual/perl-Carp
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 test? (
47 virtual/perl-Test-Simple
48 )
49 "
50 +
51 PERL_RM_FILES=( "t/90pod.t" "t/98pod-coverage.t" )