From 03bdbccf7d400eda3fc7ae75ee027275f413efae Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Tue, 30 Aug 2011 10:27:40 +0000 Subject: Change version scheme (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- dev-perl/Math-Random-ISAAC/ChangeLog | 8 ++++++- .../Math-Random-ISAAC-1.4.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0.ebuild (limited to 'dev-perl/Math-Random-ISAAC') 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 + +Math-Random-ISAAC-1.4.0.ebuild: + Change version scheme 27 Aug 2011; Pawel Hajdan jr 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" -- cgit v1.2.3-65-gdbad