commit:     5916d7da2efe642a263a270e4deeef890f35d34f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:11:31 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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}
+"

Reply via email to