Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.1.ebuild ChangeLog
Date: Wed, 09 Jul 2014 11:38:37
Message-Id: 20140709113834.9EEB72004E@flycatcher.gentoo.org
1 aidecoe 14/07/09 11:38:34
2
3 Modified: notmuch-0.18.1.ebuild ChangeLog
4 Log:
5 Include database upgrade test.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
8
9 Revision Changes Path
10 1.2 net-mail/notmuch/notmuch-0.18.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.1&r2=1.2
15
16 Index: notmuch-0.18.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- notmuch-0.18.1.ebuild 25 Jun 2014 11:36:09 -0000 1.1
23 +++ notmuch-0.18.1.ebuild 9 Jul 2014 11:38:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.1 2014/06/25 11:36:09 aidecoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.2 2014/07/09 11:38:34 aidecoe Exp $
29
30 EAPI=5
31
32 @@ -134,6 +134,7 @@
33
34 src_test() {
35 pax-mark -m notmuch
36 + emake download-test-databases
37 LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
38 pax-mark -ze notmuch
39 }
40
41
42
43 1.95 net-mail/notmuch/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.95&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.95&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.94&r2=1.95
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
52 retrieving revision 1.94
53 retrieving revision 1.95
54 diff -u -r1.94 -r1.95
55 --- ChangeLog 25 Jun 2014 11:36:09 -0000 1.94
56 +++ ChangeLog 9 Jul 2014 11:38:34 -0000 1.95
57 @@ -1,6 +1,9 @@
58 # ChangeLog for net-mail/notmuch
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.94 2014/06/25 11:36:09 aidecoe Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.95 2014/07/09 11:38:34 aidecoe Exp $
62 +
63 + 09 Jul 2014; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.18.1.ebuild:
64 + Include database upgrade test.
65
66 *notmuch-0.18.1 (25 Jun 2014)