Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/iotop: iotop-0.3.2.ebuild ChangeLog
Date: Fri, 02 Oct 2009 15:23:54
Message-Id: E1Mtjz4-0007lS-8d@stork.gentoo.org
1 darkside 09/10/02 15:23:50
2
3 Modified: ChangeLog
4 Added: iotop-0.3.2.ebuild
5 Log:
6 Version bump, small fixes: http://guichaz.free.fr/iotop/NEWS
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 sys-process/iotop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 24 Sep 2009 13:56:48 -0000 1.16
23 +++ ChangeLog 2 Oct 2009 15:23:49 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-process/iotop
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.16 2009/09/24 13:56:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.17 2009/10/02 15:23:49 darkside Exp $
29 +
30 +*iotop-0.3.2 (02 Oct 2009)
31 +
32 + 02 Oct 2009; Jeremy Olexa <darkside@g.o> +iotop-0.3.2.ebuild:
33 + Version bump, small fixes: http://guichaz.free.fr/iotop/NEWS
34
35 24 Sep 2009; Raúl Porcel <armin76@g.o> iotop-0.3.1.ebuild:
36 Add ~ia64 wrt #282973
37
38
39
40 1.1 sys-process/iotop/iotop-0.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.3.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.3.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: iotop-0.3.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.3.2.ebuild,v 1.1 2009/10/02 15:23:49 darkside Exp $
50
51 EAPI=2
52
53 inherit distutils linux-info
54
55 DESCRIPTION="Iotop has a top-like UI used to show which process is using the I/O."
56 HOMEPAGE="http://guichaz.free.fr/iotop/"
57 SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
61 IUSE=""
62 RDEPEND=">=dev-lang/python-2.5[ncurses]"
63 DEPEND="${RDEPEND}"
64 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
65 DOCS="THANKS"
66
67 src_install() {
68 distutils_src_install
69 doman iotop.1
70 }