summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-14 07:50:35 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-14 07:50:35 +0000
commit9466417fa661f37f2d7c06796562036aab669a40 (patch)
tree64886a630a7d3189266d995d618e17aab7fb793d /dev-perl/Math-Random-ISAAC-XS
parentfixed bug #354355, removed old stuff (diff)
downloadgentoo-2-9466417fa661f37f2d7c06796562036aab669a40.tar.gz
gentoo-2-9466417fa661f37f2d7c06796562036aab669a40.tar.bz2
gentoo-2-9466417fa661f37f2d7c06796562036aab669a40.zip
Version bump
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC-XS')
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/ChangeLog8
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Math-Random-ISAAC-XS/ChangeLog b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
index a21193ff3ef1..4f8f0531fef4 100644
--- a/dev-perl/Math-Random-ISAAC-XS/ChangeLog
+++ b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Math-Random-ISAAC-XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.3 2011/02/13 17:18:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.4 2011/02/14 07:50:35 tove Exp $
+
+*Math-Random-ISAAC-XS-1.3 (14 Feb 2011)
+
+ 14 Feb 2011; Torsten Veller <tove@gentoo.org>
+ +Math-Random-ISAAC-XS-1.3.ebuild:
+ Version bump
*Math-Random-ISAAC-XS-1.1 (25 Jan 2011)
diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild
new file mode 100644
index 000000000000..1d63621fd04a
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.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-XS/Math-Random-ISAAC-XS-1.3.ebuild,v 1.1 2011/02/14 07:50:35 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=JAWNSY
+MODULE_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
+
+LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Math-Random-ISAAC"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ dev-perl/Test-NoWarnings
+ )"
+
+SRC_TEST="do"