Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
Date: Wed, 29 Jun 2022 14:30:00
Message-Id: 1656512986.7b43a03b28069116017a28aca18529c2657de2b3.sam@gentoo
1 commit: 7b43a03b28069116017a28aca18529c2657de2b3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 13:08:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 14:29:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b43a03b
7
8 dev-perl/Crypt-Random: update EAPI 6 -> 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../Crypt-Random/Crypt-Random-1.520.0-r1.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
16 new file mode 100644
17 index 000000000000..365ef5d83940
18 --- /dev/null
19 +++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0-r1.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DIST_AUTHOR=VIPUL
27 +DIST_VERSION=1.52
28 +inherit perl-module
29 +
30 +DESCRIPTION="Cryptographically Secure, True Random Number Generator"
31 +
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + >=dev-perl/Math-Pari-2.1.804
38 + >=dev-perl/Class-Loader-2.0.0
39 +"
40 +BDEPEND="${RDEPEND}
41 + virtual/perl-ExtUtils-MakeMaker
42 +"