diff options
author | Torsten Veller <tove@gentoo.org> | 2011-02-18 06:35:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-02-18 06:35:59 +0000 |
commit | c67db7ddef339e54dbb93a02303e27a820cc4617 (patch) | |
tree | dbbd36a73d02212b6197d3c8ff4d81f64a6445cb /dev-perl/Math-Random-ISAAC | |
parent | [bump] dev-perl/Math-Random-ISAAC-XS-1.4 (diff) | |
download | gentoo-2-c67db7ddef339e54dbb93a02303e27a820cc4617.tar.gz gentoo-2-c67db7ddef339e54dbb93a02303e27a820cc4617.tar.bz2 gentoo-2-c67db7ddef339e54dbb93a02303e27a820cc4617.zip |
[bump] dev-perl/Math-Random-ISAAC-1.4
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC')
-rw-r--r-- | dev-perl/Math-Random-ISAAC/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Math-Random-ISAAC/ChangeLog b/dev-perl/Math-Random-ISAAC/ChangeLog index 07be58a3e6e9..db2d089515ac 100644 --- a/dev-perl/Math-Random-ISAAC/ChangeLog +++ b/dev-perl/Math-Random-ISAAC/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Math-Random-ISAAC # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.3 2011/02/13 17:19:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.4 2011/02/18 06:35:59 tove Exp $ + +*Math-Random-ISAAC-1.4 (18 Feb 2011) + + 18 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-Random-ISAAC-1.4.ebuild: + Version bump *Math-Random-ISAAC-1.3 (25 Jan 2011) diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.ebuild new file mode 100644 index 000000000000..638c4882fb4d --- /dev/null +++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.ebuild,v 1.1 2011/02/18 06:35:59 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=JAWNSY +MODULE_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" +IUSE="test" + +PDEPEND="dev-perl/Math-Random-ISAAC-XS" +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-NoWarnings + )" + +SRC_TEST="do" |