From 90c88731bd036e5698b281fbc0a5f3aa4c9983ac Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Jun 2020 11:38:31 +0100 Subject: gentoo resync : 29.06.2020 --- .../files/elinks-0.10.4.conf-syscharset.diff | 79 ---------------------- .../elinks-0.12pre5-spidermonkey-callback.patch | 12 ---- 2 files changed, 91 deletions(-) delete mode 100644 www-client/elinks/files/elinks-0.10.4.conf-syscharset.diff delete mode 100644 www-client/elinks/files/elinks-0.12pre5-spidermonkey-callback.patch (limited to 'www-client/elinks/files') 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 -- 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 - set terminal.linux.type = 2 - -- ## terminal.vt100.charset -- 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 - set terminal.vt100.type = 1 - -- ## terminal.vt110.charset -- 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 - set terminal.vt110.type = 1 - -- ## terminal.xterm.charset -- 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 - set terminal.xterm.type = 1 - -- ## terminal.xterm-color.charset -- 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 - set terminal.xterm-color.type = 1 -- ## terminal.screen.charset -- 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 -- # 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 used in dump output. -- set document.dump.codepage = "us-ascii" -- - ## document.dump.width - # 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); - } - - -- cgit v1.2.3