Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r59 - in trunk/gentoo-syntax: . doc
Date: Fri, 20 Feb 2009 15:54:35
Message-Id: E1LaXhx-0006IP-6V@stork.gentoo.org
1 Author: darkside
2 Date: 2009-02-20 15:54:32 +0000 (Fri, 20 Feb 2009)
3 New Revision: 59
4
5 Modified:
6 trunk/gentoo-syntax/Makefile
7 trunk/gentoo-syntax/doc/gentoo-syntax.txt
8 Log:
9 Use svn2cl in make dist now, so remove the changelog portion in doc/ because it is outdated anyway
10
11 Modified: trunk/gentoo-syntax/Makefile
12 ===================================================================
13 --- trunk/gentoo-syntax/Makefile 2009-01-24 22:00:03 UTC (rev 58)
14 +++ trunk/gentoo-syntax/Makefile 2009-02-20 15:54:32 UTC (rev 59)
15 @@ -82,6 +82,8 @@
16 dist:
17 mkdir "$(distpkg)"
18 $(MAKE) PREFIX="$(distpkg)" install
19 + svn2cl
20 + mv ChangeLog "$(distpkg)/"
21 cp README "$(distpkg)/"
22 tar jcf "$(distpkg).tar.bz2" "$(distpkg)"
23 rm -fr "$(distpkg)/"
24
25 Modified: trunk/gentoo-syntax/doc/gentoo-syntax.txt
26 ===================================================================
27 --- trunk/gentoo-syntax/doc/gentoo-syntax.txt 2009-01-24 22:00:03 UTC (rev 58)
28 +++ trunk/gentoo-syntax/doc/gentoo-syntax.txt 2009-02-20 15:54:32 UTC (rev 59)
29 @@ -38,8 +38,6 @@
30 New init.d Files |new-init.d|
31 New Metadata |new-metadata|
32
33 - 3. ChangeLog |gentoo-syntax-changelog|
34 -
35 ==============================================================================
36 2. Plugin Information *gentoo-syntax-overview*
37
38 @@ -270,384 +268,4 @@
39 Note: metadata.xml files may not be detected automatically. The
40 |:NewMetadata| command will still work in these situations.
41
42 -==============================================================================
43 -3. ChangeLog *gentoo-syntax-changelog*
44 -
45 - 20070514 pioto
46 - * Add VIM_PLUGIN_VIM_VERSION to the app-vim/ ebuild template.
47 - * Add g:loaded_* guard variables to plugin/* to prevent loading
48 - them more than once. This makes it easier to test them by adding
49 - them to your ~/.vim/ directory w/o having to remove the
50 - system-wide ones.
51 -
52 - 20070506 pioto
53 - * Eclasses don't need to specify ECLASS or INHERITED anymore. See
54 - Bug #175135.
55 - * Split off eselect-specific stuff into the eselect-syntax
56 - package, and portage configuration stuff into portage-syntax.
57 - * Don't use GNU-specific date --iso in the Makefile, and be sure
58 - that the version stamp is always from UTC.
59 - * Hilight usage of the `which` command as an error. People should
60 - use the bash builtin type -P instead. See Bug #176218.
61 - * Release new version.
62 -
63 - 20070212 pioto
64 - * Release new version.
65 -
66 - 20070212 pioto
67 - * Make gentoo-use-desc.vim accept USE flags as specified by PMS.
68 -
69 - 20070212 pioto
70 - * Make gentoo-use-desc.vim accept qualified package names
71 - according to the upcoming PMS standard (allow + in PN, for
72 - example).
73 -
74 - 20070212 pioto
75 - * Patch to hilight on USE_EXPAND variables in make.conf. See
76 - Bug #164588.
77 -
78 - 20070212 pioto
79 - * Patch to update java ebuild template to use the new generation 2
80 - java eclasses. See Bug #164953.
81 -
82 - 20070130 pioto
83 - * Patch to add hilighting for elog and the autotools.eclass. See
84 - Bug #164312.
85 -
86 - 20061106 pioto
87 - * Release new version.
88 -
89 - 20061105 pioto
90 - * Update GuideXML support. See Bug #145999
91 -
92 - 20061105 pioto
93 - * Make package.* files' syntax accept category names without a '-'
94 - in them. See Bug #122890
95 -
96 - 20061105 pioto
97 - * Apply patch from tupone to fix newmetadata (Formerly known as
98 - the 20051221-r1 release).
99 -
100 - 20051221 ciaranm (Release)
101 - * INSTALL_MASK in make.conf.
102 -
103 - 20051016 ciaranm
104 - * Fix package.use flags that start with a number.
105 -
106 - 20050622 rphillips
107 - * added g:ebuild_create_on_empty option to toggle new ebuild
108 - creation on/off. Fixes #96659
109 - * have newebuild.vim check to see if vimdiff is the program name
110 - and automatically disable new ebuild creation
111 -
112 - 20050618 ka0ttic (Release)
113 - * Updated eutils, multilib, flag-o-matic, webapp, games eclass
114 - functions.
115 - * Added pam, virtualx, gnome2 eclass functions.
116 - * Fixed MakeNewEselectModule() to a) not print the errant
117 - '@gentoo.org' and b) to only use the maintainer's email address,
118 - not all of ECHANGELOG_USER.
119 -
120 - 20050615 beu
121 - * s/eclectic/eselect/g
122 - * Use GentooGetUser() function for the local-part of MAINTAINER
123 - when creating a boiler-plate eselect module.
124 - * Use the 'Id' keyword instead of 'Header' in eselect module
125 - headers.
126 -
127 - 20050515 beu
128 - * Testing, testing .. Fix a 'few' typo's in syntax/eclectic.vim.
129 -
130 - 20050515 ciaranm (Release)
131 - * Better indenting for eclectic modules.
132 -
133 - 20050514 beu
134 - * Add dev-perl specific inherit of perl-module.
135 -
136 - 20050514 ciaranm
137 - * Highlighting in make.conf for ccache and distcc variables.
138 - Gentoo bug 92238 <http://bugs.gentoo.org/show_bug.cgi?id=92238>
139 -
140 - 20050511 beu
141 - * Add minimal support for eclectic-module filetype and syntax
142 - highlighting.
143 - * Add goodness to create boiler-plate eclectic modules on a new
144 - buffer ('*.eclectic').
145 - * add in support for SVN_DATE
146 -
147 - 20050510 ciaranm
148 - * ${PN}-${PV} in ebuilds is an error, should be ${P} (requested by
149 - seemant).
150 - * Better heading highlighting for GLEPs.
151 - * Much smarter cat/pkg detection.
152 -
153 - 20050415 beu
154 - * Add support for apache-module and depend.apache eclass functions.
155 - * Add a default setup for apache-module ebuilds (ebuilds in
156 - www-apache/mod_name).
157 -
158 - 20050326 ciaranm
159 - * Add PORTAGE_TMPFS to make.conf highlighting.
160 -
161 - 20050325 ciaranm
162 - * Add ALSA_CARDS to make.conf highlighting.
163 -
164 - 20050325 ciaranm (Release)
165 - * Make this lot work properly with vim 6.3 again. Oops.
166 -
167 - 20050323 ciaranm
168 - * Better category / package distinction in new metadata creation
169 - plugin.
170 -
171 - 20050318 ciaranm (Release)
172 - * USERLAND in make.conf is an error. Recognise EXTRA_ECONF.
173 -
174 - 20050317 ciaranm
175 - * catmetadata support
176 - * Add in sanity checking. Check version and &compatible. Thanks to
177 - Rob Henderson in Gentoo bug #85425
178 - <http://bugs.gentoo.org/show_bug.cgi?id=85425>.
179 -
180 - 20050316 ka0ttic
181 - * Updated cron eclass functions.
182 - * Added support for distutils and perl-module eclasses.
183 -
184 - 20050305 ciaranm
185 - * x86-64, x86_64 in CFLAGS are errors.
186 - * -mvis in CFLAGS is an error.
187 - * on amd64, -Os -fPIC -fpic -DPIC in CFLAGS are errors.
188 -
189 - 20050303 ciaranm
190 - * dev.g.o in SRC_URI is wrong.
191 -
192 - 20050226 ciaranm
193 - * Make USE flags with _ in the name work properly.
194 -
195 - 20050221 ka0ttic
196 - * Removed useless newconfd plugin.
197 - * Fixed missing endif in ftdetect/gentoo.vim that caused some XML
198 - ftdetect funkyness.
199 -
200 - 20050216 ka0ttic
201 - * Updated cron and eutils eclass functions.
202 -
203 - 20050211 ciaranm (Release)
204 -
205 - 20050210 ciaranm
206 - * Move arch guessing code into gentoo-common.vim. Cache the
207 - results, since portageq is very slow. Changed the logic so that
208 - it should (probably) generate the correct values on non-Linux
209 - systems.
210 - * Fix detection of thirdpartymirrors file
211 -
212 - 20050207 ciaranm
213 - * Added ASFLAGS and ARCH to the make.conf error list.
214 -
215 - 20050202 ka0ttic
216 - * Added missing runscript shebang to init.d plugin.
217 -
218 - 20050201 ka0ttic
219 - * Updated bash-completion eclass functions.
220 -
221 - 20050130 ciaranm (Release)
222 - * Rewrite Makefile.
223 - * Update docs.
224 - * Improved init.d syntax highlighting.
225 - * Add in EXPORT_FUNCTIONS eclass highlighting.
226 -
227 - 20050128 ciaranm
228 - * Restructure plugins. Add in a gentoo-common.vim to reduce
229 - code duplication, and switch to using put ='' to insert text.
230 - * Updated years.
231 -
232 - 20050128 ka0ttic
233 - * Updated webapp eclass functions.
234 - * Added init.d/conf.d creation plugin.
235 -
236 - 20050125 ciaranm
237 - * Update versionator eclass functions.
238 - * Update eutils eclass functions.
239 - * Update flag-o-matic eclass functions.
240 -
241 - 20050125 ka0ttic
242 - * Added subversion eclass support.
243 - * Added alternatives eclass support.
244 - * Added rpm eclass support.
245 - * Added python eclass support.
246 - * Added check-kernel eclass support.
247 -
248 - 20050123 ciaranm
249 - * Add LINGUAS, INPUT_DEVICES, VIDEO_CARDS to make.conf
250 - highlighting.
251 -
252 - 20050122 ka0ttic
253 - * Added toolchain-funcs eclass support.
254 - * Added games eclass support.
255 - * Added cron eclass support.
256 -
257 - 20050122 tmartin
258 - * Added 64-bit eclass support.
259 - * Added multilib eclass support.
260 -
261 - 20050122 ciaranm
262 - * Added fdo-mime eclass support.
263 -
264 - 20050105 ciaranm
265 - * Add sandbox functions (addwrite etc) to the highlight list.
266 -
267 - 20041227 ciaranm (Release)
268 - * Make the arch detecting code work again with the new
269 - make.defaults setup.
270 -
271 - 20041220 ciaranm
272 - * An empty value for SLOT is an error in ebuilds. A * inside
273 - KEYWORDS is an error unless it is a -*.
274 - * -Wno* in CFLAGS is evil.
275 - * Initial attempt at folding for GLEPs.
276 -
277 - 20041218 ciaranm
278 - * Added games-* ebuild creation rules (requested by Michael
279 - Sterrett, dev-python (Bryan Oestergaard), dev-java (Thomas
280 - Matthijs).
281 - * Added 'set paste' whilst creating content, thanks to Thomas
282 - Matthijs for the bug report.
283 - * Make metadata syntax matching use the contained option, so that
284 - recognised words are only highlighted in the correct places.
285 - * Added guidexml syntax, thanks to Sven Vermeulen and Xavier Neys
286 - for information.
287 -
288 - 20041216 ciaranm
289 - * Improved glep syntax handling
290 -
291 - 20041205 ciaranm
292 - * metadata.xml support: recognise metadata.xml, set filetype
293 - settings, fancy syntax highlighting based upon xml.vim, auto
294 - create metadata.xml content for new files based upon context.
295 -
296 - 20041202 ciaranm (Release)
297 - * Make newebuild also support eclass creation.
298 -
299 - 20041130 ciaranm
300 - * Fix menu handler. Thanks to Georgi Georgiev in Gentoo bug 72888
301 - <http://bugs.gentoo.org/show_bug.cgi?id=72888>.
302 -
303 - 20041127 ciaranm
304 - * Add in newebuild plugin which intelligently creates template
305 - content for new ebuilds based upon context.
306 -
307 - 20041127 ciaranm (Release)
308 - * BugSummary now provides :BugSummary and :BugDetails, with the
309 - <Leader>bug nmap mapped to :BugDetails.
310 - * Override sh.vim's handling of function names to include extra
311 - characters. Thanks to Thomas Kirchner in Gentoo bug 72469
312 - <http://bugs.gentoo.org/show_bug.cgi?id=72469>.
313 -
314 - 20041125 ciaranm
315 - * BugSummary plugin: massively faster parsing, recognise double
316 - quotes in bug text properly, display a menu thing allowing the
317 - user to open the bug in a browser / insert bug details, coloured
318 - display.
319 - * Use g: variables for settings
320 -
321 - 20041124 ciaranm
322 - * Add in bash-completion, vim-plugin, vim-doc eclasses.
323 - * Use "hi def link" rather than "hi link".
324 -
325 - 20041123 ciaranm
326 - * Recognise /etc/portage/mirrors as a mirrors file. Thanks to
327 - Georgi Georgiev in Gentoo bug 72228
328 - <http://bugs.gentoo.org/show_bug.cgi?id=72228>.
329 - * Syntax highlighting for use.desc, use.local.desc
330 - * Handle fancy characters in BugSummary better
331 -
332 - 20041122 ciaranm
333 - * Add in -s and -DNDEBUG to the bad CFLAGS list at solar's
334 - request.
335 - * :BugSummary, not :ShowBugSummary. Thanks to TGL in Gentoo bug
336 - 72001 <http://bugs.gentoo.org/show_bug.cgi?id=72001>.
337 - * LDFLAGS in make.conf is an error at vapier's request.
338 -
339 - 20041121 ciaranm (Release)
340 - * Handle * ~* in package.keywords
341 - * make.conf highlighting
342 - * Highlight stupid cat usage in ebuilds
343 - * Added bugsummary plugin -- either :BugSummary 12345 or move over
344 - a bug number and hit <Leader>bug in normal mode. Currently the
345 - code is rather messy and tied to Gentoo bugzilla.
346 -
347 - 20041114 ciaranm
348 - * Make ChangeLog highlighting less picky about entries where the
349 - developer hasn't quite got their ECHANGELOG_USER right (for
350 - example, if they just have an email address without the angle
351 - brackets). Thanks to Thomas Matthijs in Gentoo bug 71164
352 - <http://bugs.gentoo.org/show_bug.cgi?id=71164>.
353 - * Make ChangeLog highlighting recognise dates which don't have a
354 - leading zero.
355 - * Ebuilds shouldn't be touching EXTRA_ECONF, make this show up as
356 - an error.
357 -
358 - 20041113 ciaranm (Release)
359 - * As per GLEP 31, fileencoding should be utf-8 for ebuilds and
360 - ChangeLogs.
361 - * Highlight as errors functions declared as "foo () {" (extra
362 - space, should be "foo() {". Similarly, "foo(){" needs a space
363 - before the curly bracket, "foo() {". Requested by Michael
364 - Sterrett.
365 - * Added in some new keywords. Thanks to Tom Martin in Gentoo bug
366 - 71065 <http://bugs.gentoo.org/show_bug.cgi?id=71065>.
367 - * Added in quiet and verbose variants for 'has' and 'use'.
368 -
369 - 20041107 ciaranm
370 - * Highlight TODO and FIXME items in GLEPs.
371 -
372 - 20041016 ciaranm
373 - * config is now called pkg_config. Thanks to Tom Martin in Gentoo
374 - bug 67807 <http://bugs.gentoo.org/show_bug.cgi?id=67807>.
375 -
376 - 20041009 ciaranm (Release)
377 - * Highlight src_unpack and similar recognised function names
378 - differently in ebuilds. Requested by Thomas Matthijs.
379 -
380 - 20041004 ciaranm
381 - * Better 'bug 1234' highlighting
382 -
383 - 20040919 ciaranm
384 - * Error on non GLEP 23 compliant LICENSEs
385 - * cvs.eclass support
386 -
387 - 20040911 ciaranm (Release)
388 - * Added versionator.eclass
389 -
390 - 20040908 ciaranm
391 - * Inherit from sh.vim in ftplugin/ebuild.vim
392 -
393 - 20040906 ciaranm (Release)
394 - * Update for recent eutils additions
395 - * Indenting for ebuilds / eclasses
396 - * Updated error highlighting
397 -
398 - 20040902 ciaranm
399 - * init.d, env.d, cron.d, conf.d highlighting.
400 - * package.mask, package.unmask, package.keywords, package.use,
401 - thirdpartymirrors highlighting.
402 -
403 - 20040901 ciaranm (Release)
404 - * ChangeLog support.
405 - * Use rst for GLEPs.
406 - * Added webapp.eclass, webapp-apache.eclass and fixheadtails.eclass
407 - syntax.
408 -
409 - 20040826 ciaranm
410 - * HOMEPAGE containing $ expressions is an error.
411 -
412 - 20040826 ciaranm (Release)
413 - * Massive rework. Far better file layouts, keyword support,
414 - filetype settings. Added a help doc.
415 - * Highlighting for errors in ebuilds.
416 - * Added gcc and libtool eclass support.
417 -
418 - 20040820 ciaranm
419 - * First usable release
420 -
421 -==============================================================================
422 vim:tw=78:ts=8:ft=help