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 2C28F138359 for ; Sat, 3 Oct 2020 08:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D86E0998; Sat, 3 Oct 2020 08:57:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3DF97E0998 for ; Sat, 3 Oct 2020 08:57:26 +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 0D7E9340D55 for ; Sat, 3 Oct 2020 08:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDE238C for ; Sat, 3 Oct 2020 08:57:23 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1601715422.7f08aa410f858179cc8d6d0d404203f263b99ab1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/B-Utils/B-Utils-0.270.0.ebuild X-VCS-Directories: dev-perl/B-Utils/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7f08aa410f858179cc8d6d0d404203f263b99ab1 X-VCS-Branch: master Date: Sat, 3 Oct 2020 08:57:23 +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: e05143be-0fc8-429d-b481-315cf77c0b7e X-Archives-Hash: 02c5b435634343f54f66029140f37c07 commit: 7f08aa410f858179cc8d6d0d404203f263b99ab1 Author: Kent Fredric gentoo org> AuthorDate: Sat Oct 3 08:52:36 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Oct 3 08:57:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f08aa41 dev-perl/B-Utils: Cleanup old 0.270.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/B-Utils/B-Utils-0.270.0.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild b/dev-perl/B-Utils/B-Utils-0.270.0.ebuild deleted file mode 100644 index c48ba9d26f4..00000000000 --- a/dev-perl/B-Utils/B-Utils-0.270.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ETHER -MODULE_VERSION=0.27 -inherit perl-module - -DESCRIPTION="Helper functions for op tree manipulation" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -# needs Scalar::Util -RDEPEND=" - virtual/perl-Exporter - virtual/perl-Scalar-List-Utils - dev-perl/Task-Weaken -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - >=dev-perl/ExtUtils-Depends-0.301.0 - test? ( - virtual/perl-Test-Simple - ) -" - -SRC_TEST="do parallel"