Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview/files/2.0: gentoo.lang
Date: Mon, 10 Mar 2008 19:55:25
Message-Id: E1JYo5i-0005iw-Hr@stork.gentoo.org
1 dang 08/03/10 19:55:22
2
3 Modified: gentoo.lang
4 Log:
5 Bump to 2.2.0
6 * Misc bugfixes
7 * Updated translations
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.2 x11-libs/gtksourceview/files/2.0/gentoo.lang
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/files/2.0/gentoo.lang?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/files/2.0/gentoo.lang?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/files/2.0/gentoo.lang?r1=1.1&r2=1.2
16
17 Index: gentoo.lang
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/files/2.0/gentoo.lang,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gentoo.lang 24 Oct 2007 01:37:38 -0000 1.1
24 +++ gentoo.lang 10 Mar 2008 19:55:21 -0000 1.2
25 @@ -27,6 +27,7 @@
26 <style id="variable" _name="Portage variables" map-to="def:builtin" />
27 <style id="command" _name="Portage command" map-to="def:type" />
28 <style id="function" _name="Portage function" map-to="def:function" />
29 + <style id="string" _name="String" map-to="def:string" />
30 </styles>
31
32 <definitions>
33 @@ -38,7 +39,7 @@
34 <include>
35 <context ref="def:escape"/>
36 <context ref="def:line-continue"/>
37 - <context ref="sh:variable1"/>
38 + <context ref="sh:variable"/>
39 </include>
40 </context>
41
42 @@ -48,7 +49,7 @@
43 <include>
44 <context ref="def:escape"/>
45 <context ref="def:line-continue"/>
46 - <context ref="sh:variable1"/>
47 + <context ref="sh:variable"/>
48 </include>
49 </context>
50
51 @@ -99,10 +100,8 @@
52 </context>
53
54 <!-- gentoo is just a shell with the replacements -->
55 - <replace id="sh:string" ref="string" />
56 - <replace id="sh:string-2" ref="string-2" />
57 <replace id="sh:built-in-command" ref="built-in-command" />
58 - <replace id="sh:backtick-string" ref="subprogram-2" />
59 + <replace id="sh:backtick-subshell" ref="subprogram-2" />
60 <context id="gentoo">
61 <include>
62 <context ref="subprogram"/>
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list