Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: ebuild.syntax
Date: Sun, 02 Aug 2009 14:43:48
Message-Id: E1MXcHq-0001Di-2l@stork.gentoo.org
1 ssuominen 09/08/02 14:43:46
2
3 Modified: ebuild.syntax
4 Log:
5 Update ebuild syntax wrt #198019, thanks to Lars Wendler for patch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-misc/mc/files/ebuild.syntax
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/ebuild.syntax?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/ebuild.syntax?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/ebuild.syntax?r1=1.3&r2=1.4
14
15 Index: ebuild.syntax
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/mc/files/ebuild.syntax,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ebuild.syntax 27 Apr 2008 10:58:48 -0000 1.3
22 +++ ebuild.syntax 2 Aug 2009 14:43:46 -0000 1.4
23 @@ -1,71 +1,91 @@
24 context default
25 - keyword linestart HOMEPAGE brightcyan
26 + keyword linestart DEPEND brightcyan
27 keyword linestart DESCRIPTION brightcyan
28 - keyword linestart SRC_URI brightcyan
29 - keyword linestart LICENSE brightcyan
30 - keyword linestart SLOT brightcyan
31 - keyword linestart KEYWORDS brightcyan
32 + keyword linestart EAPI brightcyan
33 + keyword linestart HOMEPAGE brightcyan
34 keyword linestart IUSE brightcyan
35 - keyword linestart RESTRICT brightcyan
36 - keyword linestart DEPEND brightcyan
37 + keyword linestart KEYWORDS brightcyan
38 + keyword linestart LICENSE brightcyan
39 + keyword linestart PDEPEND brightcyan
40 + keyword linestart PROVIDE brightcyan
41 keyword linestart RDEPEND brightcyan
42 - keyword linestart EAPI brightcyan
43 + keyword linestart RESTRICT brightcyan
44 keyword linestart S brightcyan
45 + keyword linestart SLOT brightcyan
46 + keyword linestart SRC_URI brightcyan
47 + keyword linestart WANT_AUTOCONF brightcyan
48 + keyword linestart WANT_AUTOMAKE brightcyan
49
50 - keyword whole local yellow
51 - keyword whole use yellow
52 - keyword whole has_version yellow
53 + keyword whole _elibtoolize yellow
54 + keyword whole check_KV yellow
55 keyword whole best_version yellow
56 - keyword whole use_with yellow
57 - keyword whole use_enable yellow
58 - keyword whole keepdir yellow
59 - keyword whole econf yellow
60 - keyword whole einstall yellow
61 + keyword whole built_with_use yellow
62 keyword whole die yellow
63 - keyword whole einfo yellow
64 - keyword whole elog yellow
65 - keyword whole emake yellow
66 - keyword whole eerror yellow
67 - keyword whole epatch yellow
68 - keyword whole ebegin yellow
69 - keyword whole eend yellow
70 - keyword whole ewarn yellow
71 - keyword whole unpack yellow
72 -
73 keyword whole diropts yellow
74 keyword whole dobin yellow
75 keyword whole docinto yellow
76 + keyword whole doconfd yellow
77 keyword whole dodir yellow
78 keyword whole dodoc yellow
79 + keyword whole doenvd yellow
80 keyword whole doexe yellow
81 keyword whole dohard yellow
82 keyword whole dohtml yellow
83 + keyword whole doicon yellow
84 keyword whole doinfo yellow
85 + keyword whole doinitd yellow
86 keyword whole doins yellow
87 + keyword whole dolib yellow
88 keyword whole dolib.a yellow
89 keyword whole dolib.so yellow
90 - keyword whole dolib yellow
91 keyword whole doman yellow
92 + keyword whole domenu yellow
93 keyword whole dosbin yellow
94 + keyword whole dosed yellow
95 keyword whole dosym yellow
96 + keyword whole eautoconf yellow
97 + keyword whole eautoreconf yellow
98 + keyword whole eautomake yellow
99 + keyword whole ebegin yellow
100 + keyword whole econf yellow
101 + keyword whole eend yellow
102 + keyword whole eerror yellow
103 + keyword whole einfo yellow
104 + keyword whole einstall yellow
105 + keyword whole elibtoolize yellow
106 + keyword whole elog yellow
107 + keyword whole emake yellow
108 + keyword whole epatch yellow
109 + keyword whole ewarn yellow
110 keyword whole exeinto yellow
111 keyword whole exeopts yellow
112 keyword whole fowners yellow
113 keyword whole fperms yellow
114 + keyword whole has yellow
115 + keyword whole hasq yellow
116 + keyword whole has_version yellow
117 keyword whole insinto yellow
118 keyword whole insopts yellow
119 keyword whole into yellow
120 + keyword whole keepdir yellow
121 keyword whole libopts yellow
122 + keyword whole local yellow
123 keyword whole newbin yellow
124 + keyword whole newconfd yellow
125 keyword whole newdoc yellow
126 keyword whole newexe yellow
127 keyword whole newins yellow
128 keyword whole newman yellow
129 keyword whole newsbin yellow
130 + keyword whole newinitd yellow
131 keyword whole prepall yellow
132 keyword whole prepalldocs yellow
133 keyword whole prepallinfo yellow
134 keyword whole prepallman yellow
135 + keyword whole unpack yellow
136 + keyword whole use yellow
137 + keyword whole use_enable yellow
138 + keyword whole use_with yellow
139
140 keyword = yellow
141 keyword : yellow