summaryrefslogtreecommitdiff
blob: d0eab41b5b8cc522dcaaf72f5e04482f27d56aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/**
 * Name: ebuild
 * Description: Gentoo Portage ebuild
 * Author: Ed Catmur <ed@catmur.co.uk>
 *
 * Based on gentoo.vim by Ciaran McCreesh <ciaranm@gentoo.org>
 */

state ebuild extends bash
{
    /* Variables */
    /^([ \t]*)([0-9a-zA-Z_.-]+)(=)/ {
		language_print ($1);
        variable_name_face(true);
		language_print ($2);
		variable_name_face(false);
		language_print ($3);
	}
    
	/* Core keywords */
	/\b(use|has_version|best_version|use_with|use_enable|check_KV\
|keepdir|econf|die|einstall|einfo|ewarn|eerror|diropts\
|dobin|docinto|dodoc|doexe|dohard|dohtml|doinfo|doins\
|dolib|dolib|a|dolib|so|doman|dosbin|dosym|emake|exeinto\
|exeopts|fowners|fperms|insinto|insopts|into|libopts|newbin\
|newexe|newins|newman|newsbin|prepall|prepalldocs|prepallinfo\
|prepallman|prepallstrip|has|unpack|dopython|dosed|into\
|doinitd|doconfd|doenvd|dojar|domo|dodir|ebegin|eend\
|newconfd|newdoc|newenvd|newinitd|newlib\.a|newlib\.so\
|hasq|hasv|useq|usev\
|addread|addwrite|adddeny|addpredict\
|inherit\
|EXPORT_FUNCTIONS)\b/ {
		keyword_face(true);
		language_print ($0);
		keyword_face (false);
	}

	/* Recognised functions */
	/\b(pkg_nofetch|pkg_setup|src_unpack|src_compile|src_test|src_install\
|pkg_preinst|pkg_postinst|pkg_prerm|pkg_postrm|pkg_config)\b/ {
		function_name_face(true);
		language_print ($0);
		function_name_face(false);
	}

	/* Other keywords */
	/\b(gen_usr_ldscript|draw_line|epatch|have_NPTL|get_number_of_jobs|egetent\
|emktemp|enewuser|enewgroup|edos2unix|make_desktop_entry|unpack_pdv\
|unpack_makeself|check_license|cdrom_get_cds|cdrom_load_next\
|cdrom_locate_file_on_cd|strip|linguas|epause|ebeep|built_with_use\
|make_session_desktop|domenu|doicon|find_unpackable_file|unpack_pdv\
|set_arch_to_kernel|set_arch_to_portage|preserve_old_lib\
|preserve_old_lib_notify|built_with_use|epunt_cxx|dopamd|newpamd\
|make_wrapper\
|setup-allowed-flags|filter-flags|filter-lfs-flags|append-lfs-flags\
|append-flags|replace-flags|replace-cpu-flags|is-flag|filter-mfpmath\
|strip-flags|test_flag|test_version_info|strip-unsupported-flags|get-flag\
|has_hardened|has_pic|has_pie|has_ssp_all|has_ssp|has_m64|has_m32\
|replace-sparc64-flags|append-ldflags|filter-ldflags|fstack-flags|gcc2-flags\
|gcc-getCC|gcc-getCXX|gcc-fullversion|gcc-version|gcc-major-version\
|gcc-minor-version|gcc-micro-version|gcc-libpath|gcc-libstdcxx-version\
|gcc-libstdcxx-major-version|gcc2-flags\
|elibtoolize|uclibctoolize|darwintoolize\
|ht_fix_file|ht_fix_all\
|fdo-mime_desktop_database_update|fdo-mime_mime_database_update\
|webapp_checkfileexists|webapp_import_config|webapp_strip_appdir\
|webapp_strip_d|webapp_strip_cwd|webapp_configfile|webapp_hook_script\
|webapp_postinst_txt|webapp_postupgrade_txt|webapp_runbycgibin\
|webapp_serverowned|webapp_server_configfile|webapp_sqlscript\
|webapp_src_install|webapp_pkg_postinst|webapp_pkg_setup\
|webapp_getinstalltype|webapp_src_preinst|webapp_pkg_prerm\
|get_all_version_components|version_is_at_least\
|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\
|cvs_fetch|cvs_src_unpack\
|dobashcompletion|bash-completion_pkg_postinst\
|vim-plugin_src_install|vim-plugin_pkg_postinst|vim-plugin_pkg_postrm\
|update_vim_afterscripts|display_vim_plugin_help\
|update_vim_helptags\
|has_multilib_profile|get_libdir|get_multilibdir|get_libdir_override\
|get_abi_var|get_abi_CFLAGS|get_abi_LDFLAGS|get_abi_CHOST\
|get_abi_FAKE_TARGETS|get_abi_CDEFINE|get_abi_LIBDIR|get_install_abis\
|get_all_abis|get_all_libdirs|is_final_abi|number_abis|get_ml_incdir\
|prep_ml_includes|create_ml_includes|create_ml_includes-absolute\
|create_ml_includes-tidy_path|create_ml_includes-listdirs\
|create_ml_includes-makedestdirs|create_ml_includes-allfiles\
|create_ml_includes-sym_for_dir\
|64-bit\
|tc-getPROG|tc-getAR|tc-getAS|tc-getCC|tc-getCXX|tc-getLD|tc-getNM\
|tc-getRANLIB|tc-getF77|tc-getGCJ|tc-getBUILD_CC|tc-export|ninj\
|tc-is-cross-compiler|tc-ninja_magic_to_arch|tc-arch-kernel|tc-arch\
|tc-endian|gcc-fullversion|gcc-version|gcc-major-version\
|gcc-minor-version|gcc-micro-version\
|docrondir|docron|docrontab|cron_pkg_postinst\
|egamesconf|egamesinstall|gameswrapper|dogamesbin|dogamessbin|dogameslib\
|dogameslib.a|dogameslib.so|newgamesbin|newgamessbin|gamesowners|gamesperms\
|prepgamesdirs|gamesenv|games_pkg_setup|games_src_compile|games_pkg_postinst\
|games_ut_unpack|games_umod_unpack|games_make_wrapper\
|subversion_svn_fetch|subversion_bootstrap|subversion_src_unpack\
|alternatives_auto_makesym|alternatives_makesym|alternatives_pkg_postinst\
|alternatives_pkg_postrm\
|rpm_unpack|rpm_src_unpack\
|python_version|python_tkinter_exists|python_mod_exists|python_mod_compile\
|python_mod_optimize|python_mod_cleanup|python_disable_pyc\
|python_enable_pyc\
|check_version_h|get_KV_info|is_2_4_kernel|is_2_5_kernel|is_2_6_kernel\
|kernel_supports_modules\
|perl-module_src_prep|perl-module_src_compile|perl-module_src_test\
|perl-module_src_install\
|perl-module_pkg_postinst|perl-module_pkg_postrm\
|perl_set_version|perl_delete_localpod|updatepod\
|distutils_src_compile|distutils_src_install|distutils_pkg_postrm\
|distutils_pkg_postinst|distutils_python_version|disutils_python_tkinter\
|need_apache|need_apache1|need_apache2\
|apache-module_pkg_setup|apache-module_src_compile\
|apache-module_src_install|apache-module_pkg_postinst|acache_cd_dir\
|apache_mod_file|apache_doc_magic|apache1_src_compile|apache1_src_install\
|apache1_pkg_postinst|apache2_pkg_setup|apache2_src_compile\
|apache1_src_install|apache2_pkg_postinst\
|dopamd|newpamd|dopamsecurity|newpamsecurity|getpam_mod_dir\
|dopammod|newpammod|pamd_mimic_system\
|virtualmake|Xmake|Xemake|Xeconf\
|gnome2_src_configure|gnome2_src_compile|gnome2_src_install\
|gnome2_gconf_install|gnome2_gconf_uninstal|gnome2_omf_fix\
|gnome2_scrollkeeper_update|gnome2_pkg_postinst|gnome2_pkg_postrm)\b/ {
		builtin_face(true);
		language_print ($0);
		builtin_face(false);
	}
}