Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass
Date: Fri, 10 Oct 2008 13:44:18
Message-Id: E1KoIHw-00062w-U2@stork.gentoo.org
1 hawking 08/10/10 13:44:16
2
3 Modified: vim.eclass
4 Log:
5 Remove the tr which truncates utf8 man pages, bug 225039.
6
7 Revision Changes Path
8 1.173 eclass/vim.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.173&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.173&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?r1=1.172&r2=1.173
13
14 Index: vim.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
17 retrieving revision 1.172
18 retrieving revision 1.173
19 diff -u -r1.172 -r1.173
20 --- vim.eclass 26 Jul 2008 14:20:50 -0000 1.172
21 +++ vim.eclass 10 Oct 2008 13:44:16 -0000 1.173
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.172 2008/07/26 14:20:50 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.173 2008/10/10 13:44:16 hawking Exp $
27
28 # Authors:
29 # Ryan Phillips <rphillips@g.o>
30 @@ -302,8 +302,7 @@
31 && use vim-pager ; then
32 cat <<END > "${S}"/runtime/macros/manpager.sh
33 #!/bin/sh
34 -sed -e 's/\x1B\[[[:digit:]]\+m//g' | \\
35 -tr '\\267' '.' | col -b | \\
36 +sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b | \\
37 vim \\
38 -c 'let no_plugin_maps = 1' \\
39 -c 'set nolist nomod ft=man' \\