summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/iotop/iotop-0.2.1.ebuild')
-rw-r--r--sys-process/iotop/iotop-0.2.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-process/iotop/iotop-0.2.1.ebuild b/sys-process/iotop/iotop-0.2.1.ebuild
new file mode 100644
index 000000000000..fb4118df55a6
--- /dev/null
+++ b/sys-process/iotop/iotop-0.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild,v 1.1 2008/07/14 19:56:13 dberkholz Exp $
+
+inherit distutils linux-info
+
+DESCRIPTION="Iotop has a top-like UI used to show which process is using the I/O."
+HOMEPAGE="http://guichaz.free.fr/iotop/"
+SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+RDEPEND=">=dev-lang/python-2.5"
+DEPEND="${RDEPEND}"
+CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
+DOCS="THANKS"
+
+src_install() {
+ distutils_src_install
+ doman iotop.1
+}