Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1494 - gentoo-syntax
Date: Wed, 30 Dec 2009 10:16:59
Message-Id: E1NPvbr-0006CQ-7s@stork.gentoo.org
1 Author: ulm
2 Date: 2009-12-30 10:16:54 +0000 (Wed, 30 Dec 2009)
3 New Revision: 1494
4
5 Modified:
6 gentoo-syntax/ebuild-mode-keywords.el
7 Log:
8 Break some long lines.
9
10 Modified: gentoo-syntax/ebuild-mode-keywords.el
11 ===================================================================
12 --- gentoo-syntax/ebuild-mode-keywords.el 2009-12-30 10:12:44 UTC (rev 1493)
13 +++ gentoo-syntax/ebuild-mode-keywords.el 2009-12-30 10:16:54 UTC (rev 1494)
14 @@ -258,10 +258,11 @@
15 font-lock-type-face))
16
17 (defvar ebuild-mode-keywords-qt4-build
18 - '(("fix_includes" "setqtenv" "standard_configure_options" "build_directories"
19 - "install_directories" "install_qconfigs" "generate_qconfigs" "skip_qmake_build_patch"
20 + '(("fix_includes" "setqtenv" "standard_configure_options"
21 + "build_directories" "install_directories" "install_qconfigs"
22 + "generate_qconfigs" "skip_qmake_build_patch"
23 "skip_project_generation_patch" "symlink_binaries_to_buildtree"
24 - "fix_library_files" "qt_use" "qt_mkspecs_dir" "")
25 + "fix_library_files" "qt_use" "qt_mkspecs_dir")
26 font-lock-type-face))
27
28 (defvar ebuild-mode-keywords-kde4-functions
29 @@ -444,8 +445,8 @@
30 "python_get_libdir" "python_get_sitedir" "python_need_rebuild"
31 "validate_PYTHON_ABIS" "python_copy_sources"
32 "python_set_build_dir_symlink" "python_execute_function"
33 - "python_get_includedir" "python_convert_shebangs" "python_set_active_version"
34 - "python_generate_wrapper_scripts")
35 + "python_get_includedir" "python_convert_shebangs"
36 + "python_set_active_version" "python_generate_wrapper_scripts")
37 font-lock-type-face))
38
39 (defvar ebuild-mode-keywords-common-lisp-common-3
40 @@ -480,14 +481,15 @@
41
42 (defvar ebuild-mode-keywords-ruby-fakegem
43 '(("ruby_fakegem_gemsdir" "ruby_fakegem_doins" "ruby_fakegem_newsins"
44 - "ruby_fakegem_genspec" "ruby_fakegem_binwrapper" "all_fakegem_compile" "all_ruby_unpack"
45 - "all_ruby_compile" "each_fakegem_test" "each_ruby_test" "each_fakegem_install"
46 - "each_ruby_install" "all_fakegem_install" "all_ruby_install")
47 + "ruby_fakegem_genspec" "ruby_fakegem_binwrapper" "all_fakegem_compile"
48 + "all_ruby_unpack" "all_ruby_compile" "each_fakegem_test" "each_ruby_test"
49 + "each_fakegem_install" "each_ruby_install" "all_fakegem_install"
50 + "all_ruby_install")
51 font-lock-type-face))
52
53 (defvar ebuild-mode-keywords-ruby-ng
54 - '(("ruby_implementation_depend" "ruby_samelib" "ruby_add_rdepend" "ruby_add_bdepend"
55 - "doruby" "ruby_get_libruby" "ruby_get_hdrdir" "")
56 + '(("ruby_implementation_depend" "ruby_samelib" "ruby_add_rdepend"
57 + "ruby_add_bdepend" "doruby" "ruby_get_libruby" "ruby_get_hdrdir")
58 font-lock-type-face))
59
60 (defvar ebuild-mode-keywords-elisp-common