summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Random-MT
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Math-Random-MT
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Math-Random-MT')
-rw-r--r--dev-perl/Math-Random-MT/Manifest3
-rw-r--r--dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild23
-rw-r--r--dev-perl/Math-Random-MT/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Math-Random-MT/Manifest b/dev-perl/Math-Random-MT/Manifest
new file mode 100644
index 000000000000..51146af2ae8a
--- /dev/null
+++ b/dev-perl/Math-Random-MT/Manifest
@@ -0,0 +1,3 @@
+DIST Math-Random-MT-1.17.tar.gz 11999 BLAKE2B c8bbc25a6fc0ea9db5a0ceb2e41d11663aa7fd6cdc4b44db9a12cb14eed672b332985d4d6308ab95e6eaa008ec3dc10844ec98b28e8814d4c3e04f66b762f31f SHA512 46150ae8d1b7a0e24a2d962bb34c4075d9370ab3fe1237a0b44e506f22699bf1674a8299d1c4b708b441d45a29ca1943d0beeb9759c5c832df288d490f1ac889
+EBUILD Math-Random-MT-1.170.0.ebuild 343 BLAKE2B a197893acc3e29644bd7b580e0005fa0212c67c5f1d8d0bd06fa8fbde5af94ebeefba2ee0618350ade5b41e3a895a35baa4722efa86a5e87e257c234fcaab112 SHA512 a0ddb7e21a49b2bdacbb3ad2052036d15900a5609130d3a32ded69a5b06318d99341ed2e94a1e3c791fad913fc3e1d8e3c9a2cd8d3bd0d3cff3a999a39295e2b
+MISC metadata.xml 401 BLAKE2B a6711c9bf5ed9e6d391379f7dbc01e6a21a1342058e4e1e113769417f561e6da5677072fcc023f209ab2553ecf507bdeb6c9f2bd0f5419111cd07caa7b1cec74 SHA512 3b74ab33d79aec4a9156d28d13256f998cb9fbe15f0e8902749317826962638895dec3b70211ca666e36369deb1099d0d33985054fc8c2bd6a79e95c6b70b167
diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
new file mode 100644
index 000000000000..d521068b4dc1
--- /dev/null
+++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=FANGLY
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="The Mersenne Twister PRNG"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Test-Number-Delta
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Math-Random-MT/metadata.xml b/dev-perl/Math-Random-MT/metadata.xml
new file mode 100644
index 000000000000..104f2fb0304d
--- /dev/null
+++ b/dev-perl/Math-Random-MT/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Math-Random-MT</remote-id>
+ <remote-id type="cpan-module">Math::Random::MT</remote-id>
+ </upstream>
+</pkgmetadata>