diff options
author | Torsten Veller <tove@gentoo.org> | 2012-08-06 11:35:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-08-06 11:35:36 +0000 |
commit | 865de5fa50f38c8e14f4eb57557d4d2c6dae2d91 (patch) | |
tree | 6a91db38bcb8df566f86746cfe3ede4a83f2842d /dev-perl/Math-Random-MT | |
parent | Fix inherit placement, thanks to Trinine. (diff) | |
download | gentoo-2-865de5fa50f38c8e14f4eb57557d4d2c6dae2d91.tar.gz gentoo-2-865de5fa50f38c8e14f4eb57557d4d2c6dae2d91.tar.bz2 gentoo-2-865de5fa50f38c8e14f4eb57557d4d2c6dae2d91.zip |
[bump] dev-perl/Math-Random-MT-1.160.0
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-MT')
-rw-r--r-- | dev-perl/Math-Random-MT/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Math-Random-MT/ChangeLog b/dev-perl/Math-Random-MT/ChangeLog index 6403701c567e..8d9a9095594c 100644 --- a/dev-perl/Math-Random-MT/ChangeLog +++ b/dev-perl/Math-Random-MT/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Random-MT # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.4 2012/06/24 12:58:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.5 2012/08/06 11:35:36 tove Exp $ + +*Math-Random-MT-1.160.0 (06 Aug 2012) + + 06 Aug 2012; Torsten Veller <tove@gentoo.org> +Math-Random-MT-1.160.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild b/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild new file mode 100644 index 000000000000..5addeb514811 --- /dev/null +++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild,v 1.1 2012/08/06 11:35:36 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FANGLY +MODULE_VERSION=1.16 +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 |