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 62DCB13946D for ; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D9A2E083B; Fri, 13 Aug 2021 01:05:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4C4BE0833 for ; Fri, 13 Aug 2021 01:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06D4F342B41 for ; Fri, 13 Aug 2021 01:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A709E8C8 for ; Fri, 13 Aug 2021 01:05:34 +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: <1628816706.9e7209c5359c56e1aa540beabefa0b0623b9b152.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-CRC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild X-VCS-Directories: dev-perl/Digest-CRC/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e7209c5359c56e1aa540beabefa0b0623b9b152 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:34 +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: 7a33b8a8-d8eb-49f9-88e0-482381917a28 X-Archives-Hash: cee62fef17283b0dd47f3356f4b5fce5 commit: 9e7209c5359c56e1aa540beabefa0b0623b9b152 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:46:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:05:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7209c5 dev-perl/Digest-CRC: drop 0.220.0_p2 Signed-off-by: Sam James gentoo.org> dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild b/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild deleted file mode 100644 index 2c1336451e9..00000000000 --- a/dev-perl/Digest-CRC/Digest-CRC-0.220.0_p2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=OLIMAUL -# https://rt.cpan.org/Ticket/Display.html?id=120669 -DIST_VERSION=0.22.2 -inherit perl-module -S="${WORKDIR}/${PN}-0.22" - -DESCRIPTION="Generic CRC function" - -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"