summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-08-24 02:53:48 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-08-24 02:53:48 +0000
commite8b3c3044f923a5aa9cd9ffb428808ed56f31ac0 (patch)
tree8910de682c53d5746f4098662cfabfe21f1958ad /dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild
parentbumped current stable ebuild(s) EAPI to 5; committed directly to stable as no... (diff)
downloadhistorical-e8b3c3044f923a5aa9cd9ffb428808ed56f31ac0.tar.gz
historical-e8b3c3044f923a5aa9cd9ffb428808ed56f31ac0.tar.bz2
historical-e8b3c3044f923a5aa9cd9ffb428808ed56f31ac0.zip
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64 RepoMan-Options: --force Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild')
-rw-r--r--dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild27
1 files changed, 0 insertions, 27 deletions
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
deleted file mode 100644
index 08380946ced6..000000000000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.2 2011/09/03 21:04:32 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"