Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric/files: eric-4.5-no-interactive.patch
Date: Wed, 22 May 2013 08:10:03
Message-Id: 20130522081000.760B62171E@flycatcher.gentoo.org
1 kensington 13/05/22 08:10:00
2
3 Added: eric-4.5-no-interactive.patch
4 Log:
5 Use updated patch by Alejandro Dubrovsky <alito@××××××××××××.com> to solve bug #470656 (patch fails to apply).
6
7 (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.1 dev-util/eric/files/eric-4.5-no-interactive.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/files/eric-4.5-no-interactive.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/files/eric-4.5-no-interactive.patch?rev=1.1&content-type=text/plain
14
15 Index: eric-4.5-no-interactive.patch
16 ===================================================================
17 --- eric4-4.5.10/install.py
18 +++ eric4-4.5.10/install.py
19 @@ -1053,12 +1053,6 @@
20 (v[0], v[1], v[2])
21 print " with foreign characters. Please see 'README-PyXML.txt' for"
22 print " details."
23 - try:
24 - res = raw_input(" Shall pyXML be patched now (y/n)? ")
25 - if res in ["Y", "y"]:
26 - patchPyXML()
27 - except EOFError:
28 - pass
29 except ImportError:
30 pass