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 F1200138661 for ; Thu, 24 Jan 2013 20:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA5221C00C; Thu, 24 Jan 2013 20:01:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 153B521C01F for ; Thu, 24 Jan 2013 20:01:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23AEF33DB6D for ; Thu, 24 Jan 2013 20:01:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BC299E4083 for ; Thu, 24 Jan 2013 20:00:58 +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: <1359021685.f4718e35b6e5e4c93d7f29de5d7c6f2a489cec81.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: f4718e35b6e5e4c93d7f29de5d7c6f2a489cec81 X-VCS-Branch: master Date: Thu, 24 Jan 2013 20:00:58 +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: 7975be74-80d4-4b21-b07e-855cfdad6143 X-Archives-Hash: 6aa6d25dc6f4acc1ef7e176090529ff7 commit: f4718e35b6e5e4c93d7f29de5d7c6f2a489cec81 Author: Tim Harder gentoo org> AuthorDate: Thu Jan 24 10:01:25 2013 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jan 24 10:01:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=f4718e35 Remove error case for dev.g.o in SRC_URI --- syntax/ebuild.vim | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 09da49d..f2f1b26 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -253,9 +253,6 @@ syn match EbuildErrorC /`which.*`\|$(which.*)/ " Special homepage handling syn match EbuildHomePageError /^HOMEPAGE=.*\(\${[^}]*}\?\|\([^\\]\)\@<=\$[^{]\w*\).*$/ -" no dev.g.o in SRC_URI -syn match EbuildErrorC /http:..dev.gentoo.org[^ "]*\(SRC_URI.*\)\@<=/ - " clusters syn cluster EbuildThings contains=EbuildCoreKeyword,EbuildFunctions,EbuildInherit,EbuildEutilsKeyword syn cluster EbuildThings add=EbuildLibtoolKeyword,EbuildFixHeadTailsKeyword,EbuildWebappKeyword