Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.0.0.ebuild ChangeLog
Date: Sat, 30 Oct 2010 23:24:22
Message-Id: 20101030232416.2309120051@flycatcher.gentoo.org
1 arfrever 10/10/30 23:24:16
2
3 Modified: matplotlib-1.0.0.ebuild ChangeLog
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-python/matplotlib/matplotlib-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild?r1=1.6&r2=1.7
15
16 Index: matplotlib-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- matplotlib-1.0.0.ebuild 28 Sep 2010 15:33:44 -0000 1.6
23 +++ matplotlib-1.0.0.ebuild 30 Oct 2010 23:24:16 -0000 1.7
24 @@ -1,9 +1,11 @@
25 # Copyright 1999-2010 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.0.0.ebuild,v 1.6 2010/09/28 15:33:44 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.0.ebuild,v 1.7 2010/10/30 23:24:16 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 +PYTHON_USE_WITH="tk"
33 +PYTHON_USE_WITH_OPT="tk"
34 SUPPORT_PYTHON_ABIS="1"
35 RESTRICT_PYTHON_ABIS="3.*"
36 WX_GTK_VER="2.8"
37 @@ -27,7 +29,6 @@
38 media-libs/freetype:2
39 media-libs/libpng
40 gtk? ( dev-python/pygtk )
41 - tk? ( dev-lang/python[tk] )
42 wxwidgets? ( dev-python/wxpython:2.8 )"
43
44 DEPEND="${CDEPEND}
45
46
47
48 1.97 dev-python/matplotlib/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.97&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.97&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.96&r2=1.97
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
57 retrieving revision 1.96
58 retrieving revision 1.97
59 diff -u -r1.96 -r1.97
60 --- ChangeLog 28 Sep 2010 21:50:52 -0000 1.96
61 +++ ChangeLog 30 Oct 2010 23:24:16 -0000 1.97
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-python/matplotlib
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.96 2010/09/28 21:50:52 arfrever Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.97 2010/10/30 23:24:16 arfrever Exp $
67 +
68 + 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
69 + matplotlib-1.0.0.ebuild:
70 + Fix dependencies.
71
72 28 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
73 -files/matplotlib-0.98.5.2-no-xv.patch,