Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/
Date: Sat, 02 Jul 2022 21:21:53
Message-Id: 1656796896.143b81cda7d7632a561990a95aef0c8e791a9ce9.sam@gentoo
1 commit: 143b81cda7d7632a561990a95aef0c8e791a9ce9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 21:20:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 21:21:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b81cd
7
8 dev-perl/Crypt-Random: drop 1.520.0
9
10 Bug: https://bugs.gentoo.org/855914
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
17 deleted file mode 100644
18 index 53e9731293d3..000000000000
19 --- a/dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=VIPUL
28 -DIST_VERSION=1.52
29 -inherit perl-module
30 -
31 -DESCRIPTION="Cryptographically Secure, True Random Number Generator"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=dev-perl/Math-Pari-2.1.804
39 - >=dev-perl/Class-Loader-2.0.0
40 -"
41 -DEPEND="${RDEPEND}
42 - virtual/perl-ExtUtils-MakeMaker
43 -"