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/Time-TAI64/
Date: Wed, 29 Sep 2021 19:01:17
Message-Id: 1632942052.e28722cad6333d13f8ce7cf87ed42f12b27e4ac3.dilfridge@gentoo
1 commit: e28722cad6333d13f8ce7cf87ed42f12b27e4ac3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 18:57:46 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 19:00:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28722ca
7
8 dev-perl/Time-TAI64: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...{Time-TAI64-2.110.0-r2.ebuild => Time-TAI64-2.110.0-r3.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.ebuild
17 similarity index 78%
18 rename from dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
19 rename to dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.ebuild
20 index ee96c5b827d..4e235c9f4a4 100644
21 --- a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild
22 +++ b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r3.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=JOVAL
32 DIST_VERSION=2.11
33 @@ -11,11 +11,9 @@ DESCRIPTION="Time manipulation in the TAI64* formats"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND=""
41 -DEPEND="
42 +BDEPEND="
43 virtual/perl-ExtUtils-MakeMaker
44 test? (
45 virtual/perl-Test-Simple