summaryrefslogtreecommitdiff
path: root/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild')
-rw-r--r--dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
deleted file mode 100644
index 9df10c50d549..000000000000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.80.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=FREW
-DIST_VERSION=0.080001
-inherit perl-module
-
-DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Moo-2.0.0
- >=dev-perl/Crypt-Random-Source-0.70
- >=dev-perl/Math-Random-ISAAC-1.1.0
- dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/List-MoreUtils
- virtual/perl-Test-Simple
- dev-perl/Test-SharedFork
- dev-perl/Test-Warn
- )
-"
-src_test() {
- perl_rm_files t/author-*.t t/release-*.t
- perl-module_src_test
-}