diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-24 20:10:50 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-06-25 09:30:38 +0200 |
commit | c1e16c63ed685067d33b04dd48b9043dbc36daaf (patch) | |
tree | 1b409cc9ea3a5e108877ace28bd2381e1d0fa320 /www-client | |
parent | www-servers/uwsgi: remove unused patch/file (diff) | |
download | gentoo-c1e16c63ed685067d33b04dd48b9043dbc36daaf.tar.gz gentoo-c1e16c63ed685067d33b04dd48b9043dbc36daaf.tar.bz2 gentoo-c1e16c63ed685067d33b04dd48b9043dbc36daaf.zip |
www-client/elinks: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/16400
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/files/elinks-0.10.4.conf-syscharset.diff | 79 | ||||
-rw-r--r-- | www-client/elinks/files/elinks-0.12pre5-spidermonkey-callback.patch | 12 |
2 files changed, 0 insertions, 91 deletions
diff --git a/www-client/elinks/files/elinks-0.10.4.conf-syscharset.diff b/www-client/elinks/files/elinks-0.10.4.conf-syscharset.diff deleted file mode 100644 index 83accf4c2d95..000000000000 --- a/www-client/elinks/files/elinks-0.10.4.conf-syscharset.diff +++ /dev/null @@ -1,79 +0,0 @@ ---- a/elinks-0.10.4.conf 2005-04-08 15:29:49.000000000 -0700 -+++ b/elinks-0.10.4-syscharset.conf 2006-11-04 00:26:26.000000000 -0800 -@@ -12,8 +12,6 @@ - # obsolete config.saving_style. You shouldn't touch it. - set config.saving_style_w = 1 - -- ## terminal.linux.charset <codepage> -- set terminal.linux.charset = "us-ascii" - ## terminal.linux.transparency [0|1] - set terminal.linux.transparency = 1 - ## terminal.linux.colors [0|1] -@@ -29,8 +27,6 @@ - ## terminal.linux.type <num> - set terminal.linux.type = 2 - -- ## terminal.vt100.charset <codepage> -- set terminal.vt100.charset = "us-ascii" - ## terminal.vt100.transparency [0|1] - set terminal.vt100.transparency = 1 - ## terminal.vt100.colors [0|1] -@@ -46,8 +42,6 @@ - ## terminal.vt100.type <num> - set terminal.vt100.type = 1 - -- ## terminal.vt110.charset <codepage> -- set terminal.vt110.charset = "us-ascii" - ## terminal.vt110.transparency [0|1] - set terminal.vt110.transparency = 1 - ## terminal.vt110.colors [0|1] -@@ -63,8 +57,6 @@ - ## terminal.vt110.type <num> - set terminal.vt110.type = 1 - -- ## terminal.xterm.charset <codepage> -- set terminal.xterm.charset = "us-ascii" - ## terminal.xterm.transparency [0|1] - set terminal.xterm.transparency = 1 - ## terminal.xterm.colors [0|1] -@@ -80,8 +72,6 @@ - ## terminal.xterm.type <num> - set terminal.xterm.type = 1 - -- ## terminal.xterm-color.charset <codepage> -- set terminal.xterm-color.charset = "us-ascii" - ## terminal.xterm-color.transparency [0|1] - set terminal.xterm-color.transparency = 1 - ## terminal.xterm-color.colors [0|1] -@@ -96,8 +86,7 @@ - set terminal.xterm-color.m11_hack = 0 - ## terminal.xterm-color.type <num> - set terminal.xterm-color.type = 1 -- ## terminal.screen.charset <codepage> -- set terminal.screen.charset = "us-ascii" -+ - ## terminal.screen.transparency [0|1] - set terminal.screen.transparency = 1 - ## terminal.screen.colors [0|1] -@@ -270,10 +259,6 @@ - - - -- ## document.codepage.assume <codepage> -- # Default document codepage. -- set document.codepage.assume = "ISO-8859-1" -- - ## document.codepage.force_assumed [0|1] - # Ignore charset info sent by server. - set document.codepage.force_assumed = 0 -@@ -343,10 +328,6 @@ - - - -- ## document.dump.codepage <codepage> -- # Codepage used in dump output. -- set document.dump.codepage = "us-ascii" -- - ## document.dump.width <num> - # Width of screen in characters when dumping a HTML document. - set document.dump.width = 80 diff --git a/www-client/elinks/files/elinks-0.12pre5-spidermonkey-callback.patch b/www-client/elinks/files/elinks-0.12pre5-spidermonkey-callback.patch deleted file mode 100644 index b48ddaeecc47..000000000000 --- a/www-client/elinks/files/elinks-0.12pre5-spidermonkey-callback.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naurp elinks-0.12pre5-orig/src/ecmascript/spidermonkey.c elinks-0.12pre5/src/ecmascript/spidermonkey.c ---- elinks-0.12pre5-orig/src/ecmascript/spidermonkey.c 2011-06-12 01:03:02.427000686 +0200 -+++ elinks-0.12pre5/src/ecmascript/spidermonkey.c 2011-06-12 01:03:31.368000736 +0200 -@@ -130,7 +130,7 @@ setup_safeguard(struct ecmascript_interp - JSContext *ctx) - { - interpreter->exec_start = time(NULL); -- JS_SetBranchCallback(ctx, safeguard); -+ JS_SetOperationCallback(ctx, safeguard); - } - - |