diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:27:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 10:27:40 +0000 |
commit | 03bdbccf7d400eda3fc7ae75ee027275f413efae (patch) | |
tree | 1aad24abfdcdaebced4e960ea4a0f4e8f6e5682c /dev-perl/Math-Random-ISAAC | |
parent | Change version scheme (diff) | |
download | gentoo-2-03bdbccf7d400eda3fc7ae75ee027275f413efae.tar.gz gentoo-2-03bdbccf7d400eda3fc7ae75ee027275f413efae.tar.bz2 gentoo-2-03bdbccf7d400eda3fc7ae75ee027275f413efae.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC')
-rw-r--r-- | dev-perl/Math-Random-ISAAC/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Math-Random-ISAAC/ChangeLog b/dev-perl/Math-Random-ISAAC/ChangeLog index eed73aa1cb02..d7a9e0912e0e 100644 --- a/dev-perl/Math-Random-ISAAC/ChangeLog +++ b/dev-perl/Math-Random-ISAAC/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2011/08/27 20:11:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.8 2011/08/30 10:27:40 tove Exp $ + +*Math-Random-ISAAC-1.4.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> + +Math-Random-ISAAC-1.4.0.ebuild: + Change version scheme 27 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> Math-Random-ISAAC-1.4.ebuild: diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild new file mode 100644 index 000000000000..30420093a9f2 --- /dev/null +++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.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.0.ebuild,v 1.1 2011/08/30 10:27:40 tove Exp $ + +EAPI=4 + +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" |