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-WithError/
Date: Sun, 18 Jul 2021 23:44:45
Message-Id: 1626651859.9f5ea9f727e16397479ea56125e33e8978523e5b.dilfridge@gentoo
1 commit: 9f5ea9f727e16397479ea56125e33e8978523e5b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 23:37:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 23:44:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5ea9f7
7
8 dev-perl/Number-WithError: 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 ...thError-1.10.0.ebuild => Number-WithError-1.10.0-r1.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Number-WithError/Number-WithError-1.10.0.ebuild b/dev-perl/Number-WithError/Number-WithError-1.10.0-r1.ebuild
17 similarity index 84%
18 rename from dev-perl/Number-WithError/Number-WithError-1.10.0.ebuild
19 rename to dev-perl/Number-WithError/Number-WithError-1.10.0-r1.ebuild
20 index d25959995b5..cec229a6f19 100644
21 --- a/dev-perl/Number-WithError/Number-WithError-1.10.0.ebuild
22 +++ b/dev-perl/Number-WithError/Number-WithError-1.10.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 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=SMUELLER
32 DIST_VERSION=1.01
33 @@ -10,24 +10,24 @@ inherit perl-module
34 DESCRIPTION="Numbers with error propagation and scientific rounding"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 >=virtual/perl-Math-BigInt-1.400.0
42 >=dev-perl/Params-Util-0.100.0
43 >=dev-perl/prefork-1.0.0
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 >=virtual/perl-ExtUtils-MakeMaker-6.420.0
48 test? (
49 dev-perl/Test-LectroTest
50 >=virtual/perl-Test-Simple-0.470.0
51 )
52 "
53 +
54 PATCHES=(
55 "${FILESDIR}/${PN}-${DIST_VERSION}-no-dot-inc.patch"
56 )
57 +
58 PERL_RM_FILES=(
59 "t/00podcover.t"
60 "t/00pod.t"