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 2FAF9139694 for ; Tue, 28 Feb 2017 19:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85DDE0D16; Tue, 28 Feb 2017 19:23:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A8AEAE0D09 for ; Tue, 28 Feb 2017 19:23:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C855F34164A for ; Tue, 28 Feb 2017 19:23:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED9457D6 for ; Tue, 28 Feb 2017 19:23:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1488134177.9d8da599f80d8360a8ddb15eb637ff781e370da2.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9d8da599f80d8360a8ddb15eb637ff781e370da2 X-VCS-Branch: ebuild-mode Date: Tue, 28 Feb 2017 19:23:06 +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: d5be1270-21a3-46b7-8992-7aa1cf2cfe11 X-Archives-Hash: 9008b460461419bb1e4edc316c0d08cf commit: 9d8da599f80d8360a8ddb15eb637ff781e370da2 Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 26 18:36:17 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 26 18:36:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=9d8da599 Remove $Id$ line from ebuild skeleton header. * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line from ebuild header. ChangeLog | 3 +++ ebuild-mode.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b2f203..de4ac59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-02-26 Ulrich Müller + * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line + from ebuild header. + * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated. 2017-01-15 Ulrich Müller diff --git a/ebuild-mode.el b/ebuild-mode.el index 5ccc63d..aafa59d 100644 --- 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="