Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1470 - gentoo-syntax
Date: Tue, 01 Dec 2009 13:22:24
Message-Id: E1NFSgO-000818-Li@stork.gentoo.org
1 Author: fauli
2 Date: 2009-12-01 13:22:20 +0000 (Tue, 01 Dec 2009)
3 New Revision: 1470
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 remove obsolete eclass mozconfig
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2009-12-01 13:20:34 UTC (rev 1469)
15 +++ gentoo-syntax/ChangeLog 2009-12-01 13:22:20 UTC (rev 1470)
16 @@ -1,9 +1,9 @@
17 2009-12-01 Christian Faulhammer <fauli@g.o>
18
19 * ebuild-mode-keywords.el (ebuild-mode-keywords-toolchain-funcs):
20 - add tc-getPKG_CONFIG and tc-has-tlsfunctions
21 - remove many obsolete eclasses: check-kernel, db4-fix, games-etmod,
22 - games-ut2k4mod, gnustep-funcs, gst-plugins, gtk-sharp-component
23 + add tc-getPKG_CONFIG and tc-has-tlsfunctions remove many obsolete
24 + eclasses: check-kernel, db4-fix, games-etmod, games-ut2k4mod,
25 + gnustep-funcs, gst-plugins, gtk-sharp-component, mozconfig
26
27 2009-11-09 Ulrich Mueller <ulm@g.o>
28
29
30 Modified: gentoo-syntax/ebuild-mode-keywords.el
31 ===================================================================
32 --- gentoo-syntax/ebuild-mode-keywords.el 2009-12-01 13:20:34 UTC (rev 1469)
33 +++ gentoo-syntax/ebuild-mode-keywords.el 2009-12-01 13:22:20 UTC (rev 1470)
34 @@ -195,11 +195,6 @@
35 "warn_mozilla_launcher_stub")
36 font-lock-type-face))
37
38 -(defvar ebuild-mode-keywords-mozconfig
39 - '(("mozconfig_init" "makemake" "mozconfig_annotate" "mozconfig_use_enable"
40 - "mozconfig_use_with" "mozconfig_use_extension" "mozconfig_final")
41 - font-lock-type-face))
42 -
43 (defvar ebuild-mode-keywords-mozconfig-2
44 '(("mozconfig_config")
45 font-lock-type-face))