From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25DF7139694 for ; Sat, 25 Feb 2017 16:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663C9E0C48; Sat, 25 Feb 2017 16:09: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 3D97FE0C48 for ; Sat, 25 Feb 2017 16:09:57 +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 50C8E340BEA for ; Sat, 25 Feb 2017 16:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DBD5445 for ; Sat, 25 Feb 2017 16:09:54 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1488038874.b57e783891032b26f0389f6e73b9582700acec8e.floppym@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/gentoo-common.vim X-VCS-Directories: plugin/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b57e783891032b26f0389f6e73b9582700acec8e X-VCS-Branch: master Date: Sat, 25 Feb 2017 16:09:54 +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: 29c00a30-dab6-47a2-94af-47b61485f835 X-Archives-Hash: b745f65571a45f877e5f8bdf3484ca94 commit: b57e783891032b26f0389f6e73b9582700acec8e Author: Mike Gilbert gentoo org> AuthorDate: Sat Feb 25 15:11:01 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Feb 25 16:07:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=b57e7838 Remove $Id$ from ebuild header Ref: https://archives.gentoo.org/gentoo-dev/message/993bb2ec7107d4a05d07109d773fb1d9 plugin/gentoo-common.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim index bacecd9..09bdd34 100644 --- a/plugin/gentoo-common.vim +++ b/plugin/gentoo-common.vim @@ -34,7 +34,6 @@ fun! GentooHeader(...) 0 put =l:copyright endif put ='# Distributed under the terms of the GNU General Public License v2' - put ='# $Id$' $ endfun