commit: 9866017b219d8661c5b08340a7a041be66bed8f8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 23:52:29 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 00:04:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9866017b
app-admin/pprocm: EAPI 6 bump.
Package-Manager: portage-2.3.3
app-admin/pprocm/pprocm-1.0-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild
b/app-admin/pprocm/pprocm-1.0-r2.ebuild
new file mode 100644
index 0000000000..67b967db70
--- /dev/null
+++ b/app-admin/pprocm/pprocm-1.0-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="PProcM"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory
usage"
+HOMEPAGE="http://www.fusedcreations.com/PProcM/"
+SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-perl/POE
+ dev-perl/Sys-Statistics-Linux
+ dev-perl/IO-Pipely
+ dev-lang/perl"
+
+RDEPEND="
+ ${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS README )
+
+src_install() {
+ newbin "${MY_PN}" "${PN}"
+ einstalldocs
+}