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 8EDCE138334 for ; Thu, 17 Oct 2019 03:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793D5E084E; Thu, 17 Oct 2019 03:17:52 +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 641EEE084E for ; Thu, 17 Oct 2019 03:17:52 +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 6860D34BE75 for ; Thu, 17 Oct 2019 03:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC4E83E for ; Thu, 17 Oct 2019 03:17:48 +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: <1571282250.5916d7da2efe642a263a270e4deeef890f35d34f.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-r1.ebuild X-VCS-Directories: app-misc/pfm/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5916d7da2efe642a263a270e4deeef890f35d34f X-VCS-Branch: master Date: Thu, 17 Oct 2019 03:17:48 +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: 06d7e322-d6c8-4e30-acea-17fe2e93d926 X-Archives-Hash: 4f7528dc3f735ca20e2246663769a2b2 commit: 5916d7da2efe642a263a270e4deeef890f35d34f Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Oct 17 03:11:31 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Oct 17 03:17:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5916d7da app-misc/pfm: revbump: perl-module.eclass, EAPI=7, fix deps 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-r1.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/app-misc/pfm/pfm-2.12.3-r1.ebuild b/app-misc/pfm/pfm-2.12.3-r1.ebuild new file mode 100644 index 00000000000..c2ffd80efef --- /dev/null +++ b/app-misc/pfm/pfm-2.12.3-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit perl-module + +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" + +BDEPEND=" + >=dev-perl/File-Stat-Bits-0.190.0 + >=dev-perl/HTML-Parser-3.590.0 + >=dev-perl/libwww-perl-5.827.0 + >=dev-perl/Term-ReadLine-Gnu-1.160.0 + >=dev-perl/Term-Screen-1.30.0 + >=dev-perl/Term-ScreenColor-1.200.0 + >=virtual/perl-File-Temp-0.220.0 + >=virtual/perl-Module-Load-0.160.0 +" +RDEPEND=" + ${BDEPEND} +"