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 86AD459CA3 for ; Sun, 6 Mar 2016 12:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F0821C040 for ; Sun, 6 Mar 2016 12:01:53 +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 09F4BE07C7 for ; Sat, 5 Mar 2016 23:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4A48D340813 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 54083233E 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.564de7f3295ea34411b2dae1f15de01809a435e5.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: 564de7f3295ea34411b2dae1f15de01809a435e5 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: 6c1b61df-12c4-4a8f-8125-94bfea1ed0ae X-Archives-Hash: cb84d86f2a94c87dd6552a5d278f404b commit: 564de7f3295ea34411b2dae1f15de01809a435e5 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 19 13:08:29 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=564de7f3 syntax/ebuild: Remove traces of gcc.eclass syntax/ebuild.vim | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 8a02f03..a23e98a 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -82,11 +82,6 @@ syn keyword EbuildFlagoKeyword strip-flags test_flag test_version_info strip-uns syn keyword EbuildFlagoKeyword has_hardened has_pic has_pie has_ssp_all has_ssp has_m64 has_m32 syn keyword EbuildFlagoKeyword replace-sparc64-flags append-ldflags filter-ldflags fstack-flags gcc2-flags -" gcc -syn keyword EbuildGCCKeyword gcc-getCC gcc-getCXX gcc-fullversion gcc-version gcc-major-version -syn keyword EbuildGCCKeyword gcc-minor-version gcc-micro-version gcc-libpath gcc-libstdcxx-version -syn keyword EbuildGCCKeyword gcc-libstdcxx-major-version gcc2-flags - " libtool syn keyword EbuildLibtoolKeyword elibtoolize uclibctoolize darwintoolize @@ -277,7 +272,7 @@ syn match EbuildHomePageError /^HOMEPAGE=.*\(\${[^}]*}\?\|\([^\\]\)\@<=\$[^{]\w* " clusters syn cluster EbuildThings contains=EbuildCoreKeyword,EbuildFunctions,EbuildInherit,EbuildEutilsKeyword syn cluster EbuildThings add=EbuildLibtoolKeyword,EbuildFixHeadTailsKeyword,EbuildWebappKeyword -syn cluster EbuildThings add=EbuildFlagoKeyword,EbuildError,EbuildGCCKeyword,EbuildVersionatorKeyword +syn cluster EbuildThings add=EbuildFlagoKeyword,EbuildError,EbuildVersionatorKeyword syn cluster EbuildThings add=EbuildLibtoolKeyword,EbuildHomePageError,EbuildErrorC,EbuildCVSKeyword syn cluster EbuildThings add=EbuildBashCompKeyword,EbuildVimPluginKeyword,EbuildVimDocKeyword syn cluster EbuildThings add=EbuildFdoMimeKeyword,EbuildMultilibKeyword @@ -300,7 +295,6 @@ hi def link EbuildInherit Include hi def link EbuildEutilsKeyword Identifier hi def link EbuildFlagoKeyword Identifier -hi def link EbuildGCCKeyword Identifier hi def link EbuildLibtoolKeyword Identifier hi def link EbuildFixHeadTailsKeyword Identifier hi def link EbuildFdoMimeKeyword Identifier