From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79D34158094 for ; Sat, 2 Jul 2022 21:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B195CE0D1A; Sat, 2 Jul 2022 21:21:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99C99E0D1B for ; Sat, 2 Jul 2022 21:21:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCA8B341BDF for ; Sat, 2 Jul 2022 21:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DC91528 for ; Sat, 2 Jul 2022 21:21:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656796896.143b81cda7d7632a561990a95aef0c8e791a9ce9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Random/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild X-VCS-Directories: dev-perl/Crypt-Random/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 143b81cda7d7632a561990a95aef0c8e791a9ce9 X-VCS-Branch: master Date: Sat, 2 Jul 2022 21:21:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daaccb6a-5b4d-4a0c-95d1-50a5aa30c1f3 X-Archives-Hash: ae7af95dc10a4ea9880606254c475e7b commit: 143b81cda7d7632a561990a95aef0c8e791a9ce9 Author: Sam James gentoo org> AuthorDate: Sat Jul 2 21:20:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 2 21:21:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143b81cd dev-perl/Crypt-Random: drop 1.520.0 Bug: https://bugs.gentoo.org/855914 Signed-off-by: Sam James gentoo.org> dev-perl/Crypt-Random/Crypt-Random-1.520.0.ebuild | 22 ---------------------- 1 file changed, 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 -"