summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-04 20:23:38 +1300
committerKent Fredric <kentfredric@gmail.com>2016-03-05 21:31:16 +1300
commit4b9a71d3e64d15632cd68f3b9e4f34ebcf1105eb (patch)
treeacf01fa217d93de04c1640c5a7fc8ada7a6319e0 /dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild
parentdev-perl/Crypt-IDEA: Copy from crypt-idea (diff)
downloadgentoo-4b9a71d3e64d15632cd68f3b9e4f34ebcf1105eb.tar.gz
gentoo-4b9a71d3e64d15632cd68f3b9e4f34ebcf1105eb.tar.bz2
gentoo-4b9a71d3e64d15632cd68f3b9e4f34ebcf1105eb.zip
dev-perl/Crypt-Primes: Copy from crypt-primes
Part of large migration Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild')
-rw-r--r--dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild b/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild
new file mode 100644
index 000000000000..8b2a799c22f9
--- /dev/null
+++ b/dev-perl/Crypt-Primes/Crypt-Primes-0.500.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=VIPUL
+MODULE_VERSION=0.50
+inherit perl-module
+
+DESCRIPTION="Provable Prime Number Generator suitable for Cryptographic Applications"
+
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/math-pari
+ dev-perl/crypt-random"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"