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: ChangeLog iotop-0.4.ebuild
Date: Mon, 01 Mar 2010 22:17:28
Message-Id: E1NmDvW-0004wG-S3@stork.gentoo.org
1 darkside 10/03/01 22:17:22
2
3 Modified: ChangeLog iotop-0.4.ebuild
4 Log:
5 Add CONFIG_CHECK for TASK_DELAY_ACCT and remove CONFIG_CHECK for TASKSTATS because the other two being checked depend on it already
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 sys-process/iotop/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 15 Feb 2010 01:53:06 -0000 1.26
22 +++ ChangeLog 1 Mar 2010 22:17:22 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-process/iotop
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.26 2010/02/15 01:53:06 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.27 2010/03/01 22:17:22 darkside Exp $
28 +
29 + 01 Mar 2010; Jeremy Olexa <darkside@g.o> iotop-0.4.ebuild:
30 + Add CONFIG_CHECK for TASK_DELAY_ACCT and remove CONFIG_CHECK for TASKSTATS
31 + because the other two being checked depend on it already
32
33 15 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 iotop-0.4.ebuild:
35
36
37
38 1.3 sys-process/iotop/iotop-0.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild?r1=1.2&r2=1.3
43
44 Index: iotop-0.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- iotop-0.4.ebuild 15 Feb 2010 01:53:06 -0000 1.2
51 +++ iotop-0.4.ebuild 1 Mar 2010 22:17:22 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.2 2010/02/15 01:53:06 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.4.ebuild,v 1.3 2010/03/01 22:17:22 darkside Exp $
57
58 EAPI="2"
59 PYTHON_DEPEND="2:2.5"
60 @@ -22,7 +22,7 @@
61 RDEPEND=""
62 RESTRICT_PYTHON_ABIS="2.4 3.*"
63
64 -CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
65 +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT"
66 DOCS="NEWS README THANKS"
67
68 src_install() {