summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-22 19:32:40 +0200
committerUlrich Müller <ulm@gentoo.org>2012-09-22 19:42:14 +0200
commit60c3d83d5e6f167b9184d2d62d4141f152bda947 (patch)
tree772d2b46cd5289f61d4782e4339a18c53a67af63
parentUse the shell for parsing of eclasses' environment. (diff)
downloadebuild-mode-60c3d83d5e6f167b9184d2d62d4141f152bda947.tar.gz
ebuild-mode-60c3d83d5e6f167b9184d2d62d4141f152bda947.tar.bz2
ebuild-mode-60c3d83d5e6f167b9184d2d62d4141f152bda947.zip
Update keywords in ebuild-mode-keywords.el.
* ebuild-mode-keywords.el (ebuild-mode-keywords-eapi5): New variable, functions that are new in EAPI 5. (ebuild-mode-keywords-functions-default): Add "default". (ebuild-mode-keywords-eclass-documentation): Add new keywords from eclass-to-manpage.awk. (ebuild-mode-keywords-boost-utils, ebuild-mode-keywords-chromium) (ebuild-mode-keywords-intel-sdp, ebuild-mode-keywords-l10n) (ebuild-mode-keywords-mozlinguas) (ebuild-mode-keywords-multiprocessing) (ebuild-mode-keywords-myspell-r2, ebuild-mode-keywords-oasis) (ebuild-mode-keywords-python-distutils-ng) (ebuild-mode-keywords-unpacker, ebuild-mode-keywords-vala) (ebuild-mode-keywords-vcs-snapshot) (ebuild-mode-keywords-vdr-plugin-2): New variables. (ebuild-mode-keywords-tla, ebuild-mode-keywords-vmware) (ebuild-mode-keywords-vmware-mod): Variables removed. (ebuild-mode-keywords-*): Regenerated from eclasses.
-rw-r--r--ChangeLog18
-rw-r--r--ebuild-mode-keywords.el1291
2 files changed, 705 insertions, 604 deletions
diff --git a/ChangeLog b/ChangeLog
index abf170d..c0b17ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2012-09-22 Ulrich Müller <ulm@gentoo.org>
+ * ebuild-mode-keywords.el (ebuild-mode-keywords-eapi5):
+ New variable, functions that are new in EAPI 5.
+ (ebuild-mode-keywords-functions-default): Add "default".
+ (ebuild-mode-keywords-eclass-documentation): Add new keywords from
+ eclass-to-manpage.awk.
+ (ebuild-mode-keywords-boost-utils, ebuild-mode-keywords-chromium)
+ (ebuild-mode-keywords-intel-sdp, ebuild-mode-keywords-l10n)
+ (ebuild-mode-keywords-mozlinguas)
+ (ebuild-mode-keywords-multiprocessing)
+ (ebuild-mode-keywords-myspell-r2, ebuild-mode-keywords-oasis)
+ (ebuild-mode-keywords-python-distutils-ng)
+ (ebuild-mode-keywords-unpacker, ebuild-mode-keywords-vala)
+ (ebuild-mode-keywords-vcs-snapshot)
+ (ebuild-mode-keywords-vdr-plugin-2): New variables.
+ (ebuild-mode-keywords-tla, ebuild-mode-keywords-vmware)
+ (ebuild-mode-keywords-vmware-mod): Variables removed.
+ (ebuild-mode-keywords-*): Regenerated from eclasses.
+
* keyword-generation.sh: Drop dead or removed eclasses from
obsolete list. Sort it alphabetically. Skip any eclass that is
marked with a @DEAD token. Use the shell for parsing of eclasses'
diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el
index b3a4b51..5af7a2e 100644
--- a/ebuild-mode-keywords.el
+++ b/ebuild-mode-keywords.el
@@ -46,6 +46,10 @@
'(("docompress" "nonfatal")
font-lock-type-face))
+(defvar ebuild-mode-keywords-eapi5
+ '(("doheader" "newheader" "usex")
+ font-lock-type-face))
+
(defvar ebuild-mode-keywords-functions
'(("pkg_nofetch" "pkg_setup" "src_unpack" "src_compile" "src_test"
"src_install" "pkg_preinst" "pkg_postinst" "pkg_prerm" "pkg_postrm"
@@ -61,15 +65,16 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-functions-default
- '(("default_pkg_nofetch" "default_src_unpack" "default_src_prepare"
- "default_src_configure" "default_src_compile" "default_src_test"
- "default_src_install")
+ '(("default" "default_pkg_nofetch" "default_src_unpack"
+ "default_src_prepare" "default_src_configure" "default_src_compile"
+ "default_src_test" "default_src_install")
font-lock-type-face))
;; comment-face will always override the eclass documentation strings
(defvar ebuild-mode-keywords-eclass-documentation
- '(("@BLURB" "@CODE" "@DESCRIPTION" "@ECLASS-VARIABLE" "@ECLASS" "@EXAMPLE"
- "@FUNCTION" "@MAINTAINER" "@RETURN" "@USAGE" "@VARIABLE")
+ '(("@AUTHOR @BLURB" "@CODE" "@DEFAULT_UNSET" "@DESCRIPTION" "@ECLASS"
+ "@ECLASS-VARIABLE" "@EXAMPLE" "@FUNCTION" "@INTERNAL" "@MAINTAINER"
+ "@REQUIRED" "@RETURN" "@ROFF" "@USAGE" "@VARIABLE")
font-lock-type-face))
(defvar ebuild-mode-keywords-warn
@@ -102,20 +107,20 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-ant-tasks
- '(("ant-tasks_src_unpack" "ant-tasks_src_compile" "ant-tasks_src_install")
+ '(("ant-tasks_src_compile" "ant-tasks_src_install" "ant-tasks_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-apache-2
- '(("setup_mpm" "check_module_critical" "check_module_depends"
- "setup_modules" "generate_load_module" "check_upgrade"
- "apache-2_pkg_setup" "apache-2_src_prepare" "apache-2_src_configure"
- "apache-2_src_install" "apache-2_pkg_postinst")
+ '(("apache-2_pkg_postinst" "apache-2_pkg_setup" "apache-2_src_configure"
+ "apache-2_src_install" "apache-2_src_prepare" "check_module_critical"
+ "check_module_depends" "check_upgrade" "generate_load_module"
+ "setup_modules" "setup_mpm")
font-lock-type-face))
(defvar ebuild-mode-keywords-apache-module
- '(("apache_cd_dir" "apache_mod_file" "apache_doc_magic"
- "apache-module_src_compile" "apache-module_src_install"
- "apache-module_pkg_postinst")
+ '(("apache-module_pkg_postinst" "apache-module_src_compile"
+ "apache-module_src_install" "apache_cd_dir" "apache_doc_magic"
+ "apache_mod_file")
font-lock-type-face))
(defvar ebuild-mode-keywords-aspell-dict
@@ -123,56 +128,73 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-autotools
- '(("eautoreconf" "eaclocal_amflags" "eaclocal" "_elibtoolize" "eautoheader"
- "eautoconf" "eautomake" "eautopoint" "autotools_env_setup"
- "autotools_run_tool" "autotools_check_macro" "autotools_check_macro_val"
- "autotools_get_subdirs" "autotools_get_auxdir" "_autotools_m4dir_include"
+ '(("_at_uses_autoheader" "_at_uses_automake" "_at_uses_gettext"
+ "_at_uses_glibgettext" "_at_uses_gnomedoc" "_at_uses_gtkdoc"
+ "_at_uses_intltool" "_at_uses_libtool" "_at_uses_pkg"
+ "_autotools_m4dir_include" "_elibtoolize" "autotools_check_macro"
+ "autotools_check_macro_val" "autotools_env_setup"
"autotools_m4dir_include" "autotools_m4sysdir_include"
- "config_rpath_update")
+ "autotools_run_tool" "config_rpath_update" "eaclocal" "eaclocal_amflags"
+ "eautoconf" "eautoheader" "eautomake" "eautopoint" "eautoreconf")
font-lock-type-face))
(defvar ebuild-mode-keywords-autotools-utils
- '(("_check_build_dir" "remove_libtool_files" "autotools-utils_src_prepare"
- "autotools-utils_src_configure" "autotools-utils_src_compile"
- "autotools-utils_src_install" "autotools-utils_src_test")
+ '(("_check_build_dir" "autotools-utils_autoreconf"
+ "autotools-utils_src_compile" "autotools-utils_src_configure"
+ "autotools-utils_src_install" "autotools-utils_src_prepare"
+ "autotools-utils_src_test" "remove_libtool_files")
font-lock-type-face))
(defvar ebuild-mode-keywords-base
- '(("base_src_unpack" "base_src_prepare" "base_src_configure"
- "base_src_compile" "base_src_make" "base_src_install"
- "base_src_install_docs")
+ '(("base_src_compile" "base_src_configure" "base_src_install"
+ "base_src_install_docs" "base_src_make" "base_src_prepare"
+ "base_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-bash-completion-r1
'(("dobashcomp" "newbashcomp")
font-lock-type-face))
+(defvar ebuild-mode-keywords-boost-utils
+ '(("boost-utils_export_root" "boost-utils_get_best_slot"
+ "boost-utils_get_includedir" "boost-utils_get_libdir")
+ font-lock-type-face))
+
(defvar ebuild-mode-keywords-bsdmk
- '(("append-opt" "mkmake" "mkinstall" "dummy_mk" "bsdmk_src_compile"
- "bsdmk_src_install")
+ '(("append-opt" "bsdmk_src_compile" "bsdmk_src_install" "dummy_mk"
+ "mkinstall" "mkmake")
font-lock-type-face))
(defvar ebuild-mode-keywords-bzr
- '(("bzr_initial_fetch" "bzr_update" "bzr_fetch" "bzr_bootstrap"
- "bzr_src_unpack" "bzr_src_prepare")
+ '(("bzr_bootstrap" "bzr_fetch" "bzr_initial_fetch" "bzr_src_prepare"
+ "bzr_src_unpack" "bzr_update")
font-lock-type-face))
(defvar ebuild-mode-keywords-cannadic
- '(("cannadic_pkg_setup" "cannadic-install" "dicsdir-install"
- "cannadic_src_install" "update-cannadic-dir" "cannadic_pkg_postinst"
- "cannadic_pkg_postrm")
+ '(("cannadic-install" "cannadic_pkg_postinst" "cannadic_pkg_postrm"
+ "cannadic_pkg_setup" "cannadic_src_install" "dicsdir-install"
+ "update-cannadic-dir")
font-lock-type-face))
(defvar ebuild-mode-keywords-cdrom
- '(("cdrom_get_cds" "cdrom_load_next_cd" "_cdrom_locate_file_on_cd")
+ '(("_cdrom_locate_file_on_cd" "cdrom_get_cds" "cdrom_load_next_cd")
font-lock-type-face))
(defvar ebuild-mode-keywords-check-reqs
- '(("check_reqs" "check-reqs_pkg_setup" "check-reqs_pkg_pretend"
- "check-reqs_prepare" "check-reqs_run" "check-reqs_get_mebibytes"
- "check-reqs_get_number" "check-reqs_get_unit" "check-reqs_output"
- "check-reqs_memory" "check-reqs_disk" "check-reqs_start_phase"
- "check-reqs_unsatisfied")
+ '(("check-reqs_disk" "check-reqs_get_mebibytes" "check-reqs_get_number"
+ "check-reqs_get_unit" "check-reqs_memory" "check-reqs_output"
+ "check-reqs_pkg_pretend" "check-reqs_pkg_setup" "check-reqs_prepare"
+ "check-reqs_run" "check-reqs_start_phase" "check-reqs_unsatisfied"
+ "check_reqs")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-chromium
+ '(("_chromium_crlang" "_chromium_set_linguas_IUSE" "_chromium_strip_pak"
+ "_chromium_syslang" "chromium_bundled_v8_version"
+ "chromium_installed_v8_version" "chromium_pkg_die"
+ "chromium_pkg_postinst" "chromium_pkg_postrm" "chromium_pkg_preinst"
+ "chromium_remove_language_paks"
+ "chromium_suid_sandbox_check_kernel_config" "egyp_chromium" "gyp_use")
font-lock-type-face))
(defvar ebuild-mode-keywords-clutter
@@ -180,57 +202,58 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-cmake-utils
- '(("_use_me_now" "_use_me_now_inverted" "_check_build_dir"
- "cmake-utils_use_with" "cmake-utils_use_enable" "cmake-utils_use_disable"
- "cmake-utils_use_no" "cmake-utils_use_want" "cmake-utils_use_build"
- "cmake-utils_use_has" "cmake-utils_use_use" "cmake-utils_use"
- "_modify-cmakelists" "enable_cmake-utils_src_configure"
- "enable_cmake-utils_src_compile" "cmake-utils_src_make"
- "enable_cmake-utils_src_install" "enable_cmake-utils_src_test"
- "cmake-utils_src_configure" "cmake-utils_src_compile"
- "cmake-utils_src_install" "cmake-utils_src_test" "_execute_optionaly")
+ '(("_check_build_dir" "_execute_optionaly" "_generator_to_use"
+ "_modify-cmakelists" "_use_me_now" "_use_me_now_inverted"
+ "cmake-utils_src_compile" "cmake-utils_src_configure"
+ "cmake-utils_src_install" "cmake-utils_src_make" "cmake-utils_src_test"
+ "cmake-utils_use" "cmake-utils_use_build" "cmake-utils_use_disable"
+ "cmake-utils_use_enable" "cmake-utils_use_has" "cmake-utils_use_no"
+ "cmake-utils_use_use" "cmake-utils_use_want" "cmake-utils_use_with"
+ "enable_cmake-utils_src_compile" "enable_cmake-utils_src_configure"
+ "enable_cmake-utils_src_install" "enable_cmake-utils_src_test")
font-lock-type-face))
(defvar ebuild-mode-keywords-common-lisp-common-2
- '(("do-debian-credits" "impl-save-timestamp-hack"
- "impl-restore-timestamp-hack" "impl-remove-timestamp-hack"
+ '(("do-debian-credits" "impl-remove-timestamp-hack"
+ "impl-restore-timestamp-hack" "impl-save-timestamp-hack"
"standard-impl-postinst" "standard-impl-postrm")
font-lock-type-face))
(defvar ebuild-mode-keywords-common-lisp-common-3
- '(("do-debian-credits" "impl-save-timestamp-hack"
- "impl-restore-timestamp-hack" "impl-remove-timestamp-hack"
+ '(("do-debian-credits" "impl-remove-timestamp-hack"
+ "impl-restore-timestamp-hack" "impl-save-timestamp-hack"
"standard-impl-postinst" "standard-impl-postrm")
font-lock-type-face))
(defvar ebuild-mode-keywords-common-lisp-common
- '(("do-debian-credits" "register-common-lisp-implementation"
- "unregister-common-lisp-implementation"
- "reregister-all-common-lisp-implementations" "impl-save-timestamp-hack"
- "impl-restore-timestamp-hack" "impl-remove-timestamp-hack" "test-in"
- "standard-impl-postinst" "standard-impl-postrm")
+ '(("do-debian-credits" "impl-remove-timestamp-hack"
+ "impl-restore-timestamp-hack" "impl-save-timestamp-hack"
+ "register-common-lisp-implementation"
+ "reregister-all-common-lisp-implementations" "standard-impl-postinst"
+ "standard-impl-postrm" "test-in" "unregister-common-lisp-implementation")
font-lock-type-face))
(defvar ebuild-mode-keywords-common-lisp
- '(("common-lisp_pkg_postinst" "common-lisp_pkg_postrm"
- "common-lisp_pkg_preinst" "common-lisp-install"
- "common-lisp-system-symlink")
+ '(("common-lisp-install" "common-lisp-system-symlink"
+ "common-lisp_pkg_postinst" "common-lisp_pkg_postrm"
+ "common-lisp_pkg_preinst")
font-lock-type-face))
(defvar ebuild-mode-keywords-confutils
- '(("confutils_init" "confutils_require_one" "confutils_require_any"
+ '(("_confutils_shared_suffix" "confutils_init" "confutils_require_any"
"confutils_require_built_with_all" "confutils_require_built_with_any"
- "confutils_use_conflict" "confutils_use_depend_all"
- "confutils_use_depend_any" "confutils_use_depend_built_with_all"
- "confutils_use_depend_built_with_any" "_confutils_shared_suffix"
- "enable_extension_disable" "enable_extension_enable"
- "enable_extension_enableonly" "enable_extension_without"
- "enable_extension_with" "enable_extension_withonly"
- "enable_extension_enable_built_with" "enable_extension_with_built_with")
+ "confutils_require_one" "confutils_use_conflict"
+ "confutils_use_depend_all" "confutils_use_depend_any"
+ "confutils_use_depend_built_with_all"
+ "confutils_use_depend_built_with_any" "enable_extension_disable"
+ "enable_extension_enable" "enable_extension_enable_built_with"
+ "enable_extension_enableonly" "enable_extension_with"
+ "enable_extension_with_built_with" "enable_extension_withonly"
+ "enable_extension_without")
font-lock-type-face))
(defvar ebuild-mode-keywords-cron
- '(("docrondir" "docron" "docrontab" "cron_pkg_postinst")
+ '(("cron_pkg_postinst" "docron" "docrondir" "docrontab")
font-lock-type-face))
(defvar ebuild-mode-keywords-cvs
@@ -238,86 +261,85 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-darcs
- '(("darcs_patchcount" "darcs_fetch" "darcs_src_unpack")
+ '(("darcs_fetch" "darcs_patchcount" "darcs_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-db
'(("db_fix_so" "db_src_install_doc" "db_src_install_examples"
- "db_src_install_usrbinslot" "db_src_install_headerslot"
+ "db_src_install_headerslot" "db_src_install_usrbinslot"
"db_src_install_usrlibcleanup" "db_src_test")
font-lock-type-face))
(defvar ebuild-mode-keywords-db-use
- '(("db_ver_to_slot" "db_findver" "db_includedir" "db_libname")
+ '(("db_findver" "db_includedir" "db_libname" "db_ver_to_slot")
font-lock-type-face))
(defvar ebuild-mode-keywords-depend.apache
- '(("_init_apache2" "_init_no_apache" "depend.apache_pkg_setup" "want_apache"
- "want_apache2" "want_apache2_2" "need_apache" "need_apache2"
- "need_apache2_2" "has_apache" "has_apache_threads"
- "has_apache_threads_in")
+ '(("_init_apache2" "_init_no_apache" "depend.apache_pkg_setup" "has_apache"
+ "has_apache_threads" "has_apache_threads_in" "need_apache" "need_apache2"
+ "need_apache2_2" "need_apache2_4" "want_apache" "want_apache2"
+ "want_apache2_2")
font-lock-type-face))
(defvar ebuild-mode-keywords-depend.php
- '(("need_php5_cli" "need_php5_httpd" "need_php5" "uses_php5" "need_php_cli"
- "need_php_httpd" "need_php" "need_php_by_category" "has_php"
- "require_php_sapi_from" "require_php_with_use" "require_php_with_any_use"
- "has_zts" "has_debug" "has_concurrentmodphp" "require_pdo"
- "require_php_cli" "require_php_cgi" "require_sqlite" "require_gd"
- "php_binary_extension" "dodoc-php" "dohtml-php")
+ '(("dodoc-php" "dohtml-php" "has_concurrentmodphp" "has_debug" "has_php"
+ "has_zts" "need_php" "need_php5" "need_php5_cli" "need_php5_httpd"
+ "need_php_by_category" "need_php_cli" "need_php_httpd"
+ "php_binary_extension" "require_gd" "require_pdo" "require_php_cgi"
+ "require_php_cli" "require_php_sapi_from" "require_php_with_any_use"
+ "require_php_with_use" "require_sqlite" "uses_php5")
font-lock-type-face))
(defvar ebuild-mode-keywords-distutils
- '(("_distutils_get_build_dir" "_distutils_get_PYTHONPATH" "_distutils_hook"
- "_distutils_prepare_global_options"
+ '(("_distutils_get_PYTHONPATH" "_distutils_get_build_dir" "_distutils_hook"
"_distutils_prepare_current_working_directory"
- "_distutils_restore_current_working_directory" "distutils_src_unpack"
- "distutils_src_prepare" "distutils_src_compile"
- "_distutils_src_test_hook" "distutils_src_test" "distutils_src_install"
- "distutils_pkg_postinst" "distutils_pkg_postrm"
- "distutils_get_intermediate_installation_image")
+ "_distutils_prepare_global_options"
+ "_distutils_restore_current_working_directory" "_distutils_src_test_hook"
+ "distutils_get_intermediate_installation_image" "distutils_pkg_postinst"
+ "distutils_pkg_postrm" "distutils_src_compile" "distutils_src_install"
+ "distutils_src_prepare" "distutils_src_test" "distutils_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-elisp-common
- '(("elisp-emacs-version" "elisp-need-emacs" "elisp-compile"
- "elisp-make-autoload-file" "elisp-install" "elisp-site-file-install"
+ '(("elisp-compile" "elisp-emacs-version" "elisp-install"
+ "elisp-make-autoload-file" "elisp-need-emacs" "elisp-site-file-install"
"elisp-site-regen")
font-lock-type-face))
(defvar ebuild-mode-keywords-elisp
- '(("elisp_pkg_setup" "elisp_src_unpack" "elisp_src_prepare"
- "elisp_src_configure" "elisp_src_compile" "elisp_src_install"
- "elisp_pkg_postinst" "elisp_pkg_postrm")
+ '(("elisp_pkg_postinst" "elisp_pkg_postrm" "elisp_pkg_setup"
+ "elisp_src_compile" "elisp_src_configure" "elisp_src_install"
+ "elisp_src_prepare" "elisp_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-embassy
- '(("embassy_src_unpack" "embassy_src_compile" "embassy_src_install")
+ '(("embassy_src_compile" "embassy_src_install" "embassy_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-emboss
- '(("emboss_src_prepare" "emboss_src_configure")
+ '(("emboss_src_configure" "emboss_src_prepare")
font-lock-type-face))
(defvar ebuild-mode-keywords-emul-linux-x86
- '(("emul-linux-x86_src_unpack" "emul-linux-x86_src_prepare"
- "emul-linux-x86_src_install")
+ '(("emul-linux-x86_src_install" "emul-linux-x86_src_prepare"
+ "emul-linux-x86_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-enlightenment
- '(("enlightenment_src_unpack" "enlightenment_src_prepare"
- "enlightenment_src_configure" "enlightenment_src_compile"
- "enlightenment_src_install")
+ '(("enlightenment_src_compile" "enlightenment_src_configure"
+ "enlightenment_src_install" "enlightenment_src_prepare"
+ "enlightenment_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-eutils
- '(("epause" "ebeep" "ebeep" "epause" "ecvs_clean" "esvn_clean" "estack_push"
- "estack_pop" "eshopts_push" "eshopts_pop" "eumask_push" "eumask_pop"
- "epatch" "epatch_user" "emktemp" "edos2unix" "make_desktop_entry"
- "validate_desktop_entries" "make_session_desktop" "domenu" "newmenu"
- "doicon" "newicon" "find_unpackable_file" "unpack_pdv" "unpack_makeself"
- "strip-linguas" "preserve_old_lib" "preserve_old_lib_notify"
- "built_with_use" "epunt_cxx" "make_wrapper" "path_exists" "in_iuse"
- "use_if_iuse" "usex" "check_license")
+ '(("_iconins" "built_with_use" "check_license" "doicon" "domenu" "ebeep"
+ "ecvs_clean" "edos2unix" "emktemp" "epatch" "epatch_user" "epause"
+ "epunt_cxx" "eqawarn" "eshopts_pop" "eshopts_push" "estack_pop"
+ "estack_push" "esvn_clean" "eumask_pop" "eumask_push" "in_iuse"
+ "make_desktop_entry" "make_session_desktop" "make_wrapper" "newicon"
+ "newmenu" "path_exists" "preserve_old_lib" "preserve_old_lib_notify"
+ "prune_libtool_files" "strip-linguas" "use_if_iuse" "usex"
+ "validate_desktop_entries")
font-lock-type-face))
(defvar ebuild-mode-keywords-fdo-mime
@@ -325,25 +347,24 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-findlib
- '(("check_ocamlfind" "findlib_src_preinst" "findlib_src_install")
+ '(("check_ocamlfind" "findlib_src_install" "findlib_src_preinst")
font-lock-type-face))
(defvar ebuild-mode-keywords-fixheadtails
- '(("__do_sed_fix" "ht_fix_file" "ht_fix_all")
+ '(("__do_sed_fix" "ht_fix_all" "ht_fix_file")
font-lock-type-face))
(defvar ebuild-mode-keywords-flag-o-matic
- '(("setup-allowed-flags" "_filter-hardened" "_filter-var" "filter-flags"
- "filter-lfs-flags" "append-cppflags" "append-cflags" "append-cxxflags"
- "append-fflags" "append-lfs-flags" "append-flags" "replace-flags"
- "replace-cpu-flags" "_is_flagq" "is-flagq" "is-flag" "is-ldflagq"
- "is-ldflag" "filter-mfpmath" "strip-flags" "test-flag-PROG"
+ '(("_filter-hardened" "_filter-var" "_is_flagq" "all-flag-vars"
+ "append-cflags" "append-cppflags" "append-cxxflags" "append-fflags"
+ "append-flags" "append-ldflags" "append-lfs-flags" "append-libs"
+ "filter-flags" "filter-ldflags" "filter-lfs-flags" "filter-mfpmath"
+ "get-flag" "is-flag" "is-flagq" "is-ldflag" "is-ldflagq" "no-as-needed"
+ "raw-ldflags" "replace-cpu-flags" "replace-flags" "replace-sparc64-flags"
+ "setup-allowed-flags" "strip-flags" "strip-unsupported-flags"
"test-flag-CC" "test-flag-CXX" "test-flag-F77" "test-flag-FC"
- "test-flags-PROG" "test-flags-CC" "test-flags-CXX" "test-flags-F77"
- "test-flags-FC" "test-flags" "test_version_info"
- "strip-unsupported-flags" "get-flag" "test_flag()"
- "replace-sparc64-flags" "append-libs" "append-ldflags" "filter-ldflags"
- "raw-ldflags" "no-as-needed" "all-flag-vars")
+ "test-flag-PROG" "test-flags" "test-flags-CC" "test-flags-CXX"
+ "test-flags-F77" "test-flags-FC" "test-flags-PROG" "test_version_info")
font-lock-type-face))
(defvar ebuild-mode-keywords-font-ebdftopcf
@@ -351,25 +372,25 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-font
- '(("font_xfont_config" "font_fontconfig" "font_cleanup_dirs"
- "font_pkg_setup" "font_src_install" "font_pkg_postinst"
- "font_pkg_postrm")
+ '(("font_cleanup_dirs" "font_fontconfig" "font_pkg_postinst"
+ "font_pkg_postrm" "font_pkg_setup" "font_src_install"
+ "font_xfont_config")
font-lock-type-face))
(defvar ebuild-mode-keywords-fortran-2
- '(("_write_testsuite" "_compile_test" "_fortran-has-openmp" "_die_msg"
+ '(("_compile_test" "_die_msg" "_fortran-has-openmp" "_write_testsuite"
"fortran-2_pkg_setup")
font-lock-type-face))
(defvar ebuild-mode-keywords-fox
- '(("fox_src_unpack" "fox_src_prepare" "fox_src_configure" "fox_src_compile"
- "fox_src_install" "fox_pkg_postinst")
+ '(("fox_pkg_postinst" "fox_src_compile" "fox_src_configure"
+ "fox_src_install" "fox_src_prepare" "fox_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-freebsd
- '(("doperiodic" "freebsd_get_bmake" "freebsd_do_patches"
- "freebsd_rename_libraries" "freebsd_src_unpack" "freebsd_src_compile"
- "freebsd_src_install")
+ '(("doperiodic" "freebsd_do_patches" "freebsd_get_bmake"
+ "freebsd_rename_libraries" "freebsd_src_compile" "freebsd_src_install"
+ "freebsd_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-freedict
@@ -377,111 +398,111 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-games
- '(("games_get_libdir" "egamesconf" "gameswrapper" "dogamesbin" "dogamessbin"
- "dogameslib" "dogameslib.a" "dogameslib.so" "newgamesbin" "newgamessbin"
- "games_make_wrapper" "gamesowners" "gamesperms" "prepgamesdirs"
- "gamesenv" "games_pkg_setup" "games_src_configure" "games_src_compile"
- "games_pkg_preinst" "games_pkg_postinst" "games_ut_unpack"
- "games_umod_unpack")
+ '(("dogamesbin" "dogameslib" "dogameslib.a" "dogameslib.so" "dogamessbin"
+ "egamesconf" "games_get_libdir" "games_make_wrapper" "games_pkg_postinst"
+ "games_pkg_preinst" "games_pkg_setup" "games_src_compile"
+ "games_src_configure" "games_umod_unpack" "games_ut_unpack" "gamesenv"
+ "gamesowners" "gamesperms" "gameswrapper" "newgamesbin" "newgamessbin"
+ "prepgamesdirs")
font-lock-type-face))
(defvar ebuild-mode-keywords-games-ggz
- '(("games-ggz_src_configure" "games-ggz_src_compile" "games-ggz_src_install"
- "games-ggz_update_modules" "games-ggz_pkg_postinst"
- "games-ggz_pkg_postrm")
+ '(("games-ggz_pkg_postinst" "games-ggz_pkg_postrm" "games-ggz_src_compile"
+ "games-ggz_src_configure" "games-ggz_src_install"
+ "games-ggz_update_modules")
font-lock-type-face))
(defvar ebuild-mode-keywords-games-mods
- '(("games-mods_get_rdepend" "games-mods_use_opengl"
- "games-mods_use_dedicated" "games-mods_dosyms" "games-mods_make_initd"
- "depend" "start" "stop" "games-mods_make_confd" "games-mods_src_install"
- "games-mods_pkg_postinst")
+ '(("games-mods_dosyms" "games-mods_get_rdepend" "games-mods_make_confd"
+ "games-mods_make_initd" "games-mods_pkg_postinst"
+ "games-mods_src_install" "games-mods_use_dedicated"
+ "games-mods_use_opengl")
font-lock-type-face))
(defvar ebuild-mode-keywords-gdesklets
- '(("gdesklets_src_install" "gdesklets_pkg_postinst")
+ '(("gdesklets_pkg_postinst" "gdesklets_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-ghc-package
- '(("ghc-getghc" "ghc-getghcpkg" "ghc-getghcpkgbin" "ghc-version" "ghc-cabal"
- "ghc-bestcabalversion" "ghc-sanecabal" "ghc-saneghc"
- "ghc-supports-shared-libraries" "ghc-extractportageversion" "ghc-libdir"
- "ghc-confdir" "ghc-localpkgconf" "ghc-makeghcilib" "ghc-package-exists"
- "ghc-setup-pkg" "ghc-fixlibpath" "ghc-install-pkg" "ghc-register-pkg"
- "ghc-reregister" "ghc-unregister-pkg" "ghc-reverse" "ghc-elem"
- "ghc-listpkg" "ghc-package_pkg_setup" "ghc-package_pkg_postinst"
- "ghc-package_pkg_prerm")
+ '(("ghc-bestcabalversion" "ghc-confdir" "ghc-elem"
+ "ghc-extractportageversion" "ghc-fixlibpath" "ghc-getghc" "ghc-getghcpkg"
+ "ghc-getghcpkgbin" "ghc-install-pkg" "ghc-libdir" "ghc-listpkg"
+ "ghc-localpkgconf" "ghc-makeghcilib" "ghc-package-exists"
+ "ghc-package_pkg_postinst" "ghc-package_pkg_prerm" "ghc-register-pkg"
+ "ghc-reregister" "ghc-reverse" "ghc-sanecabal" "ghc-setup-pkg"
+ "ghc-supports-shared-libraries" "ghc-unregister-pkg" "ghc-version")
font-lock-type-face))
(defvar ebuild-mode-keywords-git-2
- '(("git-2_init_variables" "git-2_submodules" "git-2_branch" "git-2_gc"
- "git-2_prepare_storedir" "git-2_move_source" "git-2_initial_clone"
- "git-2_update_repo" "git-2_fetch" "git-2_bootstrap"
- "git-2_migrate_repository" "git-2_cleanup" "git-2_src_unpack")
+ '(("git-2_bootstrap" "git-2_branch" "git-2_cleanup" "git-2_fetch" "git-2_gc"
+ "git-2_init_variables" "git-2_initial_clone" "git-2_migrate_repository"
+ "git-2_move_source" "git-2_prepare_storedir" "git-2_src_unpack"
+ "git-2_submodules" "git-2_update_repo")
font-lock-type-face))
(defvar ebuild-mode-keywords-gkrellm-plugin
- '(("gkrellm-plugin_dir" "gkrellm-plugin_server_dir"
- "gkrellm-plugin_pkg_setup" "gkrellm-plugin_src_install")
+ '(("gkrellm-plugin_dir" "gkrellm-plugin_pkg_setup"
+ "gkrellm-plugin_server_dir" "gkrellm-plugin_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnatbuild
- '(("is_crosscompile" "is_multilib" "create_specs_file"
- "add_profile_eselect_conf" "create_eselect_conf" "should_we_eselect_gnat"
- "do_gnat_config" "disgusting_gcc_multilib_HACK" "gnatbuild_pkg_setup"
- "gnatbuild_pkg_postinst" "gnatbuild_pkg_postrm" "gnatbuild_src_unpack"
- "gnatbuild_src_compile" "gnatbuild_src_install")
+ '(("add_profile_eselect_conf" "create_eselect_conf" "create_specs_file"
+ "disgusting_gcc_multilib_HACK" "do_gnat_config" "gnatbuild_pkg_postinst"
+ "gnatbuild_pkg_postrm" "gnatbuild_pkg_setup" "gnatbuild_src_compile"
+ "gnatbuild_src_install" "gnatbuild_src_unpack" "is_crosscompile"
+ "is_multilib" "should_we_eselect_gnat")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnat
- '(("expand_BuildEnv" "get_ada_dep" "belongs_to_standard" "filter_env_var"
- "get_gnat_value" "get_active_profile" "gnat_filter_flags"
- "gnat_pkg_setup" "gnat_pkg_postinst" "lib_compile" "gnat_src_compile"
- "gnat_src_install")
+ '(("belongs_to_standard" "expand_BuildEnv" "filter_env_var"
+ "get_active_profile" "get_ada_dep" "get_gnat_value" "gnat_filter_flags"
+ "gnat_pkg_postinst" "gnat_pkg_setup" "gnat_src_compile"
+ "gnat_src_install" "lib_compile")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnome2
- '(("gnome2_src_unpack" "gnome2_src_prepare" "gnome2_src_configure"
- "gnome2_src_compile" "gnome2_src_install" "gnome2_pkg_preinst"
- "gnome2_pkg_postinst" "gnome2_pkg_postrm")
+ '(("gnome2_pkg_postinst" "gnome2_pkg_postrm" "gnome2_pkg_preinst"
+ "gnome2_src_compile" "gnome2_src_configure" "gnome2_src_install"
+ "gnome2_src_prepare" "gnome2_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnome2-utils
- '(("gnome2_environment_reset" "gnome2_gconf_savelist" "gnome2_gconf_install"
- "gnome2_gconf_uninstall" "gnome2_icon_savelist"
- "gnome2_icon_cache_update" "gnome2_omf_fix" "gnome2_scrollkeeper_update"
- "gnome2_schemas_savelist" "gnome2_schemas_update")
+ '(("gnome2_environment_reset" "gnome2_gconf_install" "gnome2_gconf_savelist"
+ "gnome2_gconf_uninstall" "gnome2_icon_cache_update"
+ "gnome2_icon_savelist" "gnome2_omf_fix" "gnome2_query_immodules_gtk2"
+ "gnome2_query_immodules_gtk3" "gnome2_schemas_savelist"
+ "gnome2_schemas_update" "gnome2_scrollkeeper_savelist"
+ "gnome2_scrollkeeper_update")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnome-python-common
- '(("gnome-python-common_pkg_setup" "gnome-python-common_src_unpack"
- "gnome-python-common_src_prepare" "gnome-python-common_src_configure"
- "gnome-python-common_src_compile" "gnome-python-common_src_test"
- "gnome-python-common_src_install" "gnome-python-common_pkg_postinst"
- "gnome-python-common_pkg_postrm")
+ '(("gnome-python-common_pkg_postinst" "gnome-python-common_pkg_postrm"
+ "gnome-python-common_pkg_setup" "gnome-python-common_src_compile"
+ "gnome-python-common_src_configure" "gnome-python-common_src_install"
+ "gnome-python-common_src_prepare" "gnome-python-common_src_test"
+ "gnome-python-common_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnuconfig
- '(("gnuconfig_update" "gnuconfig_do_update" "gnuconfig_findnewest")
+ '(("gnuconfig_do_update" "gnuconfig_findnewest" "gnuconfig_update")
font-lock-type-face))
(defvar ebuild-mode-keywords-gnustep-base
- '(("gnustep-base_pkg_setup" "gnustep-base_src_unpack"
- "gnustep-base_src_prepare" "gnustep-base_src_configure"
- "gnustep-base_src_compile" "gnustep-base_src_install"
- "gnustep-base_pkg_postinst" "egnustep_env" "egnustep_make"
- "egnustep_install" "egnustep_doc" "egnustep_install_config"
- "gnustep_append_default" "gnustep_set_default")
+ '(("egnustep_doc" "egnustep_env" "egnustep_install"
+ "egnustep_install_config" "egnustep_make" "gnustep-base_pkg_postinst"
+ "gnustep-base_pkg_setup" "gnustep-base_src_compile"
+ "gnustep-base_src_configure" "gnustep-base_src_install"
+ "gnustep-base_src_prepare" "gnustep-base_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-go-mono
- '(("go-mono_src_unpack" "go-mono_src_prepare" "go-mono_src_configure"
- "go-mono_src_compile")
+ '(("go-mono_src_compile" "go-mono_src_configure" "go-mono_src_install"
+ "go-mono_src_prepare" "go-mono_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gpe
- '(("gpe_src_unpack" "gpe_src_prepare" "gpe_src_configure" "gpe_src_compile"
- "gpe_src_install")
+ '(("gpe_src_compile" "gpe_src_configure" "gpe_src_install" "gpe_src_prepare"
+ "gpe_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gst-plugins10
@@ -490,72 +511,82 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-gst-plugins-bad
- '(("gst-plugins-bad_src_unpack" "gst-plugins-bad_src_configure"
- "gst-plugins-bad_src_compile" "gst-plugins-bad_src_install")
+ '(("gst-plugins-bad_src_compile" "gst-plugins-bad_src_configure"
+ "gst-plugins-bad_src_install" "gst-plugins-bad_src_prepare"
+ "gst-plugins-bad_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gst-plugins-base
- '(("gst-plugins-base_src_configure" "gst-plugins-base_src_unpack"
- "gst-plugins-base_src_prepare" "gst-plugins-base_src_compile"
- "gst-plugins-base_src_install")
+ '(("gst-plugins-base_src_compile" "gst-plugins-base_src_configure"
+ "gst-plugins-base_src_install" "gst-plugins-base_src_prepare"
+ "gst-plugins-base_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gst-plugins-good
- '(("gst-plugins-good_src_configure" "gst-plugins-good_src_unpack"
- "gst-plugins-good_src_compile" "gst-plugins-good_src_install")
+ '(("gst-plugins-good_src_compile" "gst-plugins-good_src_configure"
+ "gst-plugins-good_src_install" "gst-plugins-good_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gst-plugins-ugly
- '(("gst-plugins-ugly_src_configure" "gst-plugins-ugly_src_unpack"
- "gst-plugins-ugly_src_compile" "gst-plugins-ugly_src_install")
+ '(("gst-plugins-ugly_src_compile" "gst-plugins-ugly_src_configure"
+ "gst-plugins-ugly_src_install" "gst-plugins-ugly_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-gtk-sharp-module
- '(("add_bdepend" "add_rdepend" "add_depend" "get_sharp_apis"
- "get_sharp_assemblies" "phase_hook" "ac_path_prog_override"
- "pkg_check_modules_override" "gtk-sharp-tarball-post_src_prepare"
- "gnome-sharp-tarball-post_src_prepare" "gtk-sharp-module_src_prepare"
- "gtk-sharp-tarball_src_configure" "gnome-sharp-tarball_src_configure"
- "gtk-sharp-module_src_configure" "gtk-sharp-module_src_compile"
- "gtk-sharp-module_src_install")
+ '(("ac_path_prog_override" "add_bdepend" "add_depend" "add_rdepend"
+ "get_sharp_apis" "get_sharp_assemblies"
+ "gnome-sharp-tarball-post_src_prepare"
+ "gnome-sharp-tarball_src_configure" "gtk-sharp-module_src_compile"
+ "gtk-sharp-module_src_configure" "gtk-sharp-module_src_install"
+ "gtk-sharp-module_src_prepare" "gtk-sharp-tarball-post_src_prepare"
+ "gtk-sharp-tarball_src_configure" "phase_hook"
+ "pkg_check_modules_override")
font-lock-type-face))
(defvar ebuild-mode-keywords-haskell-cabal
- '(("cabal-version" "cabal-bootstrap" "cabal-mksetup" "cabal-hscolour"
- "cabal-haddock" "cabal-hscolour-haddock" "cabal-configure" "cabal-build"
- "cabal-copy" "cabal-pkg" "cabal-is-dummy-lib" "haskell-cabal_pkg_setup"
- "haskell-cabal_src_configure" "cabal_src_configure" "cabal_src_compile"
- "haskell-cabal_src_compile" "haskell-cabal_src_test" "cabal_src_install"
- "haskell-cabal_src_install" "cabal_flag")
+ '(("cabal-bootstrap" "cabal-build" "cabal-configure" "cabal-copy"
+ "cabal-haddock" "cabal-hscolour" "cabal-hscolour-haddock"
+ "cabal-is-dummy-lib" "cabal-mksetup" "cabal-pkg" "cabal-version"
+ "cabal_flag" "cabal_src_compile" "cabal_src_configure"
+ "cabal_src_install" "haskell-cabal_pkg_setup" "haskell-cabal_src_compile"
+ "haskell-cabal_src_configure" "haskell-cabal_src_install"
+ "haskell-cabal_src_test")
font-lock-type-face))
(defvar ebuild-mode-keywords-horde
- '(("horde_pkg_setup" "horde_src_unpack" "horde_src_install"
- "horde_pkg_postinst")
+ '(("horde_pkg_postinst" "horde_pkg_setup" "horde_src_install"
+ "horde_src_unpack")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-intel-sdp
+ '(("intel-sdp_pkg_postinst" "intel-sdp_pkg_postrm" "intel-sdp_pkg_pretend"
+ "intel-sdp_pkg_setup" "intel-sdp_src_install" "intel-sdp_src_unpack"
+ "intel_link_eclipse_plugins")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-ant-2
- '(("java-ant-2_src_configure" "java-ant_bsfix" "_bsfix_die"
- "java-ant_bsfix_files" "java-ant_bsfix_one" "java-ant_rewrite-classpath"
- "java-ant_remove-taskdefs" "f.close" "java-ant_ignore-system-classes"
- "java-ant_xml-rewrite" "java-ant_rewrite-bootclasspath")
+ '(("_bsfix_die" "java-ant-2_src_configure" "java-ant_bsfix"
+ "java-ant_bsfix_files" "java-ant_bsfix_one"
+ "java-ant_ignore-system-classes" "java-ant_remove-taskdefs"
+ "java-ant_rewrite-bootclasspath" "java-ant_rewrite-classpath"
+ "java-ant_xml-rewrite")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-osgi
- '(("_canonicalise" "_java-osgi_plugin" "_java-osgi_makejar"
- "java-osgi_dojar" "java-osgi_newjar" "_java-osgi_makejar-fromfile"
- "java-osgi_newjar-fromfile" "java-osgi_dojar-fromfile")
+ '(("_canonicalise" "_java-osgi_makejar" "_java-osgi_makejar-fromfile"
+ "_java-osgi_plugin" "java-osgi_dojar" "java-osgi_dojar-fromfile"
+ "java-osgi_newjar" "java-osgi_newjar-fromfile")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-pkg-2
- '(("java-pkg-2_pkg_setup" "java-pkg-2_src_prepare" "java-pkg-2_src_compile"
- "java-pkg-2_supports-test" "java-pkg-2_src_test"
- "java-pkg-2_pkg_preinst")
+ '(("java-pkg-2_pkg_preinst" "java-pkg-2_pkg_setup" "java-pkg-2_src_compile"
+ "java-pkg-2_src_prepare" "java-pkg-2_src_test"
+ "java-pkg-2_supports-test")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-pkg-opt-2
- '(("java-pkg-opt-2_pkg_setup" "java-pkg-opt-2_src_prepare"
- "java-pkg-opt-2_pkg_preinst")
+ '(("java-pkg-opt-2_pkg_preinst" "java-pkg-opt-2_pkg_setup"
+ "java-pkg-opt-2_src_prepare")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-pkg-simple
@@ -564,120 +595,126 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-java-utils-2
- '(("java-pkg_doexamples" "java-pkg_dojar" "depend-java-query"
- "java-pkg_regjar" "java-pkg_newjar" "java-pkg_addcp" "java-pkg_doso"
- "java-pkg_regso" "java-pkg_jarinto" "java-pkg_sointo" "java-pkg_dohtml"
- "java-pkg_dojavadoc" "java-pkg_dosrc" "java-pkg_dolauncher"
- "java-pkg_dowar" "java-pkg_recordjavadoc" "java-pkg_jar-from"
- "java-pkg_jarfrom" "java-pkg_getjars" "java-pkg_getjar"
- "java-pkg_register-dependency" "java-pkg_register-optional-dependency"
- "java-pkg_register-environment-variable" "java-pkg_get-bootclasspath"
- "java-pkg_find-normal-jars" "java-pkg_ensure-no-bundled-jars"
- "java-pkg_ensure-vm-version-sufficient"
- "java-pkg_is-vm-version-sufficient" "java-pkg_ensure-vm-version-eq"
- "java-pkg_is-vm-version-eq" "java-pkg_ensure-vm-version-ge"
- "java-pkg_is-vm-version-ge" "java-pkg_set-current-vm"
- "java-pkg_get-current-vm" "java-pkg_current-vm-matches"
- "java-pkg_get-source" "java-pkg_get-target" "java-pkg_get-javac"
- "java-pkg_javac-args" "java-pkg_get-jni-cflags" "java-pkg_ensure-gcj"
- "java-pkg_ensure-test" "java-pkg_register-ant-task"
- "java-pkg_ant-tasks-depend" "ejunit_" "ejunit" "ejunit4"
- "java-utils-2_src_prepare" "java-utils-2_pkg_preinst" "eant" "ejavac"
- "java-pkg_filter-compiler" "java-pkg_force-compiler" "use_doc"
- "java-pkg_init" "java-pkg_init-compiler_" "java-pkg_init_paths_"
- "java-pkg_do_write_" "java-pkg_record-jar_" "java-pkg_append_"
- "java-pkg_expand_dir_" "java-pkg_func-exists" "java-pkg_setup-vm"
- "java-pkg_needs-vm" "java-pkg_get-current-vm" "java-pkg_get-vm-vendor"
- "java-pkg_get-vm-version" "java-pkg_switch-vm" "java-pkg_die"
- "java-pkg_jar-list" "java-pkg_verify-classes" "java-pkg_ensure-dep"
+ '(("depend-java-query" "eant" "ejavac" "ejunit" "ejunit4" "ejunit_"
+ "increment-qa-violations" "is-java-strict" "java-pkg_addcp"
+ "java-pkg_announce-qa-violation" "java-pkg_ant-tasks-depend"
+ "java-pkg_append_" "java-pkg_build-vm-from-handle" "java-pkg_check-jikes"
"java-pkg_check-phase" "java-pkg_check-versioned-jar"
- "java-pkg_check-jikes" "java-pkg_announce-qa-violation"
- "increment-qa-violations" "is-java-strict")
+ "java-pkg_current-vm-matches" "java-pkg_die" "java-pkg_do_write_"
+ "java-pkg_doexamples" "java-pkg_dohtml" "java-pkg_dojar"
+ "java-pkg_dojavadoc" "java-pkg_dolauncher" "java-pkg_doso"
+ "java-pkg_dosrc" "java-pkg_dowar" "java-pkg_ensure-dep"
+ "java-pkg_ensure-gcj" "java-pkg_ensure-no-bundled-jars"
+ "java-pkg_ensure-test" "java-pkg_ensure-vm-version-eq"
+ "java-pkg_ensure-vm-version-ge" "java-pkg_ensure-vm-version-sufficient"
+ "java-pkg_expand_dir_" "java-pkg_filter-compiler"
+ "java-pkg_find-normal-jars" "java-pkg_force-compiler"
+ "java-pkg_func-exists" "java-pkg_get-bootclasspath"
+ "java-pkg_get-current-vm" "java-pkg_get-javac" "java-pkg_get-jni-cflags"
+ "java-pkg_get-source" "java-pkg_get-target" "java-pkg_get-vm-vendor"
+ "java-pkg_get-vm-version" "java-pkg_getjar" "java-pkg_getjars"
+ "java-pkg_init" "java-pkg_init-compiler_" "java-pkg_init_paths_"
+ "java-pkg_is-vm-version-eq" "java-pkg_is-vm-version-ge"
+ "java-pkg_is-vm-version-sufficient" "java-pkg_jar-from"
+ "java-pkg_jar-list" "java-pkg_jarfrom" "java-pkg_jarinto"
+ "java-pkg_javac-args" "java-pkg_needs-vm" "java-pkg_newjar"
+ "java-pkg_record-jar_" "java-pkg_recordjavadoc"
+ "java-pkg_register-ant-task" "java-pkg_register-dependency"
+ "java-pkg_register-environment-variable"
+ "java-pkg_register-optional-dependency" "java-pkg_regjar"
+ "java-pkg_regso" "java-pkg_set-current-vm" "java-pkg_setup-vm"
+ "java-pkg_sointo" "java-pkg_switch-vm" "java-pkg_verify-classes"
+ "java-utils-2_pkg_preinst" "java-utils-2_src_prepare" "use_doc")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-virtuals-2
- '(("java-virtuals-2_src_install" "java-virtuals-2_do_write")
+ '(("java-virtuals-2_do_write" "java-virtuals-2_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-java-vm-2
- '(("java-vm-2_pkg_setup" "java-vm-2_pkg_postinst" "java-vm_check-nsplugin"
- "java-vm_set-nsplugin" "java-vm-2_pkg_prerm" "java-vm-2_pkg_postrm"
- "java_set_default_vm_" "get_system_arch" "set_java_env"
- "java-vm_set-pax-markings" "java-vm_revdep-mask"
- "java-vm_sandbox-predict" "java_get_plugin_dir_" "install_mozilla_plugin"
- "java_mozilla_clean_")
+ '(("get_system_arch" "install_mozilla_plugin" "java-vm-2_pkg_postinst"
+ "java-vm-2_pkg_postrm" "java-vm-2_pkg_prerm" "java-vm-2_pkg_setup"
+ "java-vm_check-nsplugin" "java-vm_revdep-mask" "java-vm_sandbox-predict"
+ "java-vm_set-nsplugin" "java-vm_set-pax-markings" "java_get_plugin_dir_"
+ "java_mozilla_clean_" "java_set_default_vm_" "set_java_env")
font-lock-type-face))
(defvar ebuild-mode-keywords-kde4-base
- '(("_calculate_src_uri" "_calculate_live_repo" "kde4-base_pkg_setup"
- "kde4-base_src_unpack" "kde4-base_src_prepare" "kde4-base_src_configure"
- "kde4-base_src_compile" "kde4-base_src_test" "kde4-base_src_install"
- "kde4-base_pkg_preinst" "kde4-base_pkg_postinst" "kde4-base_pkg_postrm")
+ '(("_calculate_live_repo" "_calculate_src_uri" "kde4-base_pkg_postinst"
+ "kde4-base_pkg_postrm" "kde4-base_pkg_preinst" "kde4-base_pkg_setup"
+ "kde4-base_src_compile" "kde4-base_src_configure" "kde4-base_src_install"
+ "kde4-base_src_prepare" "kde4-base_src_test" "kde4-base_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-kde4-functions
- '(("buildsycoca" "comment_all_add_subdirectory" "enable_selected_linguas"
- "enable_selected_doc_linguas" "migrate_store_dir"
- "save_library_dependencies" "install_library_dependencies"
- "load_library_dependencies" "add_blocker" "add_kdebase_dep"
- "_enable_selected_linguas_dir" "get_kde_version")
+ '(("_enable_selected_linguas_dir" "add_blocker" "add_kdebase_dep"
+ "buildsycoca" "comment_all_add_subdirectory"
+ "enable_selected_doc_linguas" "enable_selected_linguas" "get_kde_version"
+ "install_library_dependencies" "load_library_dependencies"
+ "migrate_store_dir" "save_library_dependencies")
font-lock-type-face))
(defvar ebuild-mode-keywords-kde4-meta
- '(("kde4-meta_pkg_setup" "kde4-meta_src_unpack" "kde4-meta_src_extract"
- "kde4-meta_create_extractlists" "__list_needed_subdirectories"
- "kde4-meta_src_prepare" "_change_cmakelists_parent_dirs"
- "kde4-meta_change_cmakelists" "kde4-meta_src_configure"
- "kde4-meta_src_compile" "kde4-meta_src_test" "kde4-meta_src_install"
- "kde4-meta_pkg_preinst" "kde4-meta_pkg_postinst" "kde4-meta_pkg_postrm")
+ '(("__list_needed_subdirectories" "_change_cmakelists_parent_dirs"
+ "kde4-meta_change_cmakelists" "kde4-meta_create_extractlists"
+ "kde4-meta_pkg_postinst" "kde4-meta_pkg_postrm" "kde4-meta_pkg_preinst"
+ "kde4-meta_pkg_setup" "kde4-meta_src_compile" "kde4-meta_src_configure"
+ "kde4-meta_src_extract" "kde4-meta_src_install" "kde4-meta_src_prepare"
+ "kde4-meta_src_test" "kde4-meta_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-kernel-2
- '(("debug-print-kernel2-variables" "handle_genpatches" "detect_version"
- "kernel_is" "kernel_is_2_4" "kernel_is_2_6" "kernel_header_destdir"
- "cross_pre_c_headers" "env_setup_xmakeopts" "unpack_2_4" "unpack_2_6"
- "universal_unpack" "unpack_set_extraversion" "unpack_fix_install_path"
- "compile_headers" "compile_headers_tweak_config" "install_universal"
- "install_headers" "install_sources" "preinst_headers" "postinst_sources"
- "setup_headers" "unipatch" "getfilevar" "detect_arch" "headers___fix"
- "kernel-2_src_unpack" "kernel-2_src_compile" "kernel-2_src_test"
- "kernel-2_pkg_preinst" "kernel-2_src_install" "kernel-2_pkg_postinst"
- "kernel-2_pkg_setup" "kernel-2_pkg_postrm")
+ '(("compile_headers" "compile_headers_tweak_config" "cross_pre_c_headers"
+ "debug-print-kernel2-variables" "detect_arch" "detect_version"
+ "env_setup_xmakeopts" "getfilevar" "handle_genpatches" "headers___fix"
+ "install_headers" "install_sources" "install_universal"
+ "kernel-2_pkg_postinst" "kernel-2_pkg_postrm" "kernel-2_pkg_preinst"
+ "kernel-2_pkg_setup" "kernel-2_src_compile" "kernel-2_src_install"
+ "kernel-2_src_test" "kernel-2_src_unpack" "kernel_header_destdir"
+ "kernel_is" "kernel_is_2_4" "kernel_is_2_6" "postinst_sources"
+ "preinst_headers" "setup_headers" "unipatch" "universal_unpack"
+ "unpack_2_4" "unpack_2_6" "unpack_fix_install_path"
+ "unpack_set_extraversion")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-l10n
+ '(("l10n_find_plocales_changes" "l10n_for_each_disabled_locale_do"
+ "l10n_for_each_locale_do" "l10n_get_locales")
font-lock-type-face))
(defvar ebuild-mode-keywords-latex-package
- '(("latex-package_has_tetex_3" "latex-package_src_doinstall"
- "latex-package_src_compile" "latex-package_src_install"
- "latex-package_pkg_postinst" "latex-package_pkg_postrm"
- "latex-package_rehash")
+ '(("latex-package_has_tetex_3" "latex-package_pkg_postinst"
+ "latex-package_pkg_postrm" "latex-package_rehash"
+ "latex-package_src_compile" "latex-package_src_doinstall"
+ "latex-package_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-libtool
- '(("elt_patch_dir" "ELT_try_and_apply_patch" "ELT_libtool_version"
- "ELT_walk_patches" "elibtoolize" "uclibctoolize" "darwintoolize"
- "VER_major" "VER_minor" "VER_micro" "VER_to_int")
+ '(("ELT_libtool_version" "ELT_try_and_apply_patch" "ELT_walk_patches"
+ "VER_major" "VER_micro" "VER_minor" "VER_to_int" "darwintoolize"
+ "elibtoolize" "elt_patch_dir" "uclibctoolize")
font-lock-type-face))
(defvar ebuild-mode-keywords-linux-info
- '(("set_arch_to_kernel" "set_arch_to_portage" "qout" "qeinfo" "qewarn"
- "qeerror" "getfilevar" "getfilevar_noexec" "linux_config_qa_check"
- "linux_config_src_exists" "linux_config_bin_exists" "linux_config_exists"
- "require_configured_kernel" "linux_chkconfig_present"
- "linux_chkconfig_module" "linux_chkconfig_builtin"
- "linux_chkconfig_string" "kernel_is" "get_localversion"
- "get_makefile_extract_function" "get_version" "get_running_version"
- "linux-info_get_any_version" "check_kernel_built"
- "check_modules_supported" "check_extra_config" "check_zlibinflate"
- "linux-info_pkg_setup")
+ '(("check_extra_config" "check_kernel_built" "check_modules_supported"
+ "check_zlibinflate" "get_localversion" "get_makefile_extract_function"
+ "get_running_version" "get_version" "getfilevar" "getfilevar_noexec"
+ "kernel_is" "linux-info_get_any_version" "linux-info_pkg_setup"
+ "linux_chkconfig_builtin" "linux_chkconfig_module"
+ "linux_chkconfig_present" "linux_chkconfig_string"
+ "linux_config_bin_exists" "linux_config_exists" "linux_config_qa_check"
+ "linux_config_src_exists" "qeerror" "qeinfo" "qewarn" "qout"
+ "require_configured_kernel" "set_arch_to_kernel" "set_arch_to_portage")
font-lock-type-face))
(defvar ebuild-mode-keywords-linux-mod
- '(("check_vermagic" "use_m" "convert_to_m" "update_depmod" "update_modules"
- "move_old_moduledb" "update_moduledb" "remove_moduledb" "set_kvobj"
- "get-KERNEL_CC" "generate_modulesd" "find_module_params"
- "linux-mod_pkg_setup" "linux-mod_pkg_setup_binary" "strip_modulenames"
- "linux-mod_src_compile" "linux-mod_src_install" "linux-mod_pkg_preinst"
- "linux-mod_pkg_postinst" "linux-mod_pkg_postrm")
+ '(("check_vermagic" "convert_to_m" "find_module_params" "generate_modulesd"
+ "get-KERNEL_CC" "linux-mod_pkg_postinst" "linux-mod_pkg_postrm"
+ "linux-mod_pkg_preinst" "linux-mod_pkg_setup"
+ "linux-mod_pkg_setup_binary" "linux-mod_src_compile"
+ "linux-mod_src_install" "move_old_moduledb" "remove_moduledb" "set_kvobj"
+ "strip_modulenames" "update_depmod" "update_moduledb" "update_modules"
+ "use_m")
font-lock-type-face))
(defvar ebuild-mode-keywords-makeedit
@@ -693,9 +730,9 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-mount-boot
- '(("mount-boot_mount_boot_partition" "mount-boot_pkg_preinst"
- "mount-boot_pkg_prerm" "mount-boot_umount_boot_partition"
- "mount-boot_pkg_postinst" "mount-boot_pkg_postrm")
+ '(("mount-boot_mount_boot_partition" "mount-boot_pkg_postinst"
+ "mount-boot_pkg_postrm" "mount-boot_pkg_preinst" "mount-boot_pkg_prerm"
+ "mount-boot_umount_boot_partition")
font-lock-type-face))
(defvar ebuild-mode-keywords-mozconfig-3
@@ -703,151 +740,170 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-mozcoreconf-2
- '(("mozconfig_annotate" "mozconfig_use_enable" "mozconfig_use_with"
- "mozconfig_use_extension" "moz_pkgsetup" "mozconfig_init" "makemake2"
- "mozconfig_final")
+ '(("makemake2" "moz_pkgsetup" "mozconfig_annotate" "mozconfig_final"
+ "mozconfig_init" "mozconfig_use_enable" "mozconfig_use_extension"
+ "mozconfig_use_with")
font-lock-type-face))
(defvar ebuild-mode-keywords-mozextension
- '(("xpi_unpack" "xpi_install")
+ '(("xpi_install" "xpi_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-mozilla-launcher
- '(("update_mozilla_launcher_symlinks" "install_mozilla_launcher_stub"
+ '(("install_mozilla_launcher_stub" "update_mozilla_launcher_symlinks"
"warn_mozilla_launcher_stub")
font-lock-type-face))
+(defvar ebuild-mode-keywords-mozlinguas
+ '(("mozlinguas_export" "mozlinguas_src_install" "mozlinguas_src_unpack")
+ font-lock-type-face))
+
(defvar ebuild-mode-keywords-multilib
- '(("has_multilib_profile" "get_libdir" "get_abi_var" "get_abi_CFLAGS"
- "get_abi_LDFLAGS" "get_abi_CHOST" "get_abi_CTARGET"
- "get_abi_FAKE_TARGETS" "get_abi_LIBDIR" "get_install_abis" "get_all_abis"
- "get_all_libdirs" "is_final_abi" "number_abis" "get_libname"
- "get_modname" "multilib_env" "multilib_toolchain_setup")
+ '(("get_abi_CFLAGS" "get_abi_CHOST" "get_abi_CTARGET" "get_abi_FAKE_TARGETS"
+ "get_abi_LDFLAGS" "get_abi_LIBDIR" "get_abi_var" "get_all_abis"
+ "get_all_libdirs" "get_install_abis" "get_libdir" "get_libname"
+ "get_modname" "has_multilib_profile" "is_final_abi" "multilib_env"
+ "multilib_toolchain_setup" "number_abis")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-multiprocessing
+ '(("_multijob_fork" "makeopts_jobs" "multijob_child_init" "multijob_finish"
+ "multijob_finish_one" "multijob_init" "multijob_post_fork"
+ "multijob_pre_fork" "redirect_alloc_fd")
font-lock-type-face))
(defvar ebuild-mode-keywords-myspell
- '(("set_fields" "get_myspell_lang" "get_myspell_suffixes"
- "get_myspell_ooo_uri" "myspell_src_install" "myspell_pkg_postinst"
- "myspell_pkg_preinst")
+ '(("get_myspell_lang" "get_myspell_ooo_uri" "get_myspell_suffixes"
+ "myspell_pkg_postinst" "myspell_pkg_preinst" "myspell_src_install"
+ "set_fields")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-myspell-r2
+ '(("myspell-r2_src_install" "myspell-r2_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-mysql-autotools
- '(("mysql-autotools_disable_test" "mysql-autotools_configure_minimal"
- "mysql-autotools_configure_common" "mysql-autotools_configure_51"
- "pbxt_src_configure" "pbxt_src_compile" "pbxt_src_install"
- "mysql-autotools_src_prepare" "mysql-autotools_src_configure"
- "mysql-autotools_src_compile" "mysql-autotools_src_install")
+ '(("mysql-autotools_configure_51" "mysql-autotools_configure_common"
+ "mysql-autotools_configure_minimal" "mysql-autotools_disable_test"
+ "mysql-autotools_src_compile" "mysql-autotools_src_configure"
+ "mysql-autotools_src_install" "mysql-autotools_src_prepare"
+ "pbxt_src_compile" "pbxt_src_configure" "pbxt_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-mysql-cmake
- '(("mysql-cmake_disable_test" "configure_cmake_locale"
- "configure_cmake_minimal" "configure_cmake_standard"
- "mysql-cmake_src_prepare" "mysql-cmake_src_configure"
- "mysql-cmake_src_compile" "mysql-cmake_src_install")
+ '(("configure_cmake_locale" "configure_cmake_minimal"
+ "configure_cmake_standard" "mysql-cmake_disable_test"
+ "mysql-cmake_src_compile" "mysql-cmake_src_configure"
+ "mysql-cmake_src_install" "mysql-cmake_src_prepare")
font-lock-type-face))
(defvar ebuild-mode-keywords-mysql
- '(("pbxt_patch_available" "pbxt_available" "xtradb_patch_available"
- "mysql_disable_test" "mysql_init_vars" "configure_minimal"
- "configure_common" "configure_40_41_50" "configure_51"
- "pbxt_src_configure" "pbxt_src_compile" "pbxt_src_install"
- "mysql_pkg_setup" "mysql_src_unpack" "mysql_src_prepare"
- "mysql_src_configure" "mysql_src_compile" "mysql_src_install"
- "mysql_pkg_preinst" "mysql_pkg_postinst" "mysql_pkg_config"
- "mysql_pkg_postrm")
+ '(("configure_40_41_50" "configure_51" "configure_common"
+ "configure_minimal" "mysql_disable_test" "mysql_init_vars"
+ "mysql_pkg_config" "mysql_pkg_postinst" "mysql_pkg_postrm"
+ "mysql_pkg_preinst" "mysql_pkg_setup" "mysql_src_compile"
+ "mysql_src_configure" "mysql_src_install" "mysql_src_prepare"
+ "mysql_src_unpack" "pbxt_available" "pbxt_patch_available"
+ "pbxt_src_compile" "pbxt_src_configure" "pbxt_src_install"
+ "xtradb_patch_available")
font-lock-type-face))
(defvar ebuild-mode-keywords-mysql_fx
- '(("stripdots" "mysql_check_version_range" "_mysql_test_patch_ver_pn"
- "mysql_mv_patches" "_mysql_mv_patches" "mysql_version_is_at_least"
- "mysql_lib_symlinks" "mysql_init_vars")
+ '(("_mysql_mv_patches" "_mysql_test_patch_ver_pn"
+ "mysql_check_version_range" "mysql_init_vars" "mysql_lib_symlinks"
+ "mysql_mv_patches" "mysql_version_is_at_least" "stripdots")
font-lock-type-face))
(defvar ebuild-mode-keywords-mysql-v2
- '(("pbxt_patch_available" "pbxt_available" "xtradb_patch_available"
- "mysql-v2_disable_test" "configure_minimal" "configure_common"
- "mysql-v2_pkg_setup" "mysql-v2_src_unpack" "mysql-v2_src_prepare"
- "mysql-v2_src_configure" "mysql-v2_src_compile" "mysql-v2_src_install"
- "mysql-v2_pkg_preinst" "mysql-v2_pkg_postinst" "mysql-v2_pkg_config"
- "mysql-v2_pkg_postrm")
+ '(("configure_common" "configure_minimal" "mysql-v2_disable_test"
+ "mysql-v2_pkg_config" "mysql-v2_pkg_postinst" "mysql-v2_pkg_postrm"
+ "mysql-v2_pkg_preinst" "mysql-v2_pkg_setup" "mysql-v2_src_compile"
+ "mysql-v2_src_configure" "mysql-v2_src_install" "mysql-v2_src_prepare"
+ "mysql-v2_src_unpack" "pbxt_available" "pbxt_patch_available"
+ "xtradb_patch_available")
font-lock-type-face))
(defvar ebuild-mode-keywords-mythtv-plugins
- '(("mythtv-plugins_pkg_setup" "mythtv-plugins_src_prepare"
- "mythtv-plugins_src_configure" "mythtv-plugins_src_compile"
- "mythtv-plugins_src_install")
+ '(("mythtv-plugins_pkg_setup" "mythtv-plugins_src_compile"
+ "mythtv-plugins_src_configure" "mythtv-plugins_src_install"
+ "mythtv-plugins_src_prepare")
font-lock-type-face))
(defvar ebuild-mode-keywords-nsplugins
- '(("src_mv_plugins" "pkg_mv_plugins" "inst_plugin" "share_plugins_dir")
+ '(("inst_plugin" "pkg_mv_plugins" "share_plugins_dir" "src_mv_plugins")
font-lock-type-face))
(defvar ebuild-mode-keywords-nvidia-driver
- '(("nvidia-driver-get-card" "nvidia-driver-get-mask"
- "nvidia-driver-check-warning")
+ '(("nvidia-driver-check-warning" "nvidia-driver-get-card"
+ "nvidia-driver-get-mask")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-oasis
+ '(("oasis_src_compile" "oasis_src_configure" "oasis_src_install"
+ "oasis_src_test" "oasis_use_enable")
font-lock-type-face))
(defvar ebuild-mode-keywords-obs-service
- '(("obs-service_src_unpack" "obs-service_src_install")
+ '(("obs-service_src_install" "obs-service_src_prepare"
+ "obs-service_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-office-ext
- '(("office-ext_flush_unopkg_cache" "office-ext_get_implementation"
- "office-ext_add_extension" "office-ext_remove_extension"
- "office-ext_src_install" "office-ext_pkg_postinst"
- "office-ext_pkg_prerm")
+ '(("office-ext_add_extension" "office-ext_flush_unopkg_cache"
+ "office-ext_get_implementation" "office-ext_pkg_postinst"
+ "office-ext_pkg_prerm" "office-ext_remove_extension"
+ "office-ext_src_install" "office-ext_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-openib
- '(("openib_src_unpack")
+ '(("block_other_ofed_versions" "openib_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-pam
- '(("dopamd" "newpamd" "dopamsecurity" "newpamsecurity" "getpam_mod_dir"
- "pammod_hide_symbols" "dopammod" "newpammod" "pamd_mimic_system"
- "pamd_mimic" "cleanpamd" "pam_epam_expand")
+ '(("cleanpamd" "dopamd" "dopammod" "dopamsecurity" "getpam_mod_dir"
+ "newpamd" "newpammod" "newpamsecurity" "pam_epam_expand" "pamd_mimic"
+ "pamd_mimic_system" "pammod_hide_symbols")
font-lock-type-face))
(defvar ebuild-mode-keywords-pax-utils
- '(("pax-mark" "list-paxables" "host-is-pax" "_pax_list_files")
+ '(("_pax_list_files" "host-is-pax" "list-paxables" "pax-mark")
font-lock-type-face))
(defvar ebuild-mode-keywords-perl-app
- '(("perl-app_src_prep" "perl-app_src_configure" "perl-app_src_compile")
+ '(("perl-app_src_compile" "perl-app_src_configure" "perl-app_src_prep")
font-lock-type-face))
(defvar ebuild-mode-keywords-perl-module
- '(("perl-module_src_unpack" "perl-module_src_prepare"
- "perl-module_src_configure" "perl-module_src_prep"
- "perl-module_src_compile" "perl-module_src_test"
- "perl-module_src_install" "perl-module_pkg_setup"
- "perl-module_pkg_preinst" "perl-module_pkg_postinst"
- "perl-module_pkg_prerm" "perl-module_pkg_postrm" "perlinfo"
- "perl_set_version" "fixlocalpod" "perl_delete_localpod"
- "perl_fix_osx_extra" "perl_delete_module_manpages" "perl_delete_packlist"
- "perl_remove_temppath" "perl_link_duallife_scripts" "perl_set_eprefix")
+ '(("fixlocalpod" "perl-module_pkg_postinst" "perl-module_pkg_postrm"
+ "perl-module_pkg_preinst" "perl-module_pkg_prerm" "perl-module_pkg_setup"
+ "perl-module_src_compile" "perl-module_src_configure"
+ "perl-module_src_install" "perl-module_src_prep"
+ "perl-module_src_prepare" "perl-module_src_test" "perl-module_src_unpack"
+ "perl_delete_localpod" "perl_delete_module_manpages"
+ "perl_delete_packlist" "perl_fix_osx_extra" "perl_link_duallife_scripts"
+ "perl_remove_temppath" "perl_set_eprefix" "perl_set_version" "perlinfo")
font-lock-type-face))
(defvar ebuild-mode-keywords-php-common-r1
- '(("php_check_cflags" "php_check_imap" "php_check_java" "php_install_java"
- "php_install_java_inifile" "php_check_mta" "php_check_oracle_all"
- "php_check_oracle_8" "php_check_pgsql" "php_get_mycnf_charset")
+ '(("php_check_cflags" "php_check_imap" "php_check_java" "php_check_mta"
+ "php_check_oracle_8" "php_check_oracle_all" "php_check_pgsql"
+ "php_get_mycnf_charset" "php_install_java" "php_install_java_inifile")
font-lock-type-face))
(defvar ebuild-mode-keywords-phpconfutils
- '(("phpconfutils_sort_flags" "phpconfutils_init" "phpconfutils_usecheck"
- "phpconfutils_require_any" "phpconfutils_use_conflict"
- "phpconfutils_use_depend_all" "phpconfutils_use_depend_any"
- "phpconfutils_extension_disable" "phpconfutils_extension_enable"
- "phpconfutils_extension_without" "phpconfutils_extension_with"
- "phpconfutils_warn_about_external_deps" "phpconfutils_built_with_use"
- "phpconfutils_generate_usefile")
+ '(("phpconfutils_built_with_use" "phpconfutils_extension_disable"
+ "phpconfutils_extension_enable" "phpconfutils_extension_with"
+ "phpconfutils_extension_without" "phpconfutils_generate_usefile"
+ "phpconfutils_init" "phpconfutils_require_any" "phpconfutils_sort_flags"
+ "phpconfutils_use_conflict" "phpconfutils_use_depend_all"
+ "phpconfutils_use_depend_any" "phpconfutils_usecheck"
+ "phpconfutils_warn_about_external_deps")
font-lock-type-face))
(defvar ebuild-mode-keywords-php-ext-base-r1
- '(("php-ext-base-r1_buildinilist" "php-ext-base-r1_src_install"
- "php-ext-base-r1_addextension" "php-ext-base-r1_addtoinifile"
- "php-ext-base-r1_addtoinifiles")
+ '(("php-ext-base-r1_addextension" "php-ext-base-r1_addtoinifile"
+ "php-ext-base-r1_addtoinifiles" "php-ext-base-r1_buildinilist"
+ "php-ext-base-r1_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-php-ext-pecl-r2
@@ -856,12 +912,12 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-php-ext-source-r2
- '(("php-ext-source-r2_src_unpack" "php-ext-source-r2_src_prepare"
- "php-ext-source-r2_phpize" "php-ext-source-r2_src_configure"
- "php-ext-source-r2_src_compile" "php-ext-source-r2_src_install"
- "php_get_slots" "php_init_slot_env" "php-ext-source-r2_buildinilist"
- "php-ext-source-r2_createinifiles" "php-ext-source-r2_addextension"
- "php-ext-source-r2_addtoinifile" "php-ext-source-r2_addtoinifiles")
+ '(("php-ext-source-r2_addextension" "php-ext-source-r2_addtoinifile"
+ "php-ext-source-r2_addtoinifiles" "php-ext-source-r2_buildinilist"
+ "php-ext-source-r2_createinifiles" "php-ext-source-r2_phpize"
+ "php-ext-source-r2_src_compile" "php-ext-source-r2_src_configure"
+ "php-ext-source-r2_src_install" "php-ext-source-r2_src_prepare"
+ "php-ext-source-r2_src_unpack" "php_get_slots" "php_init_slot_env")
font-lock-type-face))
(defvar ebuild-mode-keywords-php-ezc
@@ -881,67 +937,80 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-portability
- '(("treecopy" "seq" "dlopen_lib" "get_bmake" "get_mounts"
- "_dead_portability_user_funcs" "is-login-disabled")
+ '(("_dead_portability_user_funcs" "dlopen_lib" "get_bmake" "get_mounts"
+ "is-login-disabled" "seq" "treecopy")
font-lock-type-face))
(defvar ebuild-mode-keywords-prefix
'(("eprefixify")
font-lock-type-face))
+(defvar ebuild-mode-keywords-python-distutils-ng
+ '(("_python-distutils-ng_default_distutils_compile"
+ "_python-distutils-ng_default_distutils_install"
+ "_python-distutils-ng_get_binary_for_implementation"
+ "_python-distutils-ng_run_for_each_impl"
+ "_python-distutils-ng_run_for_impl" "python-distutils-ng_doscript"
+ "python-distutils-ng_newscript" "python-distutils-ng_redoscript"
+ "python-distutils-ng_rewrite_hashbang" "python-distutils-ng_src_compile"
+ "python-distutils-ng_src_configure" "python-distutils-ng_src_install"
+ "python-distutils-ng_src_prepare" "python-distutils-ng_src_test")
+ font-lock-type-face))
+
(defvar ebuild-mode-keywords-python
- '(("_python_check_python_abi_matching"
+ '(("PYTHON" "_python_abi-specific_local_scope"
+ "_python_calculate_PYTHON_ABIS" "_python_check_python_abi_matching"
+ "_python_check_python_pkg_setup_execution"
+ "_python_clean_compiled_modules" "_python_final_sanity_checks"
+ "_python_get_implementation" "_python_implementation"
+ "_python_initial_sanity_checks" "_python_initialize_prefix_variables"
"_python_package_supporting_installation_for_multiple_python_abis"
- "_python_parse_PYTHON_DEPEND" "_python_implementation"
- "_python_abi-specific_local_scope" "_python_initialize_prefix_variables"
- "_python_initial_sanity_checks" "_python_final_sanity_checks"
- "_python_set_color_variables" "_python_check_python_pkg_setup_execution"
- "python_pkg_setup" "python_convert_shebangs"
- "python_clean_installation_image" "_python_calculate_PYTHON_ABIS"
- "_python_prepare_flags" "_python_restore_flags" "python_execute_function"
- "python_copy_sources" "python_generate_wrapper_scripts"
- "target_executable.close" "python_merge_intermediate_installation_images"
- "python_wrapper_scripts_file.close" "python_set_active_version"
- "python_need_rebuild" "_python_get_implementation" "PYTHON"
- "python_get_implementation" "python_get_implementational_package"
- "python_get_includedir" "python_get_libdir" "python_get_sitedir"
- "python_get_library" "python_get_version"
- "python_get_implementation_and_version" "_python_test_hook"
- "python_execute_nosetests" "python_execute_py.test"
- "python_execute_trial" "python_enable_pyc" "python_disable_pyc"
- "_python_clean_compiled_modules" "python_mod_optimize"
- "python_mod_cleanup" "python_clean_py-compile_files")
+ "_python_prepare_flags" "_python_restore_flags"
+ "_python_set_color_variables" "_python_test_hook" "_python_vecho"
+ "python_clean_installation_image" "python_clean_py-compile_files"
+ "python_convert_shebangs" "python_copy_sources" "python_disable_pyc"
+ "python_enable_pyc" "python_execute_function" "python_execute_nosetests"
+ "python_execute_py.test" "python_execute_trial"
+ "python_generate_wrapper_scripts" "python_get_implementation"
+ "python_get_implementation_and_version"
+ "python_get_implementational_package" "python_get_includedir"
+ "python_get_libdir" "python_get_library" "python_get_sitedir"
+ "python_get_version" "python_merge_intermediate_installation_images"
+ "python_mod_cleanup" "python_mod_optimize" "python_need_rebuild"
+ "python_pkg_setup" "python_set_active_version" "python_src_compile"
+ "python_src_configure" "python_src_install" "python_src_prepare"
+ "python_src_test")
font-lock-type-face))
(defvar ebuild-mode-keywords-qmail
- '(("primes" "is_prime" "dospp" "dosupervise" "qmail_set_cc"
- "qmail_create_groups" "qmail_create_users" "genqmail_src_unpack"
- "qmail_spp_src_unpack" "qmail_src_postunpack" "qmail_src_compile"
- "qmail_spp_src_compile" "qmail_base_install" "qmail_full_install"
- "qmail_config_install" "qmail_man_install" "qmail_sendmail_install"
- "qmail_maildir_install" "qmail_tcprules_install"
- "qmail_supervise_install" "qmail_spp_install" "qmail_ssl_install"
- "qmail_src_install" "qmail_queue_setup" "qmail_rootmail_fixup"
- "qmail_tcprules_fixup" "qmail_tcprules_build" "qmail_config_notice"
- "qmail_supervise_config_notice" "qmail_config_fast"
- "qmail_tcprules_config" "qmail_ssl_generate")
+ '(("dospp" "dosupervise" "genqmail_src_unpack" "is_prime" "primes"
+ "qmail_base_install" "qmail_config_fast" "qmail_config_install"
+ "qmail_config_notice" "qmail_create_groups" "qmail_create_users"
+ "qmail_full_install" "qmail_maildir_install" "qmail_man_install"
+ "qmail_queue_setup" "qmail_rootmail_fixup" "qmail_sendmail_install"
+ "qmail_set_cc" "qmail_spp_install" "qmail_spp_src_compile"
+ "qmail_spp_src_unpack" "qmail_src_compile" "qmail_src_install"
+ "qmail_src_postunpack" "qmail_ssl_generate" "qmail_ssl_install"
+ "qmail_supervise_config_notice" "qmail_supervise_install"
+ "qmail_tcprules_build" "qmail_tcprules_config" "qmail_tcprules_fixup"
+ "qmail_tcprules_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-qt4-build
- '(("qt4-build_pkg_setup" "qt4-build_src_unpack" "qt4-build_src_prepare"
- "qt4-build_src_configure" "qt4-build_src_compile" "qt4-build_src_test"
- "fix_includes" "qt4-build_src_install" "setqtenv"
- "standard_configure_options" "prepare_directories" "build_directories"
- "install_directories" "install_qconfigs" "generate_qconfigs"
- "qt4-build_pkg_postrm" "qt4-build_pkg_postinst" "skip_qmake_build"
- "skip_project_generation" "symlink_binaries_to_buildtree"
- "fix_library_files" "qt_use" "qt_mkspecs_dir" "qt_assistant_cleanup"
- "qt_nolibx11")
+ '(("build_directories" "fix_includes" "fix_library_files"
+ "generate_qconfigs" "install_directories" "install_qconfigs"
+ "prepare_directories" "qt4-build_pkg_postinst" "qt4-build_pkg_postrm"
+ "qt4-build_pkg_setup" "qt4-build_src_compile" "qt4-build_src_configure"
+ "qt4-build_src_install" "qt4-build_src_prepare" "qt4-build_src_test"
+ "qt4-build_src_unpack" "qt_mkspecs_dir" "qt_nolibx11" "qt_use" "setqtenv"
+ "skip_project_generation" "skip_qmake_build"
+ "symlink_binaries_to_buildtree")
font-lock-type-face))
(defvar ebuild-mode-keywords-qt4-r2
- '(("qt4-r2_src_unpack" "qt4-r2_src_prepare" "qt4-r2_src_configure"
- "qt4-r2_src_compile" "qt4-r2_src_install" "_find_project_file" "eqmake4")
+ '(("_find_project_file" "eqmake4" "qt4-r2_src_compile"
+ "qt4-r2_src_configure" "qt4-r2_src_install" "qt4-r2_src_prepare"
+ "qt4-r2_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-rox-0install
@@ -949,45 +1018,46 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-rox
- '(("usemime" "expandmime" "rox_install_wrapper" "rox_install_desktop"
- "rox_pkg_setup" "rox_src_compile" "rox_src_install" "rox_pkg_postinst"
- "rox_pkg_postrm")
+ '(("expandmime" "rox_install_desktop" "rox_install_wrapper"
+ "rox_pkg_postinst" "rox_pkg_postrm" "rox_pkg_setup" "rox_src_compile"
+ "rox_src_install" "usemime")
font-lock-type-face))
(defvar ebuild-mode-keywords-rpm
- '(("rpm_unpack" "srcrpm_unpack" "rpm_src_unpack" "rpm_spec_epatch")
+ '(("rpm_spec_epatch" "rpm_src_unpack" "rpm_unpack" "srcrpm_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-ruby-fakegem
- '(("ruby_fakegem_gemsdir" "ruby_fakegem_doins" "ruby_fakegem_newins"
- "ruby_fakegem_install_gemspec" "ruby_fakegem_gemspec_gemspec"
- "ruby_fakegem_metadata_gemspec" "ruby_fakegem_genspec"
- "ruby_fakegem_binwrapper" "all_fakegem_compile" "all_ruby_unpack"
- "all_ruby_compile" "each_fakegem_test" "each_fakegem_install"
- "each_ruby_install" "all_fakegem_install" "all_ruby_install")
+ '(("all_fakegem_compile" "all_fakegem_install" "all_ruby_compile"
+ "all_ruby_install" "all_ruby_unpack" "each_fakegem_install"
+ "each_fakegem_test" "each_ruby_install" "each_ruby_test"
+ "ruby_fakegem_binwrapper" "ruby_fakegem_doins" "ruby_fakegem_gemsdir"
+ "ruby_fakegem_gemspec_gemspec" "ruby_fakegem_genspec"
+ "ruby_fakegem_install_gemspec" "ruby_fakegem_metadata_gemspec"
+ "ruby_fakegem_newins")
font-lock-type-face))
(defvar ebuild-mode-keywords-ruby-ng
- '(("ruby_implementation_depend" "ruby_samelib" "_ruby_atoms_samelib_generic"
- "ruby_implementation_command" "_ruby_atoms_samelib"
- "_ruby_wrap_conditions" "ruby_add_rdepend" "ruby_add_bdepend"
- "ruby_get_use_implementations" "ruby_get_use_targets"
- "ruby_implementations_depend" "_ruby_invoke_environment"
- "_ruby_each_implementation" "ruby-ng_pkg_setup" "ruby-ng_src_unpack"
- "_ruby_apply_patches" "_ruby_source_copy" "ruby-ng_src_prepare"
- "ruby-ng_src_configure" "ruby-ng_src_compile" "ruby-ng_src_test"
- "_each_ruby_check_install" "ruby-ng_src_install" "ruby_rbconfig_value"
- "doruby" "ruby_get_libruby" "ruby_get_hdrdir" "ruby_get_version"
- "ruby_get_implementation")
+ '(("_each_ruby_check_install" "_ruby_apply_patches" "_ruby_atoms_samelib"
+ "_ruby_atoms_samelib_generic" "_ruby_each_implementation"
+ "_ruby_invoke_environment" "_ruby_source_copy" "_ruby_wrap_conditions"
+ "doruby" "ruby-ng_cucumber" "ruby-ng_pkg_setup" "ruby-ng_rspec"
+ "ruby-ng_src_compile" "ruby-ng_src_configure" "ruby-ng_src_install"
+ "ruby-ng_src_prepare" "ruby-ng_src_test" "ruby-ng_src_unpack"
+ "ruby-ng_testrb-2" "ruby_add_bdepend" "ruby_add_rdepend"
+ "ruby_get_hdrdir" "ruby_get_implementation" "ruby_get_libruby"
+ "ruby_get_use_implementations" "ruby_get_use_targets" "ruby_get_version"
+ "ruby_implementation_command" "ruby_implementation_depend"
+ "ruby_implementations_depend" "ruby_rbconfig_value" "ruby_samelib")
font-lock-type-face))
(defvar ebuild-mode-keywords-ruby-ng-gnome2
- '(("each_ruby_configure" "each_ruby_compile" "each_ruby_install"
- "all_ruby_install")
+ '(("all_ruby_install" "each_ruby_compile" "each_ruby_configure"
+ "each_ruby_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-savedconfig
- '(("save_config" "restore_config" "savedconfig_pkg_postinst")
+ '(("restore_config" "save_config" "savedconfig_pkg_postinst")
font-lock-type-face))
(defvar ebuild-mode-keywords-scons-utils
@@ -995,25 +1065,25 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-scsh
- '(("scsh_scsh_path" "set_layout" "set_path_variables" "scsh_src_unpack"
- "scsh_get_layout_conf" "scsh_src_compile" "scsh_src_install")
+ '(("scsh_get_layout_conf" "scsh_scsh_path" "scsh_src_compile"
+ "scsh_src_install" "scsh_src_unpack" "set_layout" "set_path_variables")
font-lock-type-face))
(defvar ebuild-mode-keywords-selinux-policy-2
- '(("selinux-policy-2_src_unpack" "selinux-policy-2_src_prepare"
- "selinux-policy-2_src_compile" "selinux-policy-2_src_install"
- "selinux-policy-2_pkg_postinst")
+ '(("selinux-policy-2_pkg_postinst" "selinux-policy-2_src_compile"
+ "selinux-policy-2_src_install" "selinux-policy-2_src_prepare"
+ "selinux-policy-2_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-sgml-catalog
- '(("sgml-catalog_cat_include" "sgml-catalog_cat_doinstall"
- "sgml-catalog_cat_doremove" "sgml-catalog_pkg_postinst"
- "sgml-catalog_pkg_prerm" "sgml-catalog_pkg_postrm" "sgml-catalog_cleanup"
- "sgml-catalog_src_compile")
+ '(("sgml-catalog_cat_doinstall" "sgml-catalog_cat_doremove"
+ "sgml-catalog_cat_include" "sgml-catalog_cleanup"
+ "sgml-catalog_pkg_postinst" "sgml-catalog_pkg_postrm"
+ "sgml-catalog_pkg_prerm" "sgml-catalog_src_compile")
font-lock-type-face))
(defvar ebuild-mode-keywords-ssl-cert
- '(("gen_cnf" "get_base" "gen_key" "gen_csr" "gen_crt" "gen_pem" "docert"
+ '(("docert" "gen_cnf" "gen_crt" "gen_csr" "gen_key" "gen_pem" "get_base"
"install_cert")
font-lock-type-face))
@@ -1022,10 +1092,10 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-subversion
- '(("subversion_fetch" "subversion_bootstrap" "subversion_src_unpack"
- "subversion_src_prepare" "subversion_wc_info" "subversion__svn_info"
- "subversion__get_repository_uri" "subversion__get_wc_path"
- "subversion__get_peg_revision" "subversion_pkg_preinst")
+ '(("subversion__get_peg_revision" "subversion__get_repository_uri"
+ "subversion__get_wc_path" "subversion__svn_info" "subversion_bootstrap"
+ "subversion_fetch" "subversion_pkg_preinst" "subversion_src_prepare"
+ "subversion_src_unpack" "subversion_wc_info")
font-lock-type-face))
(defvar ebuild-mode-keywords-sword-module
@@ -1033,109 +1103,130 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-systemd
- '(("_systemd_get_unitdir" "systemd_get_unitdir" "systemd_dounit"
- "systemd_newunit" "systemd_dotmpfilesd" "systemd_enable_service"
- "systemd_with_unitdir" "systemd_to_myeconfargs")
+ '(("_systemd_get_unitdir" "systemd_dotmpfilesd" "systemd_dounit"
+ "systemd_enable_service" "systemd_get_unitdir" "systemd_newtmpfilesd"
+ "systemd_newunit" "systemd_to_myeconfargs" "systemd_with_unitdir")
font-lock-type-face))
(defvar ebuild-mode-keywords-texlive-common
- '(("texlive-common_handle_config_files"
- "texlive-common_is_file_present_in_texmf" "texlive-common_do_symlinks"
- "etexlinks" "dobin_texmf_scripts" "etexmf-update")
+ '(("dobin_texmf_scripts" "etexlinks" "etexmf-update"
+ "texlive-common_do_symlinks" "texlive-common_handle_config_files"
+ "texlive-common_is_file_present_in_texmf")
font-lock-type-face))
(defvar ebuild-mode-keywords-texlive-module
- '(("texlive-module_src_unpack" "texlive-module_add_format"
+ '(("texlive-module_add_format" "texlive-module_make_language_dat_lines"
"texlive-module_make_language_def_lines"
- "texlive-module_make_language_dat_lines"
- "texlive-module_synonyms_to_language_lua_line"
- "texlive-module_make_language_lua_lines" "texlive-module_src_compile"
- "texlive-module_src_install" "texlive-module_pkg_postinst"
- "texlive-module_pkg_postrm")
- font-lock-type-face))
-
-(defvar ebuild-mode-keywords-tla
- '(("tla_register_archives" "tla_check_vars" "tla_fetch" "tla_src_unpack")
+ "texlive-module_make_language_lua_lines" "texlive-module_pkg_postinst"
+ "texlive-module_pkg_postrm" "texlive-module_src_compile"
+ "texlive-module_src_install" "texlive-module_src_unpack"
+ "texlive-module_synonyms_to_language_lua_line")
font-lock-type-face))
(defvar ebuild-mode-keywords-toolchain-binutils
- '(("is_cross" "add_src_uri" "tc-binutils_unpack" "tc-binutils_apply_patches"
- "toolchain-binutils_src_unpack" "toolchain-binutils_src_compile"
- "toolchain-binutils_src_test" "toolchain-binutils_src_install"
- "toolchain-binutils_pkg_postinst" "toolchain-binutils_pkg_postrm")
+ '(("add_src_uri" "is_cross" "tc-binutils_apply_patches" "tc-binutils_unpack"
+ "toolchain-binutils_pkg_postinst" "toolchain-binutils_pkg_postrm"
+ "toolchain-binutils_src_compile" "toolchain-binutils_src_install"
+ "toolchain-binutils_src_test" "toolchain-binutils_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-toolchain
- '(("is_crosscompile" "tc_version_is_at_least" "gentoo_urls"
- "get_gcc_src_uri" "get_make_var" "XGCC" "hardened_gcc_works"
- "hardened_gcc_is_stable" "want_pie" "want_minispecs" "gcc-lang-supported"
- "make_gcc_hard" "create_gcc_env_entry" "setup_minispecs_gcc_build_specs"
- "copy_minispecs_gcc_specs" "toolchain_pkg_setup" "toolchain_pkg_preinst"
- "toolchain_pkg_postinst" "toolchain_pkg_prerm" "toolchain_pkg_postrm"
- "guess_patch_type_in_dir" "do_gcc_rename_java_bins"
- "toolchain_src_unpack" "gcc-abi-map" "gcc-multilib-configure"
- "gcc-compiler-configure" "gcc_do_configure" "toolchain_death_notice"
- "gcc_do_make" "gcc_do_filter_flags" "toolchain_src_compile"
- "toolchain_src_test" "toolchain_src_install" "gcc_slot_java"
- "gcc_movelibs" "gcc_quick_unpack" "do_gcc_HTB_patches"
- "do_gcc_PIE_patches" "should_we_gcc_config" "do_gcc_config"
- "gcc_version_patch" "setup_multilib_osdirnames"
- "disable_multilib_libjava" "fix_libtool_libdir_paths" "is_multilib"
- "is_cxx" "is_d" "is_f77" "is_f95" "is_fortran" "is_gcj" "is_go"
- "is_libffi" "is_objc" "is_objcxx" "is_ada" "is_treelang" "gcc_pkg_setup"
- "gcc_src_unpack" "gcc_src_compile" "gcc_src_test")
+ '(("XGCC" "copy_minispecs_gcc_specs" "create_gcc_env_entry"
+ "disable_multilib_libjava" "do_gcc_HTB_patches" "do_gcc_PIE_patches"
+ "do_gcc_config" "do_gcc_rename_java_bins" "fix_libtool_libdir_paths"
+ "gcc-abi-map" "gcc-compiler-configure" "gcc-lang-supported"
+ "gcc-multilib-configure" "gcc_do_configure" "gcc_do_filter_flags"
+ "gcc_do_make" "gcc_movelibs" "gcc_pkg_setup" "gcc_quick_unpack"
+ "gcc_slot_java" "gcc_src_compile" "gcc_src_test" "gcc_src_unpack"
+ "gcc_version_patch" "gentoo_urls" "get_gcc_src_uri" "get_make_var"
+ "guess_patch_type_in_dir" "hardened_gcc_is_stable" "hardened_gcc_works"
+ "is_ada" "is_crosscompile" "is_cxx" "is_d" "is_f77" "is_f95" "is_fortran"
+ "is_gcj" "is_go" "is_multilib" "is_objc" "is_objcxx" "is_treelang"
+ "make_gcc_hard" "setup_minispecs_gcc_build_specs"
+ "setup_multilib_osdirnames" "should_we_gcc_config"
+ "tc_version_is_at_least" "toolchain_death_notice"
+ "toolchain_pkg_postinst" "toolchain_pkg_postrm" "toolchain_pkg_setup"
+ "toolchain_src_compile" "toolchain_src_install" "toolchain_src_test"
+ "toolchain_src_unpack" "want_minispecs" "want_pie")
font-lock-type-face))
(defvar ebuild-mode-keywords-toolchain-funcs
- '(("_tc-getPROG" "tc-getBUILD_PROG" "tc-getPROG" "tc-getAR" "tc-getAS"
- "tc-getCC" "tc-getCPP" "tc-getCXX" "tc-getLD" "tc-getSTRIP" "tc-getNM"
- "tc-getRANLIB" "tc-getOBJCOPY" "tc-getF77" "tc-getFC" "tc-getGCJ"
- "tc-getPKG_CONFIG" "tc-getRC" "tc-getDLLWRAP" "tc-getBUILD_AR"
- "tc-getBUILD_AS" "tc-getBUILD_CC" "tc-getBUILD_CPP" "tc-getBUILD_CXX"
- "tc-getBUILD_LD" "tc-getBUILD_STRIP" "tc-getBUILD_NM"
- "tc-getBUILD_RANLIB" "tc-getBUILD_OBJCOPY" "tc-getBUILD_PKG_CONFIG"
- "tc-export" "tc-is-cross-compiler" "tc-is-softfloat" "tc-is-hardfloat"
- "tc-is-static-only" "tc-env_build" "econf_build" "tc-has-openmp"
- "tc-has-tls" "tc-ninja_magic_to_arch" "ninj" "tc-arch-kernel" "tc-arch"
- "tc-endian" "_gcc_fullversion" "gcc-fullversion" "gcc-version"
- "gcc-major-version" "gcc-minor-version" "gcc-micro-version"
- "_gcc-install-dir" "_gcc-specs-exists" "_gcc-specs-directive_raw"
- "gcc-specs-directive" "gcc-specs-relro" "gcc-specs-now" "gcc-specs-pie"
- "gcc-specs-ssp" "gcc-specs-ssp-to-all" "gcc-specs-nostrict"
- "gen_usr_ldscript")
+ '(("_gcc-install-dir" "_gcc-specs-directive_raw" "_gcc-specs-exists"
+ "_gcc_fullversion" "_tc-getPROG" "econf_build" "gcc-fullversion"
+ "gcc-major-version" "gcc-micro-version" "gcc-minor-version"
+ "gcc-specs-directive" "gcc-specs-nostrict" "gcc-specs-now"
+ "gcc-specs-pie" "gcc-specs-relro" "gcc-specs-ssp" "gcc-specs-ssp-to-all"
+ "gcc-version" "gen_usr_ldscript" "tc-arch" "tc-arch-kernel" "tc-endian"
+ "tc-env_build" "tc-export" "tc-export_build_env" "tc-getAR" "tc-getAS"
+ "tc-getBUILD_AR" "tc-getBUILD_AS" "tc-getBUILD_CC" "tc-getBUILD_CPP"
+ "tc-getBUILD_CXX" "tc-getBUILD_LD" "tc-getBUILD_NM" "tc-getBUILD_OBJCOPY"
+ "tc-getBUILD_PKG_CONFIG" "tc-getBUILD_PROG" "tc-getBUILD_RANLIB"
+ "tc-getBUILD_STRIP" "tc-getCC" "tc-getCPP" "tc-getCXX" "tc-getDLLWRAP"
+ "tc-getF77" "tc-getFC" "tc-getGCJ" "tc-getLD" "tc-getNM" "tc-getOBJCOPY"
+ "tc-getPKG_CONFIG" "tc-getPROG" "tc-getRANLIB" "tc-getRC" "tc-getSTRIP"
+ "tc-has-openmp" "tc-has-tls" "tc-is-cross-compiler" "tc-is-softfloat"
+ "tc-is-static-only" "tc-ninja_magic_to_arch")
font-lock-type-face))
(defvar ebuild-mode-keywords-twisted
- '(("twisted_src_test" "twisted_src_install" "_twisted_update_plugin_cache"
- "twisted_pkg_postinst" "twisted_pkg_postrm")
+ '(("_twisted_update_plugin_cache" "twisted_pkg_postinst"
+ "twisted_pkg_postrm" "twisted_src_install" "twisted_src_test")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-unpacker
+ '(("_unpacker" "find_unpackable_file" "unpack_banner" "unpack_cpio"
+ "unpack_deb" "unpack_makeself" "unpack_pdv" "unpacker"
+ "unpacker_src_unpack" "unpacker_src_uri_depends")
font-lock-type-face))
(defvar ebuild-mode-keywords-user
- '(("_assert_pkg_ebuild_phase" "egetent" "enewuser" "enewgroup" "egethome"
- "egetshell")
+ '(("_assert_pkg_ebuild_phase" "egetent" "egethome" "egetshell" "enewgroup"
+ "enewuser" "esethome")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-vala
+ '(("vala_api_versions" "vala_best_api_version" "vala_depend"
+ "vala_src_prepare")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-vcs-snapshot
+ '(("vcs-snapshot_src_unpack")
+ font-lock-type-face))
+
+(defvar ebuild-mode-keywords-vdr-plugin-2
+ '(("create_header_checksum_file" "create_plugindb_file"
+ "delete_orphan_plugindb_file" "dev_check" "fix_vdr_libsi_include"
+ "gettext_missing" "has_vdr" "linguas_support"
+ "vdr-plugin-2_copy_source_tree" "vdr-plugin-2_install_source_tree"
+ "vdr-plugin-2_pkg_config" "vdr-plugin-2_pkg_postinst"
+ "vdr-plugin-2_pkg_postrm" "vdr-plugin-2_pkg_setup"
+ "vdr-plugin-2_print_enable_command" "vdr-plugin-2_src_compile"
+ "vdr-plugin-2_src_install" "vdr-plugin-2_src_prepare"
+ "vdr-plugin-2_src_unpack" "vdr-plugin-2_src_util" "vdr_i18n"
+ "vdr_patchmakefile")
font-lock-type-face))
(defvar ebuild-mode-keywords-vdr-plugin
- '(("create_plugindb_file" "delete_orphan_plugindb_file"
- "create_header_checksum_file" "fix_vdr_libsi_include" "vdr_patchmakefile"
- "vdr_add_local_patch" "vdr_has_gettext" "plugin_has_gettext"
- "vdr_i18n_convert_to_gettext" "vdr_i18n_disable_gettext" "vdr_i18n"
- "vdr-plugin_copy_source_tree" "vdr-plugin_install_source_tree"
- "vdr-plugin_print_enable_command" "has_vdr" "vdr-plugin_pkg_setup"
- "vdr-plugin_src_util" "vdr-plugin_src_unpack" "vdr-plugin_src_prepare"
- "vdr-plugin_src_compile" "vdr-plugin_src_install"
- "vdr-plugin_pkg_postinst" "vdr-plugin_pkg_postrm"
- "vdr-plugin_pkg_config")
+ '(("create_header_checksum_file" "create_plugindb_file"
+ "delete_orphan_plugindb_file" "fix_vdr_libsi_include" "has_vdr"
+ "plugin_has_gettext" "vdr-plugin_copy_source_tree"
+ "vdr-plugin_install_source_tree" "vdr-plugin_pkg_config"
+ "vdr-plugin_pkg_postinst" "vdr-plugin_pkg_postrm" "vdr-plugin_pkg_setup"
+ "vdr-plugin_print_enable_command" "vdr-plugin_src_compile"
+ "vdr-plugin_src_install" "vdr-plugin_src_prepare" "vdr-plugin_src_unpack"
+ "vdr-plugin_src_util" "vdr_has_gettext" "vdr_i18n"
+ "vdr_i18n_convert_to_gettext" "vdr_i18n_disable_gettext"
+ "vdr_patchmakefile")
font-lock-type-face))
(defvar ebuild-mode-keywords-versionator
- '(("get_all_version_components" "get_version_components" "get_major_version"
- "get_version_component_range" "get_after_major_version"
- "replace_version_separator" "replace_all_version_separators"
- "delete_version_separator" "delete_all_version_separators"
- "get_version_component_count" "get_last_version_component_index"
- "version_is_at_least" "version_compare" "version_sort"
- "version_format_string")
+ '(("delete_all_version_separators" "delete_version_separator"
+ "get_after_major_version" "get_all_version_components"
+ "get_last_version_component_index" "get_major_version"
+ "get_version_component_count" "get_version_component_range"
+ "get_version_components" "replace_all_version_separators"
+ "replace_version_separator" "version_compare" "version_format_string"
+ "version_is_at_least" "version_sort")
font-lock-type-face))
(defvar ebuild-mode-keywords-vim-doc
@@ -1143,28 +1234,28 @@
font-lock-type-face))
(defvar ebuild-mode-keywords-vim
- '(("apply_vim_patches" "vim_pkg_setup" "vim_src_prepare" "vim_src_unpack"
- "vim_src_configure" "vim_src_compile" "vim_src_install"
- "update_vim_symlinks" "vim_pkg_postinst" "vim_pkg_postrm" "vim_src_test")
+ '(("apply_vim_patches" "update_vim_symlinks" "vim_pkg_postinst"
+ "vim_pkg_postrm" "vim_pkg_setup" "vim_src_compile" "vim_src_configure"
+ "vim_src_install" "vim_src_prepare" "vim_src_test" "vim_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-vim-plugin
- '(("vim-plugin_src_install" "vim-plugin_pkg_postinst"
- "vim-plugin_pkg_postrm" "update_vim_afterscripts"
- "display_vim_plugin_help")
+ '(("display_vim_plugin_help" "update_vim_afterscripts"
+ "vim-plugin_pkg_postinst" "vim-plugin_pkg_postrm"
+ "vim-plugin_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-vim-spell
- '(("vim-spell_src_install" "vim-spell_pkg_postinst")
+ '(("vim-spell_pkg_postinst" "vim-spell_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-virtualx
- '(("virtualmake" "Xmake" "Xemake" "Xeconf")
+ '(("Xeconf" "Xemake" "Xmake" "virtualmake")
font-lock-type-face))
(defvar ebuild-mode-keywords-virtuoso
- '(("virtuoso_src_prepare" "virtuoso_src_configure" "virtuoso_src_compile"
- "virtuoso_src_install")
+ '(("virtuoso_src_compile" "virtuoso_src_configure" "virtuoso_src_install"
+ "virtuoso_src_prepare")
font-lock-type-face))
(defvar ebuild-mode-keywords-vmware-bundle
@@ -1172,79 +1263,71 @@
"vmware-bundle_extract-component")
font-lock-type-face))
-(defvar ebuild-mode-keywords-vmware
- '(("vmware_create_initd" "vmware_run_questions" "vmware_determine_product"
- "vmware_pkg_setup" "vmware_src_unpack" "vmware_src_install"
- "vmware_pkg_preinst" "vmware_pkg_postinst" "vmware_pkg_postrm")
- font-lock-type-face))
-
-(defvar ebuild-mode-keywords-vmware-mod
- '(("vmware-mod_pkg_setup" "vmware-mod_src_unpack" "vmware-mod_src_install")
- font-lock-type-face))
-
(defvar ebuild-mode-keywords-waf-utils
- '(("waf-utils_src_configure" "waf-utils_src_compile"
+ '(("waf-utils_src_compile" "waf-utils_src_configure"
"waf-utils_src_install")
font-lock-type-face))
(defvar ebuild-mode-keywords-webapp
- '(("webapp_read_config" "webapp_checkfileexists" "webapp_check_installedat"
- "webapp_strip_appdir" "webapp_strip_d" "webapp_strip_cwd"
- "webapp_getinstalltype" "need_httpd" "need_httpd_cgi"
- "need_httpd_fastcgi" "webapp_configfile" "webapp_hook_script"
- "webapp_postinst_txt" "webapp_postupgrade_txt" "_webapp_serverowned"
- "webapp_serverowned" "webapp_server_configfile" "webapp_sqlscript"
- "webapp_src_preinst" "webapp_pkg_setup" "webapp_src_install"
- "webapp_pkg_postinst" "webapp_pkg_prerm")
+ '(("_webapp_serverowned" "need_httpd" "need_httpd_cgi" "need_httpd_fastcgi"
+ "webapp_check_installedat" "webapp_checkfileexists" "webapp_configfile"
+ "webapp_getinstalltype" "webapp_hook_script" "webapp_pkg_postinst"
+ "webapp_pkg_prerm" "webapp_pkg_setup" "webapp_postinst_txt"
+ "webapp_postupgrade_txt" "webapp_read_config" "webapp_server_configfile"
+ "webapp_serverowned" "webapp_sqlscript" "webapp_src_install"
+ "webapp_src_preinst" "webapp_strip_appdir" "webapp_strip_cwd"
+ "webapp_strip_d")
font-lock-type-face))
(defvar ebuild-mode-keywords-wxwidgets
- '(("wxwidgets_pkg_setup" "need-wxwidgets" "check_wxuse")
+ '(("check_wxuse" "need-wxwidgets" "wxwidgets_pkg_setup")
font-lock-type-face))
(defvar ebuild-mode-keywords-xemacs-elisp-common
- '(("xemacs-elisp-comp" "xemacs-elisp-site-file-install"
+ '(("xemacs-elisp-comp" "xemacs-elisp-compile" "xemacs-elisp-install"
+ "xemacs-elisp-make-autoload-file" "xemacs-elisp-site-file-install"
"xemacs-elisp-site-regen")
font-lock-type-face))
(defvar ebuild-mode-keywords-xemacs-elisp
- '(("xemacs-elisp_src_unpack" "xemacs-elisp_src_compile")
+ '(("xemacs-elisp_src_compile" "xemacs-elisp_src_install"
+ "xemacs-elisp_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-xemacs-packages
- '(("xemacs-packages_src_unpack" "xemacs-packages_src_compile"
- "xemacs-packages_src_install")
+ '(("xemacs-packages_src_compile" "xemacs-packages_src_install"
+ "xemacs-packages_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-xfconf
- '(("xfconf_use_debug" "xfconf_src_unpack" "xfconf_src_prepare"
- "xfconf_src_configure" "xfconf_src_install" "xfconf_pkg_preinst"
- "xfconf_pkg_postinst" "xfconf_pkg_postrm")
+ '(("xfconf_pkg_postinst" "xfconf_pkg_postrm" "xfconf_pkg_preinst"
+ "xfconf_src_configure" "xfconf_src_install" "xfconf_src_prepare"
+ "xfconf_src_unpack" "xfconf_use_debug")
font-lock-type-face))
(defvar ebuild-mode-keywords-x-modular
- '(("x-modular_specs_check" "x-modular_dri_check"
- "x-modular_server_supports_drivers_check" "x-modular_unpack_source"
- "x-modular_patch_source" "x-modular_reconf_source"
- "x-modular_src_prepare" "x-modular_src_unpack" "x-modular_font_configure"
- "x-modular_debug_setup" "x-modular_src_configure" "x-modular_src_make"
- "x-modular_src_compile" "x-modular_src_install" "x-modular_pkg_preinst"
- "x-modular_pkg_postinst" "x-modular_pkg_postrm" "setup_fonts"
- "remove_font_metadata" "install_driver_hwdata" "discover_font_dirs"
- "create_fonts_scale" "create_fonts_dir" "create_font_cache")
+ '(("create_font_cache" "create_fonts_dir" "create_fonts_scale"
+ "discover_font_dirs" "install_driver_hwdata" "remove_font_metadata"
+ "setup_fonts" "x-modular_debug_setup" "x-modular_dri_check"
+ "x-modular_font_configure" "x-modular_patch_source"
+ "x-modular_pkg_postinst" "x-modular_pkg_postrm" "x-modular_pkg_preinst"
+ "x-modular_reconf_source" "x-modular_server_supports_drivers_check"
+ "x-modular_specs_check" "x-modular_src_compile" "x-modular_src_configure"
+ "x-modular_src_install" "x-modular_src_make" "x-modular_src_prepare"
+ "x-modular_src_unpack" "x-modular_unpack_source")
font-lock-type-face))
(defvar ebuild-mode-keywords-xorg-2
- '(("xorg-2_pkg_setup" "xorg-2_src_unpack" "xorg-2_patch_source"
- "xorg-2_reconf_source" "xorg-2_src_prepare" "xorg-2_font_configure"
- "xorg-2_flags_setup" "xorg-2_src_configure" "xorg-2_src_compile"
- "xorg-2_src_install" "xorg-2_pkg_postinst" "xorg-2_pkg_postrm"
- "remove_font_metadata" "create_fonts_scale" "create_fonts_dir")
+ '(("create_fonts_dir" "create_fonts_scale" "remove_font_metadata"
+ "xorg-2_flags_setup" "xorg-2_font_configure" "xorg-2_patch_source"
+ "xorg-2_pkg_postinst" "xorg-2_pkg_postrm" "xorg-2_pkg_setup"
+ "xorg-2_reconf_source" "xorg-2_src_compile" "xorg-2_src_configure"
+ "xorg-2_src_install" "xorg-2_src_prepare" "xorg-2_src_unpack")
font-lock-type-face))
(defvar ebuild-mode-keywords-zproduct
- '(("zproduct_src_install" "docs_move" "zproduct_pkg_postinst"
- "zproduct_pkg_prerm" "zproduct_pkg_config")
+ '(("docs_move" "zproduct_pkg_config" "zproduct_pkg_postinst"
+ "zproduct_pkg_prerm" "zproduct_src_install")
font-lock-type-face))
;; Local Variables: