Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.18.2.ebuild ChangeLog
Date: Fri, 28 Nov 2014 13:56:09
Message-Id: 20141128135606.EB430B16E@oystercatcher.gentoo.org
1 pacho 14/11/28 13:56:06
2
3 Modified: notmuch-0.18.2.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 net-mail/notmuch/notmuch-0.18.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?r1=1.2&r2=1.3
15
16 Index: notmuch-0.18.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- notmuch-0.18.2.ebuild 11 Nov 2014 11:32:28 -0000 1.2
23 +++ notmuch-0.18.2.ebuild 28 Nov 2014 13:56:06 -0000 1.3
24 @@ -1,11 +1,11 @@
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.2.ebuild,v 1.2 2014/11/11 11:32:28 nimiux Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 1.3 2014/11/28 13:56:06 pacho Exp $
29
30 EAPI=5
31
32 DISTUTILS_OPTIONAL=1
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
35
36 inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs
37
38
39
40
41 1.108 net-mail/notmuch/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.108&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.108&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.107&r2=1.108
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
50 retrieving revision 1.107
51 retrieving revision 1.108
52 diff -u -r1.107 -r1.108
53 --- ChangeLog 23 Nov 2014 12:48:50 -0000 1.107
54 +++ ChangeLog 28 Nov 2014 13:56:06 -0000 1.108
55 @@ -1,6 +1,9 @@
56 # ChangeLog for net-mail/notmuch
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.107 2014/11/23 12:48:50 aidecoe Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.108 2014/11/28 13:56:06 pacho Exp $
60 +
61 + 28 Nov 2014; Pacho Ramos <pacho@g.o> notmuch-0.18.2.ebuild:
62 + Support python 3.4
63
64 23 Nov 2014; Amadeusz Żołnowski <aidecoe@g.o>
65 -notmuch-0.18.1.ebuild: