From c7c82202b786de01f5ac41b60e6aa8a8fb9ef10a Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 14 Dec 2015 09:58:00 +0000 Subject: dev-perl/Math-Random-MT: Version bump. Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement --- .../Math-Random-MT/Math-Random-MT-1.170.0.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild (limited to 'dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild') 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..ef03a6d0504e --- /dev/null +++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.170.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 -- cgit v1.2.3-65-gdbad