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.2.1.ebuild
Date: Mon, 02 Feb 2009 04:24:10
Message-Id: E1LTqLw-00027Q-9t@stork.gentoo.org
1 darkside 09/02/02 04:24:08
2
3 Modified: ChangeLog iotop-0.2.1.ebuild
4 Log:
5 depend on python[ncurses], bug 241200
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 sys-process/iotop/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 31 Jan 2009 15:31:10 -0000 1.11
22 +++ ChangeLog 2 Feb 2009 04:24:08 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-process/iotop
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.11 2009/01/31 15:31:10 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.12 2009/02/02 04:24:08 darkside Exp $
28 +
29 + 02 Feb 2009; Jeremy Olexa <darkside@g.o> iotop-0.2.1.ebuild:
30 + depend on python[ncurses], bug 241200
31
32 31 Jan 2009; Jeremy Olexa <darkside@g.o> metadata.xml:
33 new metadata, I'll maintain this
34
35
36
37 1.6 sys-process/iotop/iotop-0.2.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild?r1=1.5&r2=1.6
42
43 Index: iotop-0.2.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- iotop-0.2.1.ebuild 31 Jan 2009 14:43:30 -0000 1.5
50 +++ iotop-0.2.1.ebuild 2 Feb 2009 04:24:08 -0000 1.6
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild,v 1.5 2009/01/31 14:43:30 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/iotop-0.2.1.ebuild,v 1.6 2009/02/02 04:24:08 darkside Exp $
56 +
57 +EAPI=2
58
59 inherit distutils linux-info
60
61 @@ -11,7 +13,7 @@
62 SLOT="0"
63 KEYWORDS="amd64 hppa ~sparc x86"
64 IUSE=""
65 -RDEPEND=">=dev-lang/python-2.5"
66 +RDEPEND=">=dev-lang/python-2.5[ncurses]"
67 DEPEND="${RDEPEND}"
68 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
69 DOCS="THANKS"