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/Math-Calc-Units/
Date: Wed, 30 Jun 2021 20:48:30
Message-Id: 1625086091.246c035138e472b81d03e42f8a1efa9f57620cf9.dilfridge@gentoo
1 commit: 246c035138e472b81d03e42f8a1efa9f57620cf9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 20:42:55 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 20:48:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246c0351
7
8 dev-perl/Math-Calc-Units: 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 ...-1.70.0-r1.ebuild => Math-Calc-Units-1.70.0-r2.ebuild} | 15 ++++++---------
14 1 file changed, 6 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
17 similarity index 53%
18 rename from dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild
19 rename to dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
20 index e4d3e5da3b5..57b2d0e149a 100644
21 --- a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild
22 +++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
23 @@ -1,19 +1,16 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=SFINK
32 -MODULE_VERSION=1.07
33 +DIST_AUTHOR=SFINK
34 +DIST_VERSION=1.07
35 inherit perl-module
36
37 DESCRIPTION="Human-readable unit-aware calculator"
38
39 SLOT="0"
40 KEYWORDS="amd64 ~hppa sparc x86"
41 -IUSE=""
42
43 -DEPEND="virtual/perl-Time-Local"
44 -RDEPEND="${DEPEND}"
45 -
46 -SRC_TEST=do
47 +RDEPEND="virtual/perl-Time-Local"
48 +BDEPEND="${RDEPEND}"