summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-02 21:20:11 +0000
committerSam James <sam@gentoo.org>2022-07-02 21:21:36 +0000
commit143b81cda7d7632a561990a95aef0c8e791a9ce9 (patch)
treeaef0c3198c7f8116cda31040a7d7a4c97fc2d8c2 /dev-perl/Crypt-Random
parentdev-perl/HTML-Mason: drop 1.590.0 (diff)
downloadgentoo-143b81cda7d7632a561990a95aef0c8e791a9ce9.tar.gz
gentoo-143b81cda7d7632a561990a95aef0c8e791a9ce9.tar.bz2
gentoo-143b81cda7d7632a561990a95aef0c8e791a9ce9.zip
dev-perl/Crypt-Random: drop 1.520.0
Bug: https://bugs.gentoo.org/855914 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Crypt-Random')
-rw-r--r--dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
deleted file mode 100644
index 53e9731293d3..000000000000
--- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=VIPUL
-DIST_VERSION=1.52
-inherit perl-module
-
-DESCRIPTION="Cryptographically Secure, True Random Number Generator"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/Math-Pari-2.1.804
- >=dev-perl/Class-Loader-2.0.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"