diff options
Diffstat (limited to 'sys-process/iotop')
-rw-r--r-- | sys-process/iotop/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.4.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 7f0ee559213e..2b71f4b6bbaf 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/iotop # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.37 2010/08/06 15:49:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.38 2010/09/13 15:05:01 arfrever Exp $ + + 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -iotop-0.4.ebuild: + Delete. 06 Aug 2010; Jeroen Roovers <jer@gentoo.org> iotop-0.4.1.ebuild: Stable for PPC (bug #330263). diff --git a/sys-process/iotop/iotop-0.4.ebuild b/sys-process/iotop/iotop-0.4.ebuild deleted file mode 100644 index bd016c1858c8..000000000000 --- a/sys-process/iotop/iotop-0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.7 2010/03/23 20:26:37 ranger Exp $ - -EAPI="2" -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="ncurses" -SUPPORT_PYTHON_ABIS="1" - -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="http://guichaz.free.fr/iotop//files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~sparc x86 ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT" -DOCS="NEWS README THANKS" - -src_install() { - distutils_src_install - doman iotop.1 -} |