diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-05-20 02:22:45 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-05-20 02:22:45 +0000 |
commit | ef874e2de11eb14e8eb50fa93a351c20a9b0d27a (patch) | |
tree | 99e845093f579af00056f6c1dd17d6845748e61f /sys-process | |
parent | New split ebuild, thanks a lot to Stefan Salewski (bug #266358). (diff) | |
download | gentoo-2-ef874e2de11eb14e8eb50fa93a351c20a9b0d27a.tar.gz gentoo-2-ef874e2de11eb14e8eb50fa93a351c20a9b0d27a.tar.bz2 gentoo-2-ef874e2de11eb14e8eb50fa93a351c20a9b0d27a.zip |
Version bump with misc features and bug fixes, bug 269924
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/iotop/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/iotop/iotop-0.3.ebuild (renamed from sys-process/iotop/iotop-0.2.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/sys-process/iotop/ChangeLog b/sys-process/iotop/ChangeLog index 615845477edd..e5b429fbdb9e 100644 --- a/sys-process/iotop/ChangeLog +++ b/sys-process/iotop/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2009/02/02 04:24:08 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.13 2009/05/20 02:22:45 darkside Exp $ + +*iotop-0.3 (20 May 2009) + + 20 May 2009; Jeremy Olexa <darkside@gentoo.org> -iotop-0.2.ebuild, + +iotop-0.3.ebuild: + Version bump with misc features and bug fixes, bug 269924 02 Feb 2009; Jeremy Olexa <darkside@gentoo.org> iotop-0.2.1.ebuild: depend on python[ncurses], bug 241200 diff --git a/sys-process/iotop/iotop-0.2.ebuild b/sys-process/iotop/iotop-0.3.ebuild index 291253fc6358..3b097832053f 100644 --- a/sys-process/iotop/iotop-0.2.ebuild +++ b/sys-process/iotop/iotop-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.2.ebuild,v 1.4 2008/07/07 07:38:48 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.3.ebuild,v 1.1 2009/05/20 02:22:45 darkside Exp $ + +EAPI=2 inherit distutils linux-info @@ -9,9 +11,9 @@ HOMEPAGE="http://guichaz.free.fr/iotop/" SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="" -RDEPEND=">=dev-lang/python-2.5" +RDEPEND=">=dev-lang/python-2.5[ncurses]" DEPEND="${RDEPEND}" CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS" DOCS="THANKS" |