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.14.ebuild
Date: Mon, 27 Aug 2012 13:44:29
Message-Id: 20120827133519.C224420906@flycatcher.gentoo.org
1 aidecoe 12/08/27 13:35:19
2
3 Modified: ChangeLog notmuch-0.14.ebuild
4 Log:
5 Path of nmbug has changed inside upstream's archive. Fixed that in the
6 ebuild.
7
8 (Portage version: 2.1.11.10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.61 net-mail/notmuch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 26 Aug 2012 11:38:15 -0000 1.60
24 +++ ChangeLog 27 Aug 2012 13:35:19 -0000 1.61
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-mail/notmuch
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.60 2012/08/26 11:38:15 aidecoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.61 2012/08/27 13:35:19 aidecoe Exp $
30 +
31 + 27 Aug 2012; Amadeusz Żołnowski <aidecoe@g.o> notmuch-0.14.ebuild:
32 + Path of nmbug has changed inside upstream's archive. Fixed that in the
33 + ebuild.
34
35 *notmuch-0.14 (26 Aug 2012)
36
37
38
39
40 1.2 net-mail/notmuch/notmuch-0.14.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild?r1=1.1&r2=1.2
45
46 Index: notmuch-0.14.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- notmuch-0.14.ebuild 26 Aug 2012 11:38:15 -0000 1.1
53 +++ notmuch-0.14.ebuild 27 Aug 2012 13:35:19 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v 1.1 2012/08/26 11:38:15 aidecoe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.14.ebuild,v 1.2 2012/08/27 13:35:19 aidecoe Exp $
59
60 EAPI=4
61
62 @@ -122,7 +122,7 @@
63 fi
64
65 if use nmbug; then
66 - dobin contrib/nmbug
67 + dobin contrib/nmbug/nmbug
68 fi
69
70 if use mutt; then