Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Sat, 25 Feb 2017 16:03:40
Message-Id: 1488035663.d7fdb3303abd86c19ad6e692f90f58b9123bb310.floppym@gentoo
1 commit: d7fdb3303abd86c19ad6e692f90f58b9123bb310
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 15:11:01 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:14:23 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=d7fdb330
7
8 Remove $Id$ from ebuild header
9
10 Ref: https://archives.gentoo.org/gentoo-dev/message/993bb2ec7107d4a05d07109d773fb1d9
11
12 plugin/gentoo-common.vim | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim
16 index bacecd9..09bdd34 100644
17 --- a/plugin/gentoo-common.vim
18 +++ b/plugin/gentoo-common.vim
19 @@ -34,7 +34,6 @@ fun! GentooHeader(...)
20 0 put =l:copyright
21 endif
22 put ='# Distributed under the terms of the GNU General Public License v2'
23 - put ='# $Id$'
24 $
25 endfun