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 6471A13835C for ; Mon, 19 Oct 2020 05:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B065E0986; Mon, 19 Oct 2020 05:22:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 72E20E0986 for ; Mon, 19 Oct 2020 05:22:41 +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 9E6D0341006 for ; Mon, 19 Oct 2020 05:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06EB83BA for ; Mon, 19 Oct 2020 05:22:38 +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: <1603084224.cb696c9cda6277f42ba07c870b529e4ccc323cc9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-SearchPath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild X-VCS-Directories: dev-perl/File-SearchPath/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cb696c9cda6277f42ba07c870b529e4ccc323cc9 X-VCS-Branch: master Date: Mon, 19 Oct 2020 05:22:38 +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: fb65babd-ac43-4f73-b9fe-c71dc4bdaf29 X-Archives-Hash: c71ae37c5d8159fcfb1036f7d8372df2 commit: cb696c9cda6277f42ba07c870b529e4ccc323cc9 Author: Kent Fredric gentoo org> AuthorDate: Mon Oct 19 05:10:24 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Oct 19 05:10:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb696c9c dev-perl/File-SearchPath: Cleanup old 0.70.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../File-SearchPath/File-SearchPath-0.70.0.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild b/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild deleted file mode 100644 index 74a5435dfa6..00000000000 --- a/dev-perl/File-SearchPath/File-SearchPath-0.70.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TJENNESS -DIST_VERSION=0.07 -inherit perl-module - -DESCRIPTION="Search for a file in an environment variable path" - -LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-perl/Module-Build"