Gentoo Archives: gentoo-commits

From: "Amadeusz Piotr Żołnowski" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Sat, 02 Jul 2016 16:24:21
Message-Id: 1467476177.44b228d869e892525c0957ec42f35b654e28582f.aidecoe@gentoo
1 commit: 44b228d869e892525c0957ec42f35b654e28582f
2 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 16:16:17 2016 +0000
4 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:16:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b228d8
7
8 net-mail/notmuch: Make tests verbose in stable ebuilds as well
9
10 Package-Manager: portage-2.3.0
11
12 net-mail/notmuch/notmuch-0.18.2.ebuild | 4 ++--
13 net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 ++--
14 net-mail/notmuch/notmuch-0.20.2.ebuild | 4 ++--
15 net-mail/notmuch/notmuch-0.21.ebuild | 4 ++--
16 net-mail/notmuch/notmuch-0.22.ebuild | 2 +-
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/net-mail/notmuch/notmuch-0.18.2.ebuild b/net-mail/notmuch/notmuch-0.18.2.ebuild
20 index 9651014..a0070f8 100644
21 --- a/net-mail/notmuch/notmuch-0.18.2.ebuild
22 +++ b/net-mail/notmuch/notmuch-0.18.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -133,7 +133,7 @@ src_compile() {
30 src_test() {
31 pax-mark -m notmuch
32 emake download-test-databases
33 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
34 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
35 pax-mark -ze notmuch
36 }
37
38
39 diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild b/net-mail/notmuch/notmuch-0.19-r1.ebuild
40 index 656236c..7e0b38c 100644
41 --- a/net-mail/notmuch/notmuch-0.19-r1.ebuild
42 +++ b/net-mail/notmuch/notmuch-0.19-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2016 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -147,7 +147,7 @@ src_compile() {
50 src_test() {
51 pax-mark -m notmuch
52 emake download-test-databases
53 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
54 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
55 pax-mark -ze notmuch
56 }
57
58
59 diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild
60 index 2979688..8b88dd9 100644
61 --- a/net-mail/notmuch/notmuch-0.20.2.ebuild
62 +++ b/net-mail/notmuch/notmuch-0.20.2.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 +# Copyright 1999-2016 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Id$
68
69 @@ -143,7 +143,7 @@ src_compile() {
70 src_test() {
71 pax-mark -m notmuch
72 emake download-test-databases
73 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
74 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
75 pax-mark -ze notmuch
76 }
77
78
79 diff --git a/net-mail/notmuch/notmuch-0.21.ebuild b/net-mail/notmuch/notmuch-0.21.ebuild
80 index 896f474..211a70e 100644
81 --- a/net-mail/notmuch/notmuch-0.21.ebuild
82 +++ b/net-mail/notmuch/notmuch-0.21.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2015 Gentoo Foundation
85 +# Copyright 1999-2016 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Id$
88
89 @@ -143,7 +143,7 @@ src_compile() {
90 src_test() {
91 pax-mark -m notmuch
92 emake download-test-databases
93 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
94 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
95 pax-mark -ze notmuch
96 }
97
98
99 diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22.ebuild
100 index 1cf92ce..3c6dfdd 100644
101 --- a/net-mail/notmuch/notmuch-0.22.ebuild
102 +++ b/net-mail/notmuch/notmuch-0.22.ebuild
103 @@ -141,7 +141,7 @@ src_compile() {
104 src_test() {
105 pax-mark -m notmuch
106 emake download-test-databases
107 - LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
108 + LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" V=1 default
109 pax-mark -ze notmuch
110 }