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 28454138334 for ; Wed, 23 Oct 2019 03:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7972E09B8; Wed, 23 Oct 2019 03:31:04 +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 C97EDE09B8 for ; Wed, 23 Oct 2019 03:31:04 +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 5010E34C227 for ; Wed, 23 Oct 2019 03:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B02F896 for ; Wed, 23 Oct 2019 03:31:00 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1571801420.aaccc4b9073e32fb71e9a34c8fbc566cb30d839b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/pfm/pfm-2.12.3.ebuild X-VCS-Directories: app-misc/pfm/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: aaccc4b9073e32fb71e9a34c8fbc566cb30d839b X-VCS-Branch: master Date: Wed, 23 Oct 2019 03:31:00 +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: 83f522bf-b82d-45ef-82a5-2ddc02bfe7f1 X-Archives-Hash: e2b38d6e0dc07ae706992ba1e9eb851f commit: aaccc4b9073e32fb71e9a34c8fbc566cb30d839b Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Oct 23 03:30:20 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Oct 23 03:30:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaccc4b9 app-misc/pfm: Remove old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> app-misc/pfm/pfm-2.12.3.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/app-misc/pfm/pfm-2.12.3.ebuild b/app-misc/pfm/pfm-2.12.3.ebuild deleted file mode 100644 index 0d060d619cc..00000000000 --- a/app-misc/pfm/pfm-2.12.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit perl-app - -DESCRIPTION="A terminal-based file manager written in Perl" -HOMEPAGE="http://p-f-m.sourceforge.net/" -SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 s390 x86" - -RDEPEND=">=dev-lang/perl-5.8 - >=dev-perl/File-Stat-Bits-1.10.0 - >=dev-perl/HTML-Parser-3.59 - >=dev-perl/libwww-perl-5.827 - >=dev-perl/Term-ReadLine-Gnu-1.09 - >=dev-perl/Term-Screen-1.30.0 - >=dev-perl/Term-ScreenColor-1.130.0 - sys-libs/ncurses - sys-libs/readline - >=virtual/perl-File-Temp-0.22 - >=virtual/perl-Module-Load-0.16"