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/Crypt-URandom/
Date: Sat, 16 Oct 2021 17:17:54
Message-Id: 1634404637.93120c9542937afa53c102d66c89d4bdd32c02b3.dilfridge@gentoo
1 commit: 93120c9542937afa53c102d66c89d4bdd32c02b3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 17:05:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 17:17:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93120c95
7
8 dev-perl/Crypt-URandom: 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 ...andom-0.360.0.ebuild => Crypt-URandom-0.360.0-r1.ebuild} | 13 ++++---------
14 1 file changed, 4 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
17 similarity index 65%
18 rename from dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
19 rename to dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.ebuild
20 index 0e6eeaf165b..7e5ef6c8a11 100644
21 --- a/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0.ebuild
22 +++ b/dev-perl/Crypt-URandom/Crypt-URandom-0.360.0-r1.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=DDICK
32 DIST_VERSION=0.36
33 @@ -11,20 +11,15 @@ DESCRIPTION="Provide non blocking randomness"
34
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 virtual/perl-Carp
42 "
43 -DEPEND="${RDEPEND}
44 +BDEPEND="${RDEPEND}
45 virtual/perl-ExtUtils-MakeMaker
46 test? (
47 virtual/perl-Test-Simple
48 )
49 "
50
51 -src_test() {
52 - perl_rm_files t/pod.t
53 - perl-module_src_test
54 -}
55 +PERL_RM_FILES=( t/pod.t )