summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 22:40:38 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 22:43:44 +0200
commit1f9c608f193c071cfcb8ac1e597a93b57670ee5e (patch)
treebc9528fedf5382ee3e3e63b3edec2bbc4ec6453c /dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
parentdev-perl/Math-Random: EAPI=8 bump (diff)
downloadgentoo-1f9c608f193c071cfcb8ac1e597a93b57670ee5e.tar.gz
gentoo-1f9c608f193c071cfcb8ac1e597a93b57670ee5e.tar.bz2
gentoo-1f9c608f193c071cfcb8ac1e597a93b57670ee5e.zip
dev-perl/Math-Random-ISAAC: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild')
-rw-r--r--dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
new file mode 100644
index 000000000000..4e2c5b4f0c82
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
+inherit perl-module
+
+DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
+
+LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+PDEPEND="
+ dev-perl/Math-Random-ISAAC-XS
+"
+RDEPEND=""
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-NoWarnings
+ )"