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-r1.ebuild ChangeLog iotop-0.3.2.ebuild iotop-0.3.ebuild iotop-0.3.1.ebuild
Date: Fri, 30 Oct 2009 03:59:51
Message-Id: E1N3ieS-00055G-Lj@stork.gentoo.org
1 darkside 09/10/30 03:59:48
2
3 Modified: ChangeLog
4 Added: iotop-0.3.2-r1.ebuild
5 Removed: iotop-0.3.2.ebuild iotop-0.3.ebuild
6 iotop-0.3.1.ebuild
7 Log:
8 revbump. Remove bundled setuptools and add it as a dep, patch by Kent Fredric in bug 289875. Other small cleanup
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.18 sys-process/iotop/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.18&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?rev=1.18&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/ChangeLog?r1=1.17&r2=1.18
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v
21 retrieving revision 1.17
22 retrieving revision 1.18
23 diff -u -r1.17 -r1.18
24 --- ChangeLog 2 Oct 2009 15:23:49 -0000 1.17
25 +++ ChangeLog 30 Oct 2009 03:59:47 -0000 1.18
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sys-process/iotop
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.17 2009/10/02 15:23:49 darkside Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-process/iotop/ChangeLog,v 1.18 2009/10/30 03:59:47 darkside Exp $
31 +
32 +*iotop-0.3.2-r1 (30 Oct 2009)
33 +
34 + 30 Oct 2009; Jeremy Olexa <darkside@g.o> -iotop-0.3.ebuild,
35 + -iotop-0.3.1.ebuild, -iotop-0.3.2.ebuild, +iotop-0.3.2-r1.ebuild,
36 + +files/iotop-0.3.2-rm-bundled-setuptools.patch:
37 + revbump. Remove bundled setuptools and add it as a dep, patch by Kent
38 + Fredric in bug 289875. Other small cleanup
39
40 *iotop-0.3.2 (02 Oct 2009)
41
42
43
44
45 1.1 sys-process/iotop/iotop-0.3.2-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.3.2-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/iotop-0.3.2-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: iotop-0.3.2-r1.ebuild
51 ===================================================================
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.3.2-r1.ebuild,v 1.1 2009/10/30 03:59:47 darkside Exp $
55
56 EAPI=2
57
58 inherit distutils linux-info
59
60 DESCRIPTION="Iotop has a top-like UI used to show which process is using the I/O"
61 HOMEPAGE="http://guichaz.free.fr/iotop/"
62 SRC_URI="http://guichaz.free.fr/iotop//files/${P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-lang/python-2.5[ncurses]
70 dev-python/setuptools"
71 DEPEND="${RDEPEND}"
72
73 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASKSTATS"
74 DOCS="NEWS README THANKS"
75
76 src_prepare() {
77 distutils_src_prepare
78 epatch "${FILESDIR}/${P}-rm-bundled-setuptools.patch"
79 }
80
81 src_install() {
82 distutils_src_install
83 doman iotop.1
84 }