summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-07-14 19:56:13 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-07-14 19:56:13 +0000
commite08e45268862238fb5100b37d3ff73c653d5f58c (patch)
tree43d21810095873db2bd8813a707d9854236b3c04 /sys-process
parentStable on ppc wrt bug 231061 (diff)
downloadgentoo-2-e08e45268862238fb5100b37d3ff73c653d5f58c.tar.gz
gentoo-2-e08e45268862238fb5100b37d3ff73c653d5f58c.tar.bz2
gentoo-2-e08e45268862238fb5100b37d3ff73c653d5f58c.zip
UTF-8 fixes.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/iotop/ChangeLog7
-rw-r--r--sys-process/iotop/iotop-0.2.1.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog
index 00ab415789bb..f9fedc76d6b4 100644
--- a/sys-process/iotop/ChangeLog
+++ b/sys-process/iotop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/iotop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.4 2008/07/07 07:38:48 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.5 2008/07/14 19:56:13 dberkholz Exp $
+
+*iotop-0.2.1 (09 Jul 2008)
+
+ 09 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>; +iotop-0.2.1.ebuild:
+ UTF-8 fixes.
07 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>; iotop-0.2.ebuild:
(#229985, gregkh) Warn about kernel config instead of dying.
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
+}