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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25066139368 for ; Fri, 13 Aug 2021 01:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C92E0824; Fri, 13 Aug 2021 01:05:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BF3FE0824 for ; Fri, 13 Aug 2021 01:05:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A68833BECE for ; Fri, 13 Aug 2021 01:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9277B2 for ; Fri, 13 Aug 2021 01:05:33 +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: <1628816692.5c1cac3f547eea0e24d947964bbc57e879b539e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-RIPEMD160/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild dev-perl/Crypt-RIPEMD160/Manifest X-VCS-Directories: dev-perl/Crypt-RIPEMD160/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c1cac3f547eea0e24d947964bbc57e879b539e6 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:33 +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: 0d28247c-1600-49da-9991-a5e0f2ea5971 X-Archives-Hash: e5f31618ac20c791cb57792805ea1ae0 commit: 5c1cac3f547eea0e24d947964bbc57e879b539e6 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:43:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:04:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1cac3f dev-perl/Crypt-RIPEMD160: drop 0.60.0, 0.60.0-r1 Signed-off-by: Sam James gentoo.org> .../Crypt-RIPEMD160-0.60.0-r1.ebuild | 27 ---------------------- .../Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild | 21 ----------------- dev-perl/Crypt-RIPEMD160/Manifest | 1 - 3 files changed, 49 deletions(-) diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild deleted file mode 100644 index 307278cfbc5..00000000000 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=TODDR -DIST_VERSION=0.06 -inherit perl-module - -DESCRIPTION="Perl extension for the RIPEMD-160 Hash function" - -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" - -src_compile() { - mymake=( - "OPTIMIZE=${CFLAGS}" - ) - perl-module_src_compile -} diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild deleted file mode 100644 index c78eb895e35..00000000000 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TODDR -DIST_VERSION=0.06 -inherit perl-module - -DESCRIPTION="Perl extension for the RIPEMD-160 Hash function" - -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -export OPTIMIZE="$CFLAGS" - -RDEPEND="" -DEPEND="virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple )" diff --git a/dev-perl/Crypt-RIPEMD160/Manifest b/dev-perl/Crypt-RIPEMD160/Manifest index cd919658da7..c5e5747793f 100644 --- a/dev-perl/Crypt-RIPEMD160/Manifest +++ b/dev-perl/Crypt-RIPEMD160/Manifest @@ -1,2 +1 @@ -DIST Crypt-RIPEMD160-0.06.tar.gz 58766 BLAKE2B 91d59a068be8a37243f21610a0ca490affcbe3d7b49081710e60bd46036ed68db38b7c1731172b6e8ef9c916b87e4c26099517c3a4dc2d3c1af9e65a8a14f075 SHA512 5c009f8e3a9e42d5fb172f74eb97ab9b7e2912b23d62556f999d6d4f244ff972f7925d357cc3dd5d1e9e708a8350f8f131f8875aae076927c6bfb506bafcc755 DIST Crypt-RIPEMD160-0.08.tar.gz 60041 BLAKE2B c237fc8ff1ddb88eaa6fb93be6efc7ba4a45366e113651aab9570e836ca514db82d8a1392143d5fb04370fb5a01b6b2cb5ae6762784566ce85eb326167a1d972 SHA512 435e0239c67aebdeaaa328c10bb6d12934b72c436e4eb21f177281ecd77204fdf300c0a7f38ee59bc1ca61b08cf632989ab513c4ee51c78415c722329ab9486c