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 EDB5D13829C for ; Tue, 7 Jun 2016 22:20:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE5AD21C028; Tue, 7 Jun 2016 22:20:49 +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 8978821C028 for ; Tue, 7 Jun 2016 22:20:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5986C340D36 for ; Tue, 7 Jun 2016 22:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4242D16C5 for ; Tue, 7 Jun 2016 22:20:43 +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: <1465318273.1244518533e2bf8aa4fdfd53cc41d56422085afc.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1244518533e2bf8aa4fdfd53cc41d56422085afc X-VCS-Branch: emacs-updater Date: Tue, 7 Jun 2016 22:20:43 +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: 2a75d06d-bc60-4b2c-86ee-fa9ede010dc6 X-Archives-Hash: f1aa6562b6b33732c9b8f602107552fa commit: 1244518533e2bf8aa4fdfd53cc41d56422085afc Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 7 16:51:13 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 7 16:51:13 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=12445185 Version 1.15 released. ChangeLog | 2 ++ emacs-updater | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8954223..57a87cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-06-07 Ulrich Müller + * Version 1.15 released. + * emacs-updater: Run qfile under xargs since portage-utils-0.61 has lost the -f option. Fixes bug 584984. Enable the pipefail option in bash, in order to check qfile's exit status. diff --git a/emacs-updater b/emacs-updater index 936e97c..eb822bd 100755 --- a/emacs-updater +++ b/emacs-updater @@ -6,7 +6,7 @@ # Christian Faulhammer # Ulrich Müller -VERSION=1.14 +VERSION=1.15 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp