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 661CF139085 for ; Tue, 17 Jan 2017 15:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E639E0EB8; Tue, 17 Jan 2017 15:10:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6A776E0EB8 for ; Tue, 17 Jan 2017 15:10:25 +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 0BEE333BF1C for ; Tue, 17 Jan 2017 15:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EB1C277E for ; Tue, 17 Jan 2017 15:10:22 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1484665744.4fd6364c4202c79f6a3b7702a99f6788cf0c718f.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.19-r1.ebuild net-mail/notmuch/notmuch-0.20.2.ebuild net-mail/notmuch/notmuch-0.21.ebuild net-mail/notmuch/notmuch-0.22.2-r1.ebuild net-mail/notmuch/notmuch-0.23.3.ebuild net-mail/notmuch/notmuch-0.23.4.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 4fd6364c4202c79f6a3b7702a99f6788cf0c718f X-VCS-Branch: master Date: Tue, 17 Jan 2017 15:10:22 +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: ef8ec0af-7934-47ca-931f-2bd13a596920 X-Archives-Hash: b759b00ad75582d690eb27fc1b2f19ba commit: 4fd6364c4202c79f6a3b7702a99f6788cf0c718f Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Jan 17 15:08:44 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Jan 17 15:09:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd6364c net-mail/notmuch: die if Makefile.config could not be removed Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-mail/notmuch/notmuch-0.19-r1.ebuild | 5 +++-- net-mail/notmuch/notmuch-0.20.2.ebuild | 5 +++-- net-mail/notmuch/notmuch-0.21.ebuild | 5 +++-- net-mail/notmuch/notmuch-0.22.2-r1.ebuild | 5 +++-- net-mail/notmuch/notmuch-0.23.3.ebuild | 5 +++-- net-mail/notmuch/notmuch-0.23.4.ebuild | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild b/net-mail/notmuch/notmuch-0.19-r1.ebuild index 34efaee..c31a9fa 100644 --- a/net-mail/notmuch/notmuch-0.19-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -102,7 +102,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use debug; then append-cflags -g diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild index 71b6680..66ecf2e 100644 --- a/net-mail/notmuch/notmuch-0.20.2.ebuild +++ b/net-mail/notmuch/notmuch-0.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -98,7 +98,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use debug; then append-cflags -g diff --git a/net-mail/notmuch/notmuch-0.21.ebuild b/net-mail/notmuch/notmuch-0.21.ebuild index 1facfdf..6cbb13a 100644 --- a/net-mail/notmuch/notmuch-0.21.ebuild +++ b/net-mail/notmuch/notmuch-0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -98,7 +98,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use debug; then append-cflags -g diff --git a/net-mail/notmuch/notmuch-0.22.2-r1.ebuild b/net-mail/notmuch/notmuch-0.22.2-r1.ebuild index e699bdb..7f0ade7 100644 --- a/net-mail/notmuch/notmuch-0.22.2-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.22.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -105,7 +105,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use test; then append-cflags -g diff --git a/net-mail/notmuch/notmuch-0.23.3.ebuild b/net-mail/notmuch/notmuch-0.23.3.ebuild index d2276a4..8a372a9 100644 --- a/net-mail/notmuch/notmuch-0.23.3.ebuild +++ b/net-mail/notmuch/notmuch-0.23.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -105,7 +105,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use test; then append-cflags -g diff --git a/net-mail/notmuch/notmuch-0.23.4.ebuild b/net-mail/notmuch/notmuch-0.23.4.ebuild index 49aefbf..b448318 100644 --- a/net-mail/notmuch/notmuch-0.23.4.ebuild +++ b/net-mail/notmuch/notmuch-0.23.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -105,7 +105,8 @@ src_prepare() { bindings python mv README README-python || die mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die - rm -f Makefile.config # assure that new Makefile.config will be generated + # assure that new Makefile.config will be generated + rm -f Makefile.config || die if use test; then append-cflags -g