Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: /
Date: Tue, 28 Feb 2017 19:23:57
Message-Id: 1488134177.9d8da599f80d8360a8ddb15eb637ff781e370da2.ulm@gentoo
1 commit: 9d8da599f80d8360a8ddb15eb637ff781e370da2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 18:36:17 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 18:36:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=9d8da599
7
8 Remove $Id$ line from ebuild skeleton header.
9
10 * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
11 from ebuild header.
12
13 ChangeLog | 3 +++
14 ebuild-mode.el | 1 -
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/ChangeLog b/ChangeLog
18 index 0b2f203..de4ac59 100644
19 --- a/ChangeLog
20 +++ b/ChangeLog
21 @@ -1,5 +1,8 @@
22 2017-02-26 Ulrich Müller <ulm@g.o>
23
24 + * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
25 + from ebuild header.
26 +
27 * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated.
28
29 2017-01-15 Ulrich Müller <ulm@g.o>
30
31 diff --git a/ebuild-mode.el b/ebuild-mode.el
32 index 5ccc63d..aafa59d 100644
33 --- a/ebuild-mode.el
34 +++ b/ebuild-mode.el
35 @@ -402,7 +402,6 @@ and `all-completions' for details."
36 ;; standard header
37 "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
38 "# Distributed under the terms of the GNU General Public License v2\n"
39 - "# $Id$\n"
40 "\n"
41 ;; EAPI
42 "EAPI="