From 326e9bb8028cf94b379cf9e616da562171c9e8f3 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 11 Jul 2013 08:51:36 -0700 Subject: [PATCH] fix(app-editors/qemacs): Fix malformed patch. This patch uses relative paths that are rejected by newer and stricter eclass versions. Pulled from current portage but I'm purposefully *not* updating the ebuild as the latest texi2html which in turn pulls in a lot of new perl dependencies and we don't even care about texi2html or the html docs it is used to produce in the first place so bleh. --- .../files/qemacs-0.3.2_pre20070226-tty_utf8.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch b/sdk_container/src/third_party/coreos-overlay/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch index 31a890cd12..1f51ada5c2 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch +++ b/sdk_container/src/third_party/coreos-overlay/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch @@ -1,10 +1,9 @@ -Gemeinsame Unterverzeichnisse: ../qemacs/fonts und ./fonts. -Gemeinsame Unterverzeichnisse: ../qemacs/libqhtml und ./libqhtml. -Gemeinsame Unterverzeichnisse: ../qemacs/plugin-example und ./plugin-example. -Gemeinsame Unterverzeichnisse: ../qemacs/tests und ./tests. -diff -u ../qemacs/tty.c ./tty.c ---- ../qemacs/tty.c 2007-02-08 00:27:33.000000000 +0100 -+++ ./tty.c 2007-02-26 15:07:41.000000000 +0100 +utf8 input in tty.c +http://lists.gnu.org/archive/html/qemacs-devel/2004-03/msg00000.html +http://bugs.gentoo.org/62829 + +--- qemacs-orig/tty.c 2007-02-08 00:27:33.000000000 +0100 ++++ qemacs/tty.c 2007-02-26 15:07:41.000000000 +0100 @@ -78,7 +78,6 @@ /* input handling */ enum InputState input_state;