Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Primes/
Date: Thu, 02 Jul 2020 07:45:39
Message-Id: 1593675853.9216f393beccb2ca33500bb5c9001778e4f0ebad.kentnl@gentoo
1 commit: 9216f393beccb2ca33500bb5c9001778e4f0ebad
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 07:44:13 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 07:44:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9216f393
7
8 dev-perl/Crypt-Primes: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Improve dependency qualification
13 - Remove unused/empty variable assignments
14
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../Crypt-Primes/Crypt-Primes-0.500.0-r2.ebuild | 21 +++++++++++++++++++++
19 1 file changed, 21 insertions(+)
20
21 diff --git a/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r2.ebuild b/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r2.ebuild
22 new file mode 100644
23 index 00000000000..bdf8ad23f41
24 --- /dev/null
25 +++ b/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r2.ebuild
26 @@ -0,0 +1,21 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=VIPUL
33 +DIST_VERSION=0.50
34 +inherit perl-module
35 +
36 +DESCRIPTION="Provable Prime Number Generator suitable for Cryptographic Applications"
37 +
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
40 +
41 +RDEPEND="
42 + >=dev-perl/Math-Pari-2.1.804
43 + >=dev-perl/Crypt-Random-0.330.0
44 +"
45 +BDEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 +"