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/Cache/
Date: Sat, 09 Oct 2021 15:54:26
Message-Id: 1633794851.a8732e1c063417bebcb98ca8cf3b7cc959f4d31f.dilfridge@gentoo
1 commit: a8732e1c063417bebcb98ca8cf3b7cc959f4d31f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 15:53:24 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 15:54:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8732e1c
7
8 dev-perl/Cache: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Cache/{Cache-2.110.0.ebuild => Cache-2.110.0-r1.ebuild} | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Cache/Cache-2.110.0.ebuild b/dev-perl/Cache/Cache-2.110.0-r1.ebuild
17 similarity index 89%
18 rename from dev-perl/Cache/Cache-2.110.0.ebuild
19 rename to dev-perl/Cache/Cache-2.110.0-r1.ebuild
20 index 06c3dc82777..ceff07a6fbb 100644
21 --- a/dev-perl/Cache/Cache-2.110.0.ebuild
22 +++ b/dev-perl/Cache/Cache-2.110.0-r1.ebuild
23 @@ -1,7 +1,7 @@
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=6
29 +EAPI=8
30
31 DIST_AUTHOR=SHLOMIF
32 DIST_VERSION=2.11
33 @@ -10,7 +10,6 @@ inherit perl-module
34 DESCRIPTION="the Cache interface"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38
39 RDEPEND="
40 >=virtual/perl-DB_File-1.720.0
41 @@ -24,9 +23,10 @@ RDEPEND="
42 >=dev-perl/File-NFSLock-1.200.0
43 virtual/perl-Test-Simple
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 dev-perl/Module-Build
48 "
49 +
50 src_test() {
51 perl_rm_files t/pod.t t/style-trailing-space.t
52 perl-module_src_test