diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-25 10:13:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-25 10:13:31 +0000 |
commit | 44fe876adc2cc9aeb3dbf3beb2b5060864690636 (patch) | |
tree | f6abb7c39f6370914987f4e3b041203fdc76f26e /dev-perl/Math-Random-Secure | |
parent | Stable on amd64 wrt bug #352603 (diff) | |
download | gentoo-2-44fe876adc2cc9aeb3dbf3beb2b5060864690636.tar.gz gentoo-2-44fe876adc2cc9aeb3dbf3beb2b5060864690636.tar.bz2 gentoo-2-44fe876adc2cc9aeb3dbf3beb2b5060864690636.zip |
Initial commit for bugzilla
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-Secure')
-rw-r--r-- | dev-perl/Math-Random-Secure/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Math-Random-Secure/metadata.xml | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Math-Random-Secure/ChangeLog b/dev-perl/Math-Random-Secure/ChangeLog new file mode 100644 index 000000000000..5bb60c1bfbab --- /dev/null +++ b/dev-perl/Math-Random-Secure/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2011/01/25 10:13:31 tove Exp $ + +*Math-Random-Secure-0.60 (25 Jan 2011) + + 25 Jan 2011; Torsten Veller <tove@gentoo.org> + +Math-Random-Secure-0.60.ebuild, +metadata.xml: + Initial commit for bugzilla + diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild new file mode 100644 index 000000000000..f4707362cd83 --- /dev/null +++ b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.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.ebuild,v 1.1 2011/01/25 10:13:31 tove Exp $ + +EAPI=3 + +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" diff --git a/dev-perl/Math-Random-Secure/metadata.xml b/dev-perl/Math-Random-Secure/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/Math-Random-Secure/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |