summaryrefslogtreecommitdiff
blob: fadedf7ba178d0d5e536b9000a02b5f011cecfc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commit 9d8da599f80d8360a8ddb15eb637ff781e370da2
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Sun Feb 26 19:36:17 2017 +0100

    Remove $Id$ line from ebuild skeleton header.
    
    * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
    from ebuild header.

--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -402,7 +402,6 @@ and `all-completions' for details."
    ;; standard header
    "# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
    "# Distributed under the terms of the GNU General Public License v2\n"
-   "# $Id$\n"
    "\n"
    ;; EAPI
    "EAPI="