aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-19 14:28:07 +0100
committerTim Harder <radhermit@gentoo.org>2016-03-05 18:31:10 -0500
commit3a75be9bb83536b36bd9a6d6e747158dce5d30aa (patch)
tree6d5c12ed8f168993285ef39a3154413b095b9107
parentsyntax/ebuild: Update for python-r1 (diff)
downloadgentoo-syntax-3a75be9bb83536b36bd9a6d6e747158dce5d30aa.tar.gz
gentoo-syntax-3a75be9bb83536b36bd9a6d6e747158dce5d30aa.tar.bz2
gentoo-syntax-3a75be9bb83536b36bd9a6d6e747158dce5d30aa.zip
syntax/ebuild: Remove traces of check-kernel.eclass
-rw-r--r--syntax/ebuild.vim7
1 files changed, 1 insertions, 6 deletions
diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index d690629..438900f 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -189,10 +189,6 @@ syn keyword EbuildPythonKeyword python-single-r1_pkg_setup python-any-r1_pkg_set
" deprecated functions
syn keyword EbuildDeprecatedKeyword python_parallel_foreach_impl python_export_best
-" check-kernel
-syn keyword EbuildCheckKernelKeyword check_version_h get_KV_info is_2_4_kernel is_2_5_kernel is_2_6_kernel
-syn keyword EbuildCheckKernelKeyword kernel_supports_modules
-
" perl-module
syn keyword EbuildPerlModuleKeyword perl-module_src_prep perl-module_src_compile perl-module_src_test
syn keyword EbuildPerlModuleKeyword perl-module_src_install perl-module_pkg_setup perl-module_pkg_preinst
@@ -297,7 +293,7 @@ syn cluster EbuildThings add=EbuildBashCompKeyword,EbuildVimPluginKeyword,Ebuild
syn cluster EbuildThings add=EbuildFdoMimeKeyword,EbuildMultilibKeyword
syn cluster EbuildThings add=EbuildCronKeyword,EbuildToolFuncsKeyword
syn cluster EbuildThings add=EbuildSVNKeyword,EbuildAltKeyword,EbuildRPMKeyword,EbuildPythonKeyword
-syn cluster EbuildThings add=EbuildCheckKernelKeyword,EbuildPerlModuleKeyword,EbuildDistutilsKeyword
+syn cluster EbuildThings add=EbuildPerlModuleKeyword,EbuildDistutilsKeyword
syn cluster EbuildThings add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword,EbuildPamKeyword
syn cluster EbuildThings add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword
syn cluster EbuildThings add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword
@@ -330,7 +326,6 @@ hi def link EbuildSVNKeyword Identifier
hi def link EbuildAltKeyword Identifier
hi def link EbuildRPMKeyword Identifier
hi def link EbuildPythonKeyword Identifier
-hi def link EbuildCheckKernelKeyword Identifier
hi def link EbuildPerlModuleKeyword Identifier
hi def link EbuildDistutilsKeyword Identifier
hi def link EbuildDependApacheKeyword Identifier