Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/files/
Date: Wed, 31 Oct 2018 08:06:22
Message-Id: 1540973170.26a5b316bf32ff5c636c2ed381d717d3d09ebc41.polynomial-c@gentoo
1 commit: 26a5b316bf32ff5c636c2ed381d717d3d09ebc41
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 30 12:55:32 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 08:06:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a5b316
7
8 sys-apps/less: remove obsolete file
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/less/files/README.Gentoo | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/sys-apps/less/files/README.Gentoo b/sys-apps/less/files/README.Gentoo
17 deleted file mode 100644
18 index dca832808f1..00000000000
19 --- a/sys-apps/less/files/README.Gentoo
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -This version of less comes with some Gentoo enhancements:
23 - - default lesspipe.sh script to "view" files
24 - - colorization support
25 -
26 -To see what file types are supported, just read the /usr/bin/lesspipe.sh
27 -script (it's just a plain text bash script).
28 -
29 -Colorization support is disabled by default. To enable it, export the
30 -LESSCOLOR variable to "yes":
31 - $ export LESSCOLOR=yes
32 -
33 -We also provide a colorization script, 'code2color', that is used by
34 -default. If you wish to use another script, simply export the LESSCOLORIZER
35 -variable to name of the script:
36 - $ export LESSCOLORIZER=some-other-script
37 -
38 -If you want to use the code2color script and the default color schemes are
39 -not acceptable, you can develop your own schemes and save them in one of
40 -the following places:
41 - /etc/code2color
42 - ~/.code2color
43 - CODE2COLOR_CONFIG env var