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/Test-MockTime-HiRes/
Date: Fri, 27 Aug 2021 22:35:34
Message-Id: 1630103709.532ce0cae5cd6e784549c206e2e3cd155ad75106.dilfridge@gentoo
1 commit: 532ce0cae5cd6e784549c206e2e3cd155ad75106
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 22:30:31 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 22:35:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532ce0ca
7
8 dev-perl/Test-MockTime-HiRes: 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 ...e-HiRes-0.80.0.ebuild => Test-MockTime-HiRes-0.80.0-r1.ebuild} | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0-r1.ebuild
17 similarity index 81%
18 rename from dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild
19 rename to dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0-r1.ebuild
20 index 9b0443a7e9d..6c646021701 100644
21 --- a/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.0.ebuild
22 +++ b/dev-perl/Test-MockTime-HiRes/Test-MockTime-HiRes-0.80.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=TARAO
32 DIST_VERSION=0.08
33 @@ -10,15 +10,13 @@ inherit perl-module
34 DESCRIPTION="Replace actual time with simulated high resolution time"
35 SLOT="0"
36 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 dev-perl/Test-MockTime
42 virtual/perl-Test-Simple
43 virtual/perl-Time-HiRes
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 >=dev-perl/Module-Build-Tiny-0.35.0
48 test? (
49 dev-perl/Test-Class