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 785141382C5 for ; Sat, 20 Jun 2020 04:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20426E0841; Sat, 20 Jun 2020 04:16:02 +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 E4547E0841 for ; Sat, 20 Jun 2020 04:16:01 +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 5228C34F44A for ; Sat, 20 Jun 2020 04:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6C7253 for ; Sat, 20 Jun 2020 04:15:58 +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: <1592626480.c413a7942555b78bd2dddddc61848b1b3f79e13c.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Algorithm-ClusterPoints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild X-VCS-Directories: dev-perl/Algorithm-ClusterPoints/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c413a7942555b78bd2dddddc61848b1b3f79e13c X-VCS-Branch: master Date: Sat, 20 Jun 2020 04:15:58 +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: 04b8a46f-0ec0-48a7-9a76-08ff0d944605 X-Archives-Hash: b76875f7f94af688d3288bea740bfabc commit: c413a7942555b78bd2dddddc61848b1b3f79e13c Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 20 03:27:54 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 20 04:14:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c413a794 dev-perl/Algorithm-ClusterPoints: Cleanup old EAPI5 revision Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Algorithm-ClusterPoints-0.80.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild b/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild deleted file mode 100644 index 313fe1f114f..00000000000 --- a/dev-perl/Algorithm-ClusterPoints/Algorithm-ClusterPoints-0.80.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -MODULE_AUTHOR=SALVA -MODULE_VERSION=0.08 -inherit perl-module - -DESCRIPTION='Find clusters inside a set of points' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" - -SRC_TEST="do"