Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric/files: 4.2.3-no-interactive.patch
Date: Fri, 21 Nov 2008 14:22:33
Message-Id: E1L3Wty-00039i-P2@stork.gentoo.org
1 yngwin 08/11/21 14:22:30
2
3 Added: 4.2.3-no-interactive.patch
4 Log:
5 Version bump, with added es and tr linguas. Patch needed to not let install be interactive, due to minor problem with pyxml.
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.27-hh5 i686)
7
8 Revision Changes Path
9 1.1 dev-util/eric/files/4.2.3-no-interactive.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/files/4.2.3-no-interactive.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/files/4.2.3-no-interactive.patch?rev=1.1&content-type=text/plain
13
14 Index: 4.2.3-no-interactive.patch
15 ===================================================================
16 --- eric/install.py.orig 2008-11-21 14:32:48.000000000 +0100
17 +++ eric/install.py 2008-11-21 14:34:34.000000000 +0100
18 @@ -662,9 +662,6 @@
19 (v[0], v[1], v[2])
20 print " with foreign characters. Please see 'README-PyXML.txt' for"
21 print " details."
22 - res = raw_input(" Shall pyXML be patched now (y/n)? ")
23 - if res in ["Y", "y"]:
24 - patchPyXML()
25 except:
26 pass
27
28 --- install.py.orig 2008-11-21 14:43:06.000000000 +0100
29 +++ install.py 2008-11-21 14:43:24.000000000 +0100
30 @@ -665,9 +665,6 @@
31 (v[0], v[1], v[2])
32 print " with foreign characters. Please see 'README-PyXML.txt' for"
33 print " details."
34 - res = raw_input(" Shall pyXML be patched now (y/n)? ")
35 - if res in ["Y", "y"]:
36 - patchPyXML()
37 except:
38 pass