From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA38559CA3 for ; Sun, 6 Mar 2016 12:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B3721C041 for ; Sun, 6 Mar 2016 12:01:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FE9221C002 for ; Sat, 5 Mar 2016 23:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DD0D340AC0 for ; Sat, 5 Mar 2016 23:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 213DA233B for ; Sat, 5 Mar 2016 23:35:18 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457220670.09b6105a516d7033eab0038d6086c565071a4208.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/ebuild.vim X-VCS-Directories: syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 09b6105a516d7033eab0038d6086c565071a4208 X-VCS-Branch: master Date: Sat, 5 Mar 2016 23:35:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 40a6cb25-3fb8-4bd1-a61a-3362df502bf9 X-Archives-Hash: 51e258b304f09741039063a79c8f51ea commit: 09b6105a516d7033eab0038d6086c565071a4208 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 19 13:03:05 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 5 23:31:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=09b6105a syntax/ebuild: Update eutils for banned, removed and moved functions syntax/ebuild.vim | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index fdf4653..f7b1523 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -63,16 +63,18 @@ syn keyword EbuildInherit inherit " autotools syn keyword EbuildAutoKeyword eautoreconf eaclocal _elibtoolize eautoconf eautoheader eautomake + " eutils -syn keyword EbuildEutilsKeyword gen_usr_ldscript draw_line epatch have_NPTL get_number_of_jobs egetent -syn keyword EbuildEutilsKeyword emktemp enewuser enewgroup edos2unix make_desktop_entry unpack_pdv -syn keyword EbuildEutilsKeyword unpack_makeself check_license cdrom_get_cds cdrom_load_next -syn keyword EbuildEutilsKeyword cdrom_locate_file_on_cd strip-linguas epause ebeep built_with_use -syn keyword EbuildEutilsKeyword make_session_desktop domenu doicon newicon find_unpackable_file unpack_pdv -syn keyword EbuildEutilsKeyword set_arch_to_kernel set_arch_to_portage preserve_old_lib -syn keyword EbuildEutilsKeyword preserve_old_lib_notify built_with_use epunt_cxx dopamd newpamd +syn keyword EbuildEutilsKeyword draw_line epatch have_NPTL get_number_of_jobs +syn keyword EbuildEutilsKeyword emktemp edos2unix make_desktop_entry strip-linguas +syn keyword EbuildEutilsKeyword make_session_desktop domenu doicon newicon +syn keyword EbuildEutilsKeyword preserve_old_lib preserve_old_lib_notify epunt_cxx syn keyword EbuildEutilsKeyword make_wrapper +" deprecated & banned eutils functions +syn keyword EbuildDeprecatedKeyword draw_line have_NPTL get_number_of_jobs check_license +syn keyword EbuildDeprecatedKeyword ebeep epause built_with_use + " flag-o-matic syn keyword EbuildFlagoKeyword setup-allowed-flags filter-flags filter-lfs-flags append-lfs-flags syn keyword EbuildFlagoKeyword append-flags replace-flags replace-cpu-flags is-flag filter-mfpmath @@ -140,7 +142,7 @@ syn keyword EbuildToolFuncsKeyword tc-getPROG tc-getAR tc-getAS tc-getCC tc-getC syn keyword EbuildToolFuncsKeyword tc-getRANLIB tc-getF77 tc-getGCJ tc-getBUILD_CC tc-export ninj syn keyword EbuildToolFuncsKeyword tc-is-cross-compiler tc-ninja_magic_to_arch tc-arch-kernel tc-arch syn keyword EbuildToolFuncsKeyword tc-endian gcc-fullversion gcc-version gcc-major-version -syn keyword EbuildToolFuncsKeyword gcc-minor-version gcc-micro-version +syn keyword EbuildToolFuncsKeyword gcc-minor-version gcc-micro-version gen_usr_ldscript " cron syn keyword EbuildCronKeyword docrondir docron docrontab cron_pkg_postinst @@ -209,6 +211,18 @@ syn keyword EbuildGnome2Keyword gnome2_src_configure gnome2_src_compile gnome2_s syn keyword EbuildGnome2Keyword gnome2_gconf_install gnome2_gconf_uninstal gnome2_omf_fix syn keyword EbuildGnome2Keyword gnome2_scrollkeeper_update gnome2_pkg_postinst gnome2_pkg_postrm +" cdrom +syn keyword EbuildCDROMKeyword cdrom_get_cds cdrom_load_next + +" linux-info +syn keyword EbuildLinuxInfoKeyword set_arch_to_kernel set_arch_to_portage + +" unpacker +syn keyword EbuildUnpackerKeyword unpack_pdv unpack_makeself + +" user +syn keyword EbuildUserKeyword egetent enewuser enewgroup + " EXPORT_FUNCTIONS syn match EbuildExportFunctions /EXPORT_FUNCTIONS/ skipwhite nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE syn match EbuildExportFunctionsFunc contained /\S\+\(\s\|$\)\@=/ skipwhite nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE @@ -271,7 +285,8 @@ syn cluster EbuildThings add=EbuildSVNKeyword,EbuildAltKeyword,EbuildRPMKeyword, syn cluster EbuildThings add=EbuildCheckKernelKeyword,EbuildPerlModuleKeyword,EbuildDistutilsKeyword syn cluster EbuildThings add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword,EbuildPamKeyword syn cluster EbuildThings add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword -syn cluster EbuildThings add=EbuildDeprecatedKeyword +syn cluster EbuildThings add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword +syn cluster EbuildThings add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword syn cluster shCommandSubList add=@EbuildThings syn cluster shCommentGroup add=GentooBug @@ -312,6 +327,10 @@ hi def link EbuildPamKeyword Identifier hi def link EbuildVirtualXKeyword Identifier hi def link EbuildGnome2Keyword Identifier hi def link EbuildAutoKeyword Identifier +hi def link EbuildCDROMKeyword Identifier +hi def link EbuildLinuxInfoKeyword Identifier +hi def link EbuildUnpackerKeyword Identifier +hi def link EbuildUserKeyword Identifier hi def link EclassDocumentation Identifier