From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 230A2139695 for ; Fri, 7 Apr 2017 17:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9A2E0849; Fri, 7 Apr 2017 17:11:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0819E0843 for ; Fri, 7 Apr 2017 17:11:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAC1334167D for ; Fri, 7 Apr 2017 17:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 206B87419 for ; Fri, 7 Apr 2017 17:11:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1491583885.64adb765dd801662b581bfe988b33bdbfa377942.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode-keywords.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 64adb765dd801662b581bfe988b33bdbfa377942 X-VCS-Branch: ebuild-mode Date: Fri, 7 Apr 2017 17:11:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecbcac96-cfb3-4994-9fd0-9bae6138d82e X-Archives-Hash: faed68d5f296440325baed7950cccd66 commit: 64adb765dd801662b581bfe988b33bdbfa377942 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 7 16:51:25 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 7 16:51:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=64adb765 Keywords regenerated from eclasses. * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated. ChangeLog | 2 ++ ebuild-mode-keywords.el | 71 ++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 58 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cd3357..e6c75d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-04-07 Ulrich Müller + * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated. + * ebuild-mode.el (ebuild-mode-make-keywords-list): Call regexp-opt without duplicates in its argument list. diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el index b59769f..b107119 100644 --- a/ebuild-mode-keywords.el +++ b/ebuild-mode-keywords.el @@ -137,9 +137,8 @@ "apache_mod_file") font-lock-type-face)) -(defvar ebuild-mode-keywords-aspell-dict - '(("aspell-dict_src_compile" "aspell-dict_src_configure" - "aspell-dict_src_install") +(defvar ebuild-mode-keywords-aspell-dict-r1 + '(("aspell-dict-r1_src_configure" "aspell-dict-r1_src_install") font-lock-type-face)) (defvar ebuild-mode-keywords-autotools @@ -345,15 +344,25 @@ "enlightenment_src_unpack") font-lock-type-face)) +(defvar ebuild-mode-keywords-epatch + '(("epatch" "epatch_user") + font-lock-type-face)) + +(defvar ebuild-mode-keywords-epunt-cxx + '(("epunt_cxx" "eqawarn" "eutils_elt_patch_dir") + font-lock-type-face)) + +(defvar ebuild-mode-keywords-estack + '(("eshopts_pop" "eshopts_push" "estack_pop" "estack_push" "eumask_pop" + "eumask_push" "evar_pop" "evar_push" "evar_push_set" "isdigit") + font-lock-type-face)) + (defvar ebuild-mode-keywords-eutils '(("built_with_use" "check_license" "doicon" "domenu" "ebeep" "ecvs_clean" - "edos2unix" "egit_clean" "einstalldocs" "emktemp" "epatch" "epatch_user" - "epause" "epunt_cxx" "eqawarn" "eshopts_pop" "eshopts_push" "estack_pop" - "estack_push" "esvn_clean" "eumask_pop" "eumask_push" - "eutils_elt_patch_dir" "evar_pop" "evar_push" "evar_push_set" "in_iuse" - "isdigit" "make_desktop_entry" "make_session_desktop" "make_wrapper" - "newicon" "newmenu" "optfeature" "path_exists" "preserve_old_lib" - "preserve_old_lib_notify" "prune_libtool_files" "strip-linguas" + "edos2unix" "egit_clean" "einstalldocs" "emktemp" "epause" "eqawarn" + "esvn_clean" "in_iuse" "make_desktop_entry" "make_session_desktop" + "make_wrapper" "newicon" "newmenu" "optfeature" "path_exists" + "preserve_old_lib" "preserve_old_lib_notify" "strip-linguas" "use_if_iuse" "usex" "validate_desktop_entries") font-lock-type-face)) @@ -747,6 +756,10 @@ '(("get_llvm_prefix" "llvm_pkg_setup") font-lock-type-face)) +(defvar ebuild-mode-keywords-ltprune + '(("prune_libtool_files") + font-lock-type-face)) + (defvar ebuild-mode-keywords-makeedit '(("edit_makefiles") font-lock-type-face)) @@ -788,6 +801,10 @@ '(("mozconfig_config" "mozconfig_install_prefs") font-lock-type-face)) +(defvar ebuild-mode-keywords-mozconfig-v6.52 + '(("mozconfig_config" "mozconfig_install_prefs") + font-lock-type-face)) + (defvar ebuild-mode-keywords-mozcoreconf-v4 '(("moz_pkgsetup" "mozconfig_annotate" "mozconfig_final" "mozconfig_init" "mozconfig_use_enable" "mozconfig_use_extension" "mozconfig_use_with") @@ -1103,9 +1120,10 @@ font-lock-type-face)) (defvar ebuild-mode-keywords-rebar - '(("erebar" "get_erl_libs" "rebar_fix_include_path" "rebar_remove_deps" - "rebar_set_vsn" "rebar_src_compile" "rebar_src_configure" - "rebar_src_install" "rebar_src_prepare" "rebar_src_test") + '(("erebar" "get_erl_libs" "rebar_disable_coverage" "rebar_fix_include_path" + "rebar_remove_deps" "rebar_set_vsn" "rebar_src_compile" + "rebar_src_configure" "rebar_src_install" "rebar_src_prepare" + "rebar_src_test") font-lock-type-face)) (defvar ebuild-mode-keywords-ros-catkin @@ -1245,6 +1263,11 @@ "toolchain_src_test" "toolchain_src_unpack" "want_minispecs" "want_pie") font-lock-type-face)) +(defvar ebuild-mode-keywords-toolchain-autoconf + '(("slot_info_pages" "toolchain-autoconf_src_configure" + "toolchain-autoconf_src_install" "toolchain-autoconf_src_prepare") + font-lock-type-face)) + (defvar ebuild-mode-keywords-toolchain-binutils '(("add_src_uri" "is_cross" "tc-binutils_apply_patches" "tc-binutils_unpack" "toolchain-binutils_bugurl" "toolchain-binutils_pkg_postinst" @@ -1275,6 +1298,25 @@ "tc-ninja_magic_to_arch" "tc-stack-grows-down") font-lock-type-face)) +(defvar ebuild-mode-keywords-toolchain-glibc + '(("alt_build_headers" "alt_headers" "alt_libdir" "alt_prefix" + "alt_usrlibdir" "builddir" "check_devpts" "check_nptl_support" + "dump_toolchain_settings" "eend_KV" "foreach_abi" "get_kheader_version" + "glibc_banner" "glibc_compile_test" "glibc_do_configure" "glibc_run_test" + "glibc_sanity_check" "glibc_src_test" "int_to_KV" "just_headers" + "nonfatal" "setup_env" "setup_flags" "setup_target_flags" "src_strip" + "toolchain-glibc_do_src_compile" "toolchain-glibc_do_src_configure" + "toolchain-glibc_do_src_install" "toolchain-glibc_do_src_test" + "toolchain-glibc_do_src_unpack" "toolchain-glibc_headers_configure" + "toolchain-glibc_headers_install" "toolchain-glibc_pkg_postinst" + "toolchain-glibc_pkg_preinst" "toolchain-glibc_pkg_pretend" + "toolchain-glibc_pkg_setup" "toolchain-glibc_src_compile" + "toolchain-glibc_src_configure" "toolchain-glibc_src_install" + "toolchain-glibc_src_prepare" "toolchain-glibc_src_test" + "toolchain-glibc_src_unpack" "unpack_pkg" "use_multiarch" "want__thread" + "want_linuxthreads" "want_nptl" "want_tls") + font-lock-type-face)) + (defvar ebuild-mode-keywords-twisted-r1 '(("python_test" "twisted-r1_pkg_postinst" "twisted-r1_pkg_postrm" "twisted-r1_python_test" "twisted-r1_src_install" @@ -1391,8 +1433,7 @@ font-lock-type-face)) (defvar ebuild-mode-keywords-xemacs-packages - '(("xemacs-packages_src_compile" "xemacs-packages_src_install" - "xemacs-packages_src_unpack") + '(("xemacs-packages_src_install" "xemacs-packages_src_unpack") font-lock-type-face)) (defvar ebuild-mode-keywords-xfconf