Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1476 - gentoo-syntax
Date: Tue, 01 Dec 2009 17:57:42
Message-Id: E1NFWyo-000398-9Z@stork.gentoo.org
1 Author: ulm
2 Date: 2009-12-01 17:57:37 +0000 (Tue, 01 Dec 2009)
3 New Revision: 1476
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 Whitespace.
10
11 Modified: gentoo-syntax/ChangeLog
12 ===================================================================
13 --- gentoo-syntax/ChangeLog 2009-12-01 13:29:08 UTC (rev 1475)
14 +++ gentoo-syntax/ChangeLog 2009-12-01 17:57:37 UTC (rev 1476)
15 @@ -1,10 +1,10 @@
16 2009-12-01 Christian Faulhammer <fauli@g.o>
17
18 * ebuild-mode-keywords.el (ebuild-mode-keywords-toolchain-funcs):
19 - add tc-getPKG_CONFIG and tc-has-tlsfunctions remove many obsolete
20 - eclasses: check-kernel, db4-fix, games-etmod, games-ut2k4mod,
21 - gnustep-funcs, gst-plugins, gtk-sharp-component, mozconfig, x11,
22 - 64-bit, kernel-mod, php5-sapi-r3, php-ext
23 + add tc-getPKG_CONFIG and tc-has-tls functions. remove many
24 + obsolete eclasses: check-kernel, db4-fix, games-etmod,
25 + games-ut2k4mod, gnustep-funcs, gst-plugins, gtk-sharp-component,
26 + mozconfig, x11, 64-bit, kernel-mod, php5-sapi-r3, php-ext
27
28 2009-11-09 Ulrich Mueller <ulm@g.o>
29
30
31 Modified: gentoo-syntax/ebuild-mode-keywords.el
32 ===================================================================
33 --- gentoo-syntax/ebuild-mode-keywords.el 2009-12-01 13:29:08 UTC (rev 1475)
34 +++ gentoo-syntax/ebuild-mode-keywords.el 2009-12-01 17:57:37 UTC (rev 1476)
35 @@ -107,10 +107,11 @@
36 (defvar ebuild-mode-keywords-toolchain-funcs
37 '(("tc-getPROG" "tc-getAR" "tc-getAS" "tc-getCC" "tc-getCPP" "tc-getCXX"
38 "tc-getLD" "tc-getSTRIP" "tc-getNM" "tc-getRANLIB" "tc-getF77"
39 - "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC" "tc-getPKG_CONFIG"
40 - "tc-export" "tc-is-cross-compiler" "tc-ninja_magic_to_arch" "tc-has-tls"
41 - "tc-arch-kernel" "tc-arch" "tc-endian" "gcc-fullversion" "gcc-version"
42 - "gcc-major-version" "gcc-minor-version" "gcc-micro-version")
43 + "tc-getF90" "tc-getFORTRAN" "tc-getGCJ" "tc-getBUILD_CC"
44 + "tc-getPKG_CONFIG" "tc-export" "tc-is-cross-compiler"
45 + "tc-ninja_magic_to_arch" "tc-has-tls" "tc-arch-kernel" "tc-arch"
46 + "tc-endian" "gcc-fullversion" "gcc-version" "gcc-major-version"
47 + "gcc-minor-version" "gcc-micro-version")
48 font-lock-type-face))
49
50 (defvar ebuild-mode-keywords-toolchain
51 @@ -445,8 +446,9 @@
52 "python_mod_exists" "python_mod_compile" "python_mod_optimize"
53 "python_mod_cleanup" "python_disable_pyc" "python_enable_pyc"
54 "python_get_libdir" "python_get_sitedir" "python_need_rebuild"
55 - "validate_PYTHON_ABIS" "python_copy_sources" "python_set_build_dir_symlink"
56 - "python_execute_function" "python_get_includedir" "python_convert_shebangs")
57 + "validate_PYTHON_ABIS" "python_copy_sources"
58 + "python_set_build_dir_symlink" "python_execute_function"
59 + "python_get_includedir" "python_convert_shebangs")
60 font-lock-type-face))
61
62 (defvar ebuild-mode-keywords-common-lisp-common-3