summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:26:26 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:26:26 +0000
commit56ed0875660245ca7c3f5111ac22eb4768bb1d03 (patch)
tree01adb8ae6b593fb357f401087face7ab8d9ba700 /dev-perl/Math-Random-Secure
parentChange version scheme (diff)
downloadgentoo-2-56ed0875660245ca7c3f5111ac22eb4768bb1d03.tar.gz
gentoo-2-56ed0875660245ca7c3f5111ac22eb4768bb1d03.tar.bz2
gentoo-2-56ed0875660245ca7c3f5111ac22eb4768bb1d03.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-Secure')
-rw-r--r--dev-perl/Math-Random-Secure/ChangeLog8
-rw-r--r--dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-perl/Math-Random-Secure/ChangeLog b/dev-perl/Math-Random-Secure/ChangeLog
index 6e5ac0fe7155..1b5245256f4f 100644
--- a/dev-perl/Math-Random-Secure/ChangeLog
+++ b/dev-perl/Math-Random-Secure/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Math-Random-Secure
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.3 2011/08/27 20:12:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.4 2011/08/30 10:26:26 tove Exp $
+
+*Math-Random-Secure-0.60.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Math-Random-Secure-0.60.0.ebuild:
+ Change version scheme
27 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
Math-Random-Secure-0.60.ebuild:
diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild
new file mode 100644
index 000000000000..e9779d2374de
--- /dev/null
+++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild
@@ -0,0 +1,27 @@
+# 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-Secure/Math-Random-Secure-0.60.0.ebuild,v 1.1 2011/08/30 10:26:26 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MKANAT
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Any-Moose
+ >=dev-perl/Crypt-Random-Source-0.70
+ >=dev-perl/Math-Random-ISAAC-1.0.1
+ dev-perl/Math-Random-ISAAC-XS"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Warn
+ )"
+
+SRC_TEST="do"