summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-11 13:19:07 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-11 13:19:07 +0000
commit30e529d4451ea8d00220f082ca9521309481e011 (patch)
tree4248143a2d971e26e0748ea182bfce939dfef65d /app-admin/pprocm/pprocm-1.0-r1.ebuild
parentFixed permissions for tests/ls/x-option. Stable for HPPA (bug #181624). (diff)
downloadgentoo-2-30e529d4451ea8d00220f082ca9521309481e011.tar.gz
gentoo-2-30e529d4451ea8d00220f082ca9521309481e011.tar.bz2
gentoo-2-30e529d4451ea8d00220f082ca9521309481e011.zip
Updated digest size, easier to bump rather than risk mirrors not picking up the change
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-admin/pprocm/pprocm-1.0-r1.ebuild')
-rw-r--r--app-admin/pprocm/pprocm-1.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/pprocm/pprocm-1.0-r1.ebuild b/app-admin/pprocm/pprocm-1.0-r1.ebuild
new file mode 100644
index 000000000000..bfb604b02d8c
--- /dev/null
+++ b/app-admin/pprocm/pprocm-1.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pprocm/pprocm-1.0-r1.ebuild,v 1.1 2007/06/11 13:19:07 mcummings Exp $
+
+MY_P="PProcM-"${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="PProcM is a Curses App which monitors the system\'s CPU/Disk/Network/Memory usage. Very small and lightweight"
+HOMEPAGE="http://www.fusedcreations.com/PProcM/"
+SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/POE
+ dev-perl/Sys-Statistics-Linux
+ dev-lang/perl"
+
+src_install() {
+ dobin PProcM || die "dobin failed"
+ dodoc AUTHORS README || die "dodoc failed"
+}