summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-11-21 14:22:30 +0000
committerBen de Groot <yngwin@gentoo.org>2008-11-21 14:22:30 +0000
commit29356b5376c1d9070206d2124ce678f45b4053b5 (patch)
treee7e7e22fbbb91bf3229bacd1ffe10898b23b914b /dev-util/eric/files
parentVersion bump, with updated deps. Drop older hardmasked version. Drop x86-fbsd... (diff)
downloadhistorical-29356b5376c1d9070206d2124ce678f45b4053b5.tar.gz
historical-29356b5376c1d9070206d2124ce678f45b4053b5.tar.bz2
historical-29356b5376c1d9070206d2124ce678f45b4053b5.zip
Version bump, with added es and tr linguas. Patch needed to not let install be interactive, due to minor problem with pyxml.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-hh5 i686
Diffstat (limited to 'dev-util/eric/files')
-rw-r--r--dev-util/eric/files/4.2.3-no-interactive.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/eric/files/4.2.3-no-interactive.patch b/dev-util/eric/files/4.2.3-no-interactive.patch
new file mode 100644
index 000000000000..ad61594c5d62
--- /dev/null
+++ b/dev-util/eric/files/4.2.3-no-interactive.patch
@@ -0,0 +1,24 @@
+--- eric/install.py.orig 2008-11-21 14:32:48.000000000 +0100
++++ eric/install.py 2008-11-21 14:34:34.000000000 +0100
+@@ -662,9 +662,6 @@
+ (v[0], v[1], v[2])
+ print " with foreign characters. Please see 'README-PyXML.txt' for"
+ print " details."
+- res = raw_input(" Shall pyXML be patched now (y/n)? ")
+- if res in ["Y", "y"]:
+- patchPyXML()
+ except:
+ pass
+
+--- install.py.orig 2008-11-21 14:43:06.000000000 +0100
++++ install.py 2008-11-21 14:43:24.000000000 +0100
+@@ -665,9 +665,6 @@
+ (v[0], v[1], v[2])
+ print " with foreign characters. Please see 'README-PyXML.txt' for"
+ print " details."
+- res = raw_input(" Shall pyXML be patched now (y/n)? ")
+- if res in ["Y", "y"]:
+- patchPyXML()
+ except:
+ pass
+