diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-10-02 15:23:49 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-10-02 15:23:49 +0000 |
commit | a33c0775a40eb1a6a26434c5ffb0210c0ff74b13 (patch) | |
tree | 98cac0a476e95e8af845ebb79a1cbf527201ce0f /sys-process | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-a33c0775a40eb1a6a26434c5ffb0210c0ff74b13.tar.gz gentoo-2-a33c0775a40eb1a6a26434c5ffb0210c0ff74b13.tar.bz2 gentoo-2-a33c0775a40eb1a6a26434c5ffb0210c0ff74b13.zip |
Version bump, small fixes: http://guichaz.free.fr/iotop/NEWS
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.3.2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 4c0f1c6b9cb5..b28e04da120f 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.16 2009/09/24 13:56:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.17 2009/10/02 15:23:49 darkside Exp $ + +*iotop-0.3.2 (02 Oct 2009) + + 02 Oct 2009; Jeremy Olexa <darkside@gentoo.org> +iotop-0.3.2.ebuild: + Version bump, small fixes: http://guichaz.free.fr/iotop/NEWS 24 Sep 2009; Raúl Porcel <armin76@gentoo.org> iotop-0.3.1.ebuild: Add ~ia64 wrt #282973 diff --git a/sys-process/iotop/iotop-0.3.2.ebuild b/sys-process/iotop/iotop-0.3.2.ebuild new file mode 100644 index 000000000000..f9d282c22c31 --- /dev/null +++ b/sys-process/iotop/iotop-0.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.3.2.ebuild,v 1.1 2009/10/02 15:23:49 darkside Exp $ + +EAPI=2 + +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 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-lang/python-2.5[ncurses]" +DEPEND="${RDEPEND}" +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS" +DOCS="THANKS" + +src_install() { + distutils_src_install + doman iotop.1 +} |