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/files: iotop-0.3.2-rm-bundled-setuptools.patch
Date: Fri, 30 Oct 2009 03:59:51
Message-Id: E1N3ieT-00055S-Bp@stork.gentoo.org
1 darkside 09/10/30 03:59:49
2
3 Added: iotop-0.3.2-rm-bundled-setuptools.patch
4 Log:
5 revbump. Remove bundled setuptools and add it as a dep, patch by Kent Fredric in bug 289875. Other small cleanup
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-process/iotop/files/iotop-0.3.2-rm-bundled-setuptools.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/files/iotop-0.3.2-rm-bundled-setuptools.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/iotop/files/iotop-0.3.2-rm-bundled-setuptools.patch?rev=1.1&content-type=text/plain
13
14 Index: iotop-0.3.2-rm-bundled-setuptools.patch
15 ===================================================================
16 diff -Naur iotop-0.3.2/setup.py iotop-0.3.2.new/setup.py
17 --- iotop-0.3.2/setup.py 2009-09-22 11:43:42.000000000 +0000
18 +++ iotop-0.3.2.new/setup.py 2009-10-20 14:28:59.158934815 +0000
19 @@ -2,7 +2,6 @@
20
21 import sys
22
23 -sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg')
24 from setuptools import setup, find_packages
25 from iotop.version import VERSION