Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.2.0-r2.ebuild ChangeLog
Date: Sat, 30 Mar 2013 13:03:38
Message-Id: 20130330130334.56D212171D@flycatcher.gentoo.org
1 floppym 13/03/30 13:03:34
2
3 Modified: matplotlib-1.2.0-r2.ebuild ChangeLog
4 Log:
5 Quote patterns for python_gen_usedep.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.8 dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: matplotlib-1.2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- matplotlib-1.2.0-r2.ebuild 17 Mar 2013 18:20:51 -0000 1.7
23 +++ matplotlib-1.2.0-r2.ebuild 30 Mar 2013 13:03:34 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.7 2013/03/17 18:20:51 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.8 2013/03/30 13:03:34 floppym Exp $
29
30 EAPI=5
31
32 @@ -24,7 +24,7 @@
33 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
34
35 # #456704 -- a lot of py2-only deps
36 -PY2_USEDEP=$(python_gen_usedep python2*)
37 +PY2_USEDEP=$(python_gen_usedep 'python2*')
38 COMMON_DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
39 dev-python/python-dateutil[${PYTHON_USEDEP}]
40 dev-python/pytz[${PYTHON_USEDEP}]
41
42
43
44 1.144 dev-python/matplotlib/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.144&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.144&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.143&r2=1.144
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
53 retrieving revision 1.143
54 retrieving revision 1.144
55 diff -u -r1.143 -r1.144
56 --- ChangeLog 17 Mar 2013 18:20:51 -0000 1.143
57 +++ ChangeLog 30 Mar 2013 13:03:34 -0000 1.144
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/matplotlib
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.143 2013/03/17 18:20:51 xarthisius Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.144 2013/03/30 13:03:34 floppym Exp $
63 +
64 + 30 Mar 2013; Mike Gilbert <floppym@g.o> matplotlib-1.2.0-r2.ebuild:
65 + Quote patterns for python_gen_usedep.
66
67 17 Mar 2013; Kacper Kowalik <xarthisius@g.o>
68 matplotlib-1.2.0-r2.ebuild: