summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-08-17 18:06:22 +1200
committerKent Fredric <kentnl@gentoo.org>2018-08-18 13:16:01 +1200
commitee0578bd8eac32937daadec960c723fec652ca0f (patch)
tree184e831a964ff073d08bd52bdb22546d6939bcac
parentdev-perl/Math-Prime-XS: Cleanup old version 0.260.0 (diff)
downloadgentoo-ee0578bd.tar.gz
gentoo-ee0578bd.tar.bz2
gentoo-ee0578bd.zip
dev-perl/Math-Random-Secure: Cleanup old version 0.60.0-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-perl/Math-Random-Secure/Manifest1
-rw-r--r--dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Math-Random-Secure/Manifest b/dev-perl/Math-Random-Secure/Manifest
index 6cc1f8e9c16c..b2504d63a260 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-Secure-0.06.tar.gz 13793 BLAKE2B b83d0f6e943d1d03fd68968d39a2464a42508e4a4fa54f7b9c924e4a5a549b1ecf5b7c9313582a4475e41380c6997db96211d6d2e639157e9677d9928e4ec740 SHA512 55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
DIST Math-Random-Secure-0.080001.tar.gz 17422 BLAKE2B b72130c400ffdaeb28c4b415c9c32fadd084931e44da8d3dc3ae087621086a19426c032b96aa59127a332bdc60609fde6de345fa5a9957264c6ee6814d73d1bb SHA512 2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce
diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
deleted file mode 100644
index feca8a0f86b7..000000000000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"