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: ChangeLog notmuch-0.10.ebuild
Date: Fri, 25 Nov 2011 10:38:21
Message-Id: 20111125103806.6FCA62004B@flycatcher.gentoo.org
1 aidecoe 11/11/25 10:38:06
2
3 Modified: ChangeLog notmuch-0.10.ebuild
4 Log:
5 net-mail/notmuch-0.10: Fixed out of tree build of test-suites.
6
7 Corrected postinst message, btw.
8
9 (Portage version: 2.1.10.37/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.15 net-mail/notmuch/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.15&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.14&r2=1.15
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
21 retrieving revision 1.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- ChangeLog 24 Nov 2011 18:07:59 -0000 1.14
25 +++ ChangeLog 25 Nov 2011 10:38:06 -0000 1.15
26 @@ -1,6 +1,10 @@
27 # ChangeLog for net-mail/notmuch
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.14 2011/11/24 18:07:59 aidecoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.15 2011/11/25 10:38:06 aidecoe Exp $
31 +
32 + 25 Nov 2011; Amadeusz Żołnowski <aidecoe@g.o>
33 + +files/0.10-fix-test-build.patch, notmuch-0.10.ebuild:
34 + Fixed out of tree build of test-suites. Corrected postinst message, btw.
35
36 *notmuch-0.10 (24 Nov 2011)
37
38
39
40
41 1.2 net-mail/notmuch/notmuch-0.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild?r1=1.1&r2=1.2
46
47 Index: notmuch-0.10.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- notmuch-0.10.ebuild 24 Nov 2011 18:07:59 -0000 1.1
54 +++ notmuch-0.10.ebuild 25 Nov 2011 10:38:06 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild,v 1.1 2011/11/24 18:07:59 aidecoe Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.ebuild,v 1.2 2011/11/25 10:38:06 aidecoe Exp $
60
61 EAPI=4
62
63 @@ -44,6 +44,7 @@
64 zsh-completion? ( app-shells/zsh )
65 "
66
67 +PATCHES=( "${FILESDIR}"/0.10-fix-test-build.patch )
68 DOCS=( AUTHORS NEWS README TODO )
69 SITEFILE="50${PN}-gentoo.el"
70
71 @@ -143,7 +144,7 @@
72
73 if use python; then
74 echo
75 - elog "Python API documentation is also online available at:"
76 + elog "Python API documentation is also available online at:"
77 elog " http://packages.python.org/notmuch/"
78 fi
79 }