Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/files/
Date: Fri, 20 Oct 2017 07:45:32
Message-Id: 1508485510.7826fd7cae3c25f4fd8311ae3c8fc8b235dfd822.monsieurp@gentoo
1 commit: 7826fd7cae3c25f4fd8311ae3c8fc8b235dfd822
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 10 13:38:43 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 20 07:45:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7826fd7c
7
8 sys-apps/less: remove unused patch.
9
10 sys-apps/less/files/code2color-0.2.patch | 26 --------------------------
11 1 file changed, 26 deletions(-)
12
13 diff --git a/sys-apps/less/files/code2color-0.2.patch b/sys-apps/less/files/code2color-0.2.patch
14 deleted file mode 100644
15 index f8a782504e6..00000000000
16 --- a/sys-apps/less/files/code2color-0.2.patch
17 +++ /dev/null
18 @@ -1,26 +0,0 @@
19 ---- code2color
20 -+++ code2color
21 -@@ -163,11 +163,11 @@
22 - # building up the database
23 - # newer entries overwrite old ones
24 - my @CONFIG_FILES;
25 -- push @CONFIG_FILES, "/etc/code2html.config";
26 -+ push @CONFIG_FILES, "/etc/code2color";
27 - push @CONFIG_FILES,
28 -- $ENV{'HOME'}."/.code2html.config" if $ENV{'HOME'};
29 -+ $ENV{'HOME'}."/.code2color" if $ENV{'HOME'};
30 - push @CONFIG_FILES,
31 -- split(/:/,$ENV{'CODE2HTML_CONFIG'}) if $ENV{'CODE2HTML_CONFIG'};
32 -+ split(/:/,$ENV{'CODE2COLOR_CONFIG'}) if $ENV{'CODE2COLOR_CONFIG'};
33 - push @CONFIG_FILES,
34 - split(/:/,$params{'langfile'}) if $params{'langfile'};
35 -
36 -@@ -3192,7 +3192,7 @@
37 - #
38 -
39 - $LANGUAGE{'shellscript'} = {
40 -- 'filename' => '\\.(sh|shell)$',
41 -+ 'filename' => '\\.(ebuild|eclass|sh|shell)$',
42 - 'regex' => '^\\s*#\\s*![^\\s]*(sh|bash|ash|zsh|ksh)',
43 - 'patterns' => [ {
44 - 'name' => 'comment',