Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-1.3.1.ebuild
Date: Sat, 21 Jun 2014 03:50:43
Message-Id: 20140621035038.3437820036@flycatcher.gentoo.org
1 idella4 14/06/21 03:50:38
2
3 Modified: ChangeLog matplotlib-1.3.1.ebuild
4 Log:
5 add py3.4 support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.167 dev-python/matplotlib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.167&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.167&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.166&r2=1.167
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
19 retrieving revision 1.166
20 retrieving revision 1.167
21 diff -u -r1.166 -r1.167
22 --- ChangeLog 26 Apr 2014 08:20:26 -0000 1.166
23 +++ ChangeLog 21 Jun 2014 03:50:37 -0000 1.167
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/matplotlib
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.166 2014/04/26 08:20:26 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.167 2014/06/21 03:50:37 idella4 Exp $
29 +
30 + 21 Jun 2014; Ian Delaney <idella4@g.o> matplotlib-1.3.1.ebuild:
31 + add py3.4 support
32
33 26 Apr 2014; Pacho Ramos <pacho@g.o> matplotlib-1.2.0-r2.ebuild,
34 matplotlib-1.2.1.ebuild, matplotlib-1.3.0.ebuild, matplotlib-1.3.1.ebuild:
35
36
37
38 1.4 dev-python/matplotlib/matplotlib-1.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild?r1=1.3&r2=1.4
43
44 Index: matplotlib-1.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- matplotlib-1.3.1.ebuild 26 Apr 2014 08:20:26 -0000 1.3
51 +++ matplotlib-1.3.1.ebuild 21 Jun 2014 03:50:37 -0000 1.4
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.3 2014/04/26 08:20:26 pacho Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.1.ebuild,v 1.4 2014/06/21 03:50:37 idella4 Exp $
57
58 EAPI=5
59
60 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
61 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
62
63 PYTHON_REQ_USE='tk?'