summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2019-07-10 21:08:10 +1200
committerKent Fredric <kentnl@gentoo.org>2019-07-10 21:09:42 +1200
commitc8212cd39a277e27e96226ac4e4380fd30097ef7 (patch)
treed2246077ef2424c6d4424428dfcdd42b1b24354b /dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
parentapp-crypt/gnupg: New upstream version 2.2.17 (diff)
downloadgentoo-c8212cd39a277e27e96226ac4e4380fd30097ef7.tar.gz
gentoo-c8212cd39a277e27e96226ac4e4380fd30097ef7.tar.bz2
gentoo-c8212cd39a277e27e96226ac4e4380fd30097ef7.zip
dev-perl/Crypt-Random: Bump to version 1.520.0 re bug #625654
- Convert to EAPI6 - Enable parallel tests Upstream: - Add Uniform parameter to Crypt::Random::Generator constructor - Removed test for non-equality of 2 randomly generated ints - Removed /dev/random entropy-blocking test - Removed potentially unsafe include in makerandom Bug: https://bugs.gentoo.org/625654 Bug: https://rt.cpan.org/Ticket/Display.html?id=30423 Bug: https://rt.cpan.org/Ticket/Display.html?id=99880 Bug: https://rt.cpan.org/Ticket/Display.html?id=128062 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild')
-rw-r--r--dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
new file mode 100644
index 000000000000..ff21ac286243
--- /dev/null
+++ b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=VIPUL
+DIST_VERSION=1.52
+inherit perl-module
+
+DESCRIPTION="Cryptographically Secure, True Random Number Generator"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Math-Pari-2.1.804
+ >=dev-perl/Class-Loader-2.0.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"