diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-06 16:24:52 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-06 16:24:52 +0000 |
commit | c1f08455019b95e5f7c5b78982cd00d33495be33 (patch) | |
tree | 89c04d4c33b9a6d5f3562cb55c15d27ed42ae21b /dev-util/eric/files | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-c1f08455019b95e5f7c5b78982cd00d33495be33.tar.gz gentoo-2-c1f08455019b95e5f7c5b78982cd00d33495be33.tar.bz2 gentoo-2-c1f08455019b95e5f7c5b78982cd00d33495be33.zip |
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/eric/files')
-rw-r--r-- | dev-util/eric/files/4.2.3-no-interactive.patch | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index ad61594c5d62..000000000000 --- a/dev-util/eric/files/4.2.3-no-interactive.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- 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 - |