Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh/files: clusterssh-3.21-xrm-remove-class.patch clusterssh-3.21-disable-warning.patch digest-clusterssh-3.21
Date: Fri, 11 Jan 2008 01:25:09
Message-Id: E1JD8dZ-0000Ik-Jn@stork.gentoo.org
1 jsbronder 08/01/11 01:24:45
2
3 Added: clusterssh-3.21-xrm-remove-class.patch
4 clusterssh-3.21-disable-warning.patch
5 digest-clusterssh-3.21
6 Log:
7 Version bump (Bug 180892). Add small patches from by tmancill@××××××.org.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.1 x11-terms/clusterssh/files/clusterssh-3.21-xrm-remove-class.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/clusterssh-3.21-xrm-remove-class.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/clusterssh-3.21-xrm-remove-class.patch?rev=1.1&content-type=text/plain
15
16 Index: clusterssh-3.21-xrm-remove-class.patch
17 ===================================================================
18 ## 02_uxterm.dpatch by <tmancill@××××××.org>
19
20 diff -urN clusterssh-3.21/src/cssh.pl clusterssh-3.21-patched/src/cssh.pl
21 --- clusterssh-3.21/src/cssh.pl 2008-01-10 19:35:35.000000000 -0500
22 +++ clusterssh-3.21-patched/src/cssh.pl 2008-01-10 19:37:35.000000000 -0500
23 @@ -162,7 +162,7 @@
24 $config{terminal_args} = "";
25 $config{terminal_title_opt} = "-T";
26 $config{terminal_allow_send_events} =
27 - "-xrm 'XTerm.VT100.allowSendEvents:true'";
28 + "-xrm '*.VT100.allowSendEvents:true'";
29 $config{terminal_font} = "6x13";
30 $config{terminal_size} = "80x24";
31 $config{use_hotkeys} = "yes";
32 @@ -2196,7 +2196,7 @@
33
34 Option used with C<terminal> to set the title of the window
35
36 -=item terminal_allow_send_events = -xrm 'XTerm.VT100.allowSendEvents:true'
37 +=item terminal_allow_send_events = -xrm '*.VT100.allowSendEvents:true'
38
39 Option required by the terminal to allow XSendEvents to be received
40
41
42
43
44 1.1 x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/clusterssh-3.21-disable-warning.patch?rev=1.1&content-type=text/plain
48
49 Index: clusterssh-3.21-disable-warning.patch
50 ===================================================================
51 ## 05_font_override.dpatch by <tmancill@××××××.org>
52
53 diff -urN clusterssh-3.21/src/cssh.pl clusterssh-3.21-patched/src/cssh.pl
54 --- clusterssh-3.21/src/cssh.pl 2007-11-28 17:11:14.000000000 -0500
55 +++ clusterssh-3.21-patched/src/cssh.pl 2008-01-10 19:33:15.000000000 -0500
56 @@ -603,7 +603,7 @@
57 sub update_display_text($) {
58 my $char = shift;
59
60 -warn("config{show_history}=$config{show_history}");
61 +#warn("config{show_history}=$config{show_history}");
62
63 return if(!$config{show_history});
64
65
66
67
68 1.1 x11-terms/clusterssh/files/digest-clusterssh-3.21
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/digest-clusterssh-3.21?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/files/digest-clusterssh-3.21?rev=1.1&content-type=text/plain
72
73 Index: digest-clusterssh-3.21
74 ===================================================================
75 MD5 818ae23f9145c185a3f24301e8981981 clusterssh-3.21.tar.gz 90744
76 RMD160 fe8cd575c5154f3c95dbd2e0e35eb6959b1d8068 clusterssh-3.21.tar.gz 90744
77 SHA256 17746ed7a3e8854737a117e3f7b4ecc7c104ab1461f96da2828eb31702470288 clusterssh-3.21.tar.gz 90744
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list