Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano/files: nano-2.3.1-gentoo-nanorc.patch
Date: Sat, 28 Sep 2013 11:13:58
Message-Id: 20130928111354.895C22004C@flycatcher.gentoo.org
1 vapier 13/09/28 11:13:54
2
3 Modified: nano-2.3.1-gentoo-nanorc.patch
4 Log:
5 Match more files in /etc/portage #485602 by Michael Rowell.
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 app-editors/nano/files/nano-2.3.1-gentoo-nanorc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/nano-2.3.1-gentoo-nanorc.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/nano-2.3.1-gentoo-nanorc.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/nano-2.3.1-gentoo-nanorc.patch?r1=1.1&r2=1.2
15
16 Index: nano-2.3.1-gentoo-nanorc.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/files/nano-2.3.1-gentoo-nanorc.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nano-2.3.1-gentoo-nanorc.patch 26 Aug 2012 03:24:37 -0000 1.1
23 +++ nano-2.3.1-gentoo-nanorc.patch 28 Sep 2013 11:13:54 -0000 1.2
24 @@ -1,4 +1,4 @@
25 -From b7e6bbe4ee980a5bb166bae8cd5603301cb6e22f Mon Sep 17 00:00:00 2001
26 +From 7051588fee7a20a69c67c8899b3e6c35ebf51fbf Mon Sep 17 00:00:00 2001
27 From: Mike Frysinger <vapier@g.o>
28 Date: Sat, 25 Aug 2012 23:03:22 -0400
29 Subject: [PATCH] gentoo syntax: update
30 @@ -9,11 +9,11 @@
31 Reported-by: Davide Pesavento <pesa@g.o>
32 Signed-off-by: Mike Frysinger <vapier@g.o>
33 ---
34 - doc/syntax/gentoo.nanorc | 44 ++++++++++++++++++++++++++------------------
35 - 1 file changed, 26 insertions(+), 18 deletions(-)
36 + doc/syntax/gentoo.nanorc | 46 +++++++++++++++++++++++++++-------------------
37 + 1 file changed, 27 insertions(+), 19 deletions(-)
38
39 diff --git a/doc/syntax/gentoo.nanorc b/doc/syntax/gentoo.nanorc
40 -index 2ad1597..55dd101 100644
41 +index 2ad1597..ad89fce 100644
42 --- a/doc/syntax/gentoo.nanorc
43 +++ b/doc/syntax/gentoo.nanorc
44 @@ -2,30 +2,38 @@
45 @@ -73,6 +73,15 @@
46 ## Highlight comments (doesnt work that well)
47 color yellow "(^|[[:space:]])#.*$"
48 ## Highlight strings (doesnt work that well)
49 +@@ -35,7 +43,7 @@ color ,green "[[:space:]]+$"
50 +
51 + ## Here is an example for Portage control files
52 + ##
53 +-syntax "/etc/portage" "\.(keywords|mask|unmask|use)(/.+)?$"
54 ++syntax "/etc/portage" "\.(accept_keywords|env|keywords|mask|unmask|use)(/.+)?$"
55 + ## Base text:
56 + color green "^.+$"
57 + ## Use flags:
58 --
59 -1.7.9.7
60 +1.8.3.2