Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.91.4.ebuild matplotlib-0.91.2.ebuild metadata.xml matplotlib-0.98.3.ebuild matplotlib-0.98.1.ebuild
Date: Fri, 10 Oct 2008 08:44:08
Message-Id: E1KoDbR-00049m-Ih@stork.gentoo.org
1 bicatali 08/10/10 08:44:05
2
3 Modified: ChangeLog matplotlib-0.91.4.ebuild
4 matplotlib-0.91.2.ebuild metadata.xml
5 matplotlib-0.98.3.ebuild
6 Removed: matplotlib-0.98.1.ebuild
7 Log:
8 Forced wxpython:2.8, see bug #229599
9 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
10
11 Revision Changes Path
12 1.51 dev-python/matplotlib/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.51&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.51&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.50&r2=1.51
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
21 retrieving revision 1.50
22 retrieving revision 1.51
23 diff -u -r1.50 -r1.51
24 --- ChangeLog 21 Aug 2008 16:34:58 -0000 1.50
25 +++ ChangeLog 10 Oct 2008 08:44:05 -0000 1.51
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-python/matplotlib
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.50 2008/08/21 16:34:58 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.51 2008/10/10 08:44:05 bicatali Exp $
31 +
32 + 10 Oct 2008; Sébastien Fabbro <bicatali@g.o>
33 + matplotlib-0.91.2.ebuild, matplotlib-0.91.4.ebuild,
34 + -matplotlib-0.98.1.ebuild, matplotlib-0.98.3.ebuild:
35 + Forced wxpython:2.8, see bug #229599
36
37 *matplotlib-0.98.3 (21 Aug 2008)
38
39
40
41
42 1.2 dev-python/matplotlib/matplotlib-0.91.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?r1=1.1&r2=1.2
47
48 Index: matplotlib-0.91.4.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- matplotlib-0.91.4.ebuild 26 Jun 2008 11:26:00 -0000 1.1
55 +++ matplotlib-0.91.4.ebuild 10 Oct 2008 08:44:05 -0000 1.2
56 @@ -1,10 +1,11 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.1 2008/06/26 11:26:00 bicatali Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.2 2008/10/10 08:44:05 bicatali Exp $
61
62 NEED_PYTHON=2.3
63 -
64 -inherit eutils distutils
65 +WX_GTK_VER=2.8
66 +EAPI=1
67 +inherit eutils distutils wxwidgets
68
69 DOC_PV=0.91.2svn
70
71 @@ -24,7 +25,7 @@
72 dev-python/pytz
73 dev-python/python-dateutil
74 gtk? ( dev-python/pygtk )
75 - wxwindows? ( dev-python/wxpython )"
76 + wxwindows? ( dev-python/wxpython:2.8 )"
77
78 RDEPEND="${DEPEND}
79 || ( media-fonts/ttf-bitstream-vera media-fonts/dejavu )
80
81
82
83 1.6 dev-python/matplotlib/matplotlib-0.91.2.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.6&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.6&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?r1=1.5&r2=1.6
88
89 Index: matplotlib-0.91.2.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v
92 retrieving revision 1.5
93 retrieving revision 1.6
94 diff -u -r1.5 -r1.6
95 --- matplotlib-0.91.2.ebuild 24 May 2008 08:03:30 -0000 1.5
96 +++ matplotlib-0.91.2.ebuild 10 Oct 2008 08:44:05 -0000 1.6
97 @@ -1,10 +1,11 @@
98 # Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.5 2008/05/24 08:03:30 bicatali Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.6 2008/10/10 08:44:05 bicatali Exp $
102
103 NEED_PYTHON=2.3
104 -
105 -inherit eutils distutils
106 +WX_GTK_VER=2.8
107 +EAPI=1
108 +inherit eutils distutils wxwidgets
109
110 DOC_PV=${PV}svn
111
112 @@ -24,7 +25,7 @@
113 dev-python/pytz
114 dev-python/python-dateutil
115 gtk? ( dev-python/pygtk )
116 - wxwindows? ( dev-python/wxpython )"
117 + wxwindows? ( dev-python/wxpython:2.8 )"
118
119 RDEPEND="${DEPEND}
120 media-fonts/ttf-bitstream-vera
121
122
123
124 1.4 dev-python/matplotlib/metadata.xml
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/metadata.xml?rev=1.4&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/metadata.xml?rev=1.4&content-type=text/plain
128 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/metadata.xml?r1=1.3&r2=1.4
129
130 Index: metadata.xml
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/metadata.xml,v
133 retrieving revision 1.3
134 retrieving revision 1.4
135 diff -u -r1.3 -r1.4
136 --- metadata.xml 23 Feb 2007 22:32:09 -0000 1.3
137 +++ metadata.xml 10 Oct 2008 08:44:05 -0000 1.4
138 @@ -4,8 +4,8 @@
139 <herd>python</herd>
140 <herd>sci</herd>
141 <longdescription lang="en">
142 -matplotlib is an interactive library for plotting and doing basic
143 -data analysis in python with a syntax similar to matlab. It provides a
144 -variety of backends and hard copy formats for almost ready publication plots.
145 + matplotlib is an interactive library for plotting and doing basic
146 + data analysis in python with a syntax similar to matlab. It provides a
147 + variety of backends and hard copy formats for almost ready publication plots.
148 </longdescription>
149 </pkgmetadata>
150
151
152
153 1.2 dev-python/matplotlib/matplotlib-0.98.3.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild?rev=1.2&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild?rev=1.2&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild?r1=1.1&r2=1.2
158
159 Index: matplotlib-0.98.3.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild,v
162 retrieving revision 1.1
163 retrieving revision 1.2
164 diff -u -r1.1 -r1.2
165 --- matplotlib-0.98.3.ebuild 21 Aug 2008 16:34:58 -0000 1.1
166 +++ matplotlib-0.98.3.ebuild 10 Oct 2008 08:44:05 -0000 1.2
167 @@ -1,8 +1,10 @@
168 # Copyright 1999-2008 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild,v 1.1 2008/08/21 16:34:58 bicatali Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.3.ebuild,v 1.2 2008/10/10 08:44:05 bicatali Exp $
172
173 -inherit eutils distutils
174 +WX_GTK_VER=2.8
175 +EAPI=1
176 +inherit eutils distutils wxwidgets
177
178 DOC_PV=${PV}
179
180 @@ -22,7 +24,7 @@
181 dev-python/pytz
182 dev-python/python-dateutil
183 gtk? ( dev-python/pygtk )
184 - wxwindows? ( dev-python/wxpython )"
185 + wxwindows? ( dev-python/wxpython:2.8 )"
186
187 RDEPEND="${DEPEND}
188 || ( media-fonts/ttf-bitstream-vera media-fonts/dejavu )