From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE7591386F1 for ; Sun, 9 Aug 2015 18:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128E6E07F7; Sun, 9 Aug 2015 18:34:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD6B4E07F7 for ; Sun, 9 Aug 2015 18:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6702F340862 for ; Sun, 9 Aug 2015 18:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D2613F for ; Sun, 9 Aug 2015 18:34:50 +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: <1439145206.947e27c35c1f7c7e05e7f00bca53fc6902e0c9bd.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: 947e27c35c1f7c7e05e7f00bca53fc6902e0c9bd X-VCS-Branch: ebuild-mode Date: Sun, 9 Aug 2015 18:34:50 +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: aca0dc0c-5dda-48cc-969a-9a956e42dd3e X-Archives-Hash: 22b2d364ce8c4eec0a143cdb751ba87a commit: 947e27c35c1f7c7e05e7f00bca53fc6902e0c9bd Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 9 18:33:26 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 9 18:33:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=947e27c3 ebuild-mode.el: Insert $Id$ instead of $Header$ in ebuild skeleton. * ebuild-mode.el (ebuild-mode-insert-skeleton): Insert $Id$ instead of $Header$, following the Git migration. ChangeLog | 5 +++++ ebuild-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15ae7ab..3e18c97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-09 Ulrich Müller + + * ebuild-mode.el (ebuild-mode-insert-skeleton): Insert $Id$ + instead of $Header$, following the Git migration. + 2014-11-18 Ulrich Müller * Version 1.27 released. diff --git a/ebuild-mode.el b/ebuild-mode.el index 9fdb13d..3646020 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -398,7 +398,7 @@ 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" - "# $Header: $\n" + "# $Id$\n" "\n" ;; EAPI "EAPI="