From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-935478-garchives=archives.gentoo.org@lists.gentoo.org>
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 3C74A139694
	for <garchives@archives.gentoo.org>; Tue, 28 Feb 2017 19:24:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F91EE0D30;
	Tue, 28 Feb 2017 19:23:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 40252E0D30
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 19:23:09 +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 167F9341679
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 19:23:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D8C57D7
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2017 19:23:06 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1488134361.3bf1ba648e974dd1a2bd5b4fc441656fc22255bd.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 ebuild-mode.texi
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 3bf1ba648e974dd1a2bd5b4fc441656fc22255bd
X-VCS-Branch: ebuild-mode
Date: Tue, 28 Feb 2017 19:23:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a6c8b409-19b0-43e1-be30-16f904d1ee2a
X-Archives-Hash: 80c575a3774fb0f556fbbfb20004a792

commit:     3bf1ba648e974dd1a2bd5b4fc441656fc22255bd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 18:39:21 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 18:39:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=3bf1ba64

Version 1.32 released.

 ChangeLog        | 2 ++
 ebuild-mode.el   | 2 +-
 ebuild-mode.texi | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index de4ac59..2f327d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-02-26  Ulrich Müller  <ulm@gentoo.org>
 
+	* Version 1.32 released.
+
 	* ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
 	from ebuild header.
 

diff --git a/ebuild-mode.el b/ebuild-mode.el
index aafa59d..e32b3d0 100644
--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -7,7 +7,7 @@
 ;;	Christian Faulhammer <fauli@gentoo.org>
 ;;	Ulrich Müller <ulm@gentoo.org>
 ;; Maintainer: <emacs@gentoo.org>
-;; Version: 1.31
+;; Version: 1.32
 ;; Keywords: languages, processes
 
 ;; This file is free software: you can redistribute it and/or modify

diff --git a/ebuild-mode.texi b/ebuild-mode.texi
index f9757e6..349a64b 100644
--- a/ebuild-mode.texi
+++ b/ebuild-mode.texi
@@ -25,7 +25,7 @@ later version published by the Free Software Foundation.
 
 
 @titlepage
-@title ebuild-mode 1.31
+@title ebuild-mode 1.32
 @subtitle Major mode for ebuilds and eclasses in Gentoo
 @author Christian Faulhammer
 @page