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-Cache/
Date: Sat, 09 Oct 2021 19:16:21
Message-Id: 1633806937.80a19b165f0103bf61681a613292e8834958b5d1.dilfridge@gentoo
1 commit: 80a19b165f0103bf61681a613292e8834958b5d1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 19:01:13 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 19:15:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a19b16
7
8 dev-perl/Cache-Cache: EAPI=8 bump. Re-enable tests.
9
10 Tests seem to work now, tried several times.
11
12 Closes: https://bugs.gentoo.org/625736
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
15
16 ...he-Cache-1.80.0.ebuild => Cache-Cache-1.80.0-r1.ebuild} | 14 ++++----------
17 1 file changed, 4 insertions(+), 10 deletions(-)
18
19 diff --git a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild b/dev-perl/Cache-Cache/Cache-Cache-1.80.0-r1.ebuild
20 similarity index 74%
21 rename from dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
22 rename to dev-perl/Cache-Cache/Cache-Cache-1.80.0-r1.ebuild
23 index 26664e90e82..cfce4832d6a 100644
24 --- a/dev-perl/Cache-Cache/Cache-Cache-1.80.0.ebuild
25 +++ b/dev-perl/Cache-Cache/Cache-Cache-1.80.0-r1.ebuild
26 @@ -1,7 +1,7 @@
27 -# Copyright 1999-2020 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 -EAPI=6
32 +EAPI=8
33
34 DIST_AUTHOR=RJBS
35 DIST_VERSION=1.08
36 @@ -11,7 +11,6 @@ DESCRIPTION="Generic cache interface and implementations"
37
38 SLOT="0"
39 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~x86-solaris"
40 -IUSE=""
41
42 RDEPEND="
43 >=dev-perl/Digest-SHA1-2.20.0
44 @@ -20,15 +19,10 @@ RDEPEND="
45 >=dev-perl/IPC-ShareLite-0.90.0
46 >=virtual/perl-Storable-1.14.0
47 "
48 -DEPEND="${RDEPEND}
49 +BDEPEND="${RDEPEND}
50 virtual/perl-ExtUtils-MakeMaker
51 "
52 +
53 # https://rt.cpan.org/Ticket/Display.html?id=92600
54 # Parallel testing causes failure
55 DIST_TEST="do"
56 -
57 -src_test() {
58 - # https://bugs.gentoo.org/625736
59 - perl_rm_files t/6_test_size_aware_memory_cache.t
60 - perl-module_src_test
61 -}