summaryrefslogtreecommitdiff
path: root/net-mail/notmuch
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2017-01-17 15:08:44 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2017-01-17 15:09:04 +0000
commit4fd6364c4202c79f6a3b7702a99f6788cf0c718f (patch)
treeba2aa3fd79ce9580d0c5a6bc79bff8e2b6e68996 /net-mail/notmuch
parentadb3a6266e0b366780309bab1e9b79db48a8b10a (diff)
downloadgentoo-4fd6364c4202c79f6a3b7702a99f6788cf0c718f.tar.gz
gentoo-4fd6364c4202c79f6a3b7702a99f6788cf0c718f.tar.xz
net-mail/notmuch: die if Makefile.config could not be removed
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r--net-mail/notmuch/notmuch-0.19-r1.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.20.2.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.21.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.22.2-r1.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.23.3.ebuild5
-rw-r--r--net-mail/notmuch/notmuch-0.23.4.ebuild5
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 34efaeec7fd..c31a9fa2cf5 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 71b668089de..66ecf2e81c6 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 1facfdfbe61..6cbb13aeba3 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 e699bdb1886..7f0ade722ab 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 d2276a44ba3..8a372a99c33 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 49aefbf3285..b448318b125 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