summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-25 09:59:51 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-25 09:59:51 +0000
commita5ab1a9a8feb82ac73750dd62af3d1fdf92fd9ff (patch)
tree59849cfb5d51d7b8b3d226726adfb849a0537bfa /dev-perl/Math-Random-ISAAC-XS
parentsome trivial changes to the elog message (diff)
downloadhistorical-a5ab1a9a8feb82ac73750dd62af3d1fdf92fd9ff.tar.gz
historical-a5ab1a9a8feb82ac73750dd62af3d1fdf92fd9ff.tar.bz2
historical-a5ab1a9a8feb82ac73750dd62af3d1fdf92fd9ff.zip
Initial commit for Math-Random-Secure
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-Random-ISAAC-XS')
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/ChangeLog10
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild25
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/metadata.xml5
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Math-Random-ISAAC-XS/ChangeLog b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
new file mode 100644
index 000000000000..fc781efd9178
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2011/01/25 09:58:25 tove Exp $
+
+*Math-Random-ISAAC-XS-1.1 (25 Jan 2011)
+
+ 25 Jan 2011; Torsten Veller <tove@gentoo.org>
+ +Math-Random-ISAAC-XS-1.1.ebuild, +metadata.xml:
+ Initial commit for Math-Random-Secure
+
diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
new file mode 100644
index 000000000000..e36c8382d98d
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.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.1.ebuild,v 1.1 2011/01/25 09:58:25 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=FREQUENCY
+MODULE_VERSION=1.001
+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=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ dev-perl/Test-NoWarnings
+ )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Math-Random-ISAAC-XS/metadata.xml b/dev-perl/Math-Random-ISAAC-XS/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/dev-perl/Math-Random-ISAAC-XS/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>