Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.2.3-r2.ebuild gnuplot-4.2.5-r1.ebuild gnuplot-4.2.4-r1.ebuild gnuplot-4.2.5.ebuild
Date: Sat, 01 Aug 2009 12:08:22
Message-Id: E1MXDNs-0007j9-Dh@stork.gentoo.org
1 bicatali 09/08/01 12:08:20
2
3 Modified: ChangeLog gnuplot-4.2.3-r2.ebuild
4 gnuplot-4.2.5-r1.ebuild gnuplot-4.2.4-r1.ebuild
5 gnuplot-4.2.5.ebuild
6 Log:
7 Changed wxwindows to wxwidgets new use flag.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.112 sci-visualization/gnuplot/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.112&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.112&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.111&r2=1.112
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
20 retrieving revision 1.111
21 retrieving revision 1.112
22 diff -u -r1.111 -r1.112
23 --- ChangeLog 19 Jul 2009 14:38:38 -0000 1.111
24 +++ ChangeLog 1 Aug 2009 12:08:20 -0000 1.112
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-visualization/gnuplot
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.111 2009/07/19 14:38:38 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.112 2009/08/01 12:08:20 bicatali Exp $
30 +
31 + 01 Aug 2009; Sébastien Fabbro <bicatali@g.o>
32 + gnuplot-4.2.3-r2.ebuild, gnuplot-4.2.4-r1.ebuild, gnuplot-4.2.5.ebuild,
33 + gnuplot-4.2.5-r1.ebuild:
34 + Changed wxwindows to wxwidgets new use flag.
35
36 19 Jul 2009; nixnut <nixnut@g.o> gnuplot-4.2.5.ebuild:
37 ppc stable #274558
38
39
40
41 1.14 sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild?r1=1.13&r2=1.14
46
47 Index: gnuplot-4.2.3-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- gnuplot-4.2.3-r2.ebuild 21 Jun 2009 18:41:00 -0000 1.13
54 +++ gnuplot-4.2.3-r2.ebuild 1 Aug 2009 12:08:20 -0000 1.14
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.13 2009/06/21 18:41:00 ulm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.3-r2.ebuild,v 1.14 2009/08/01 12:08:20 bicatali Exp $
60
61 inherit autotools elisp-common eutils multilib wxwidgets
62
63 @@ -13,8 +13,8 @@
64 LICENSE="gnuplot"
65 SLOT="0"
66 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
67 -IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
68 -RESTRICT="wxwindows? ( test )"
69 +IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwidgets X xemacs"
70 +RESTRICT="wxwidgets? ( test )"
71
72 RDEPEND="
73 xemacs? ( app-editors/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )
74 @@ -29,7 +29,7 @@
75 svga? ( media-libs/svgalib )
76 readline? ( >=sys-libs/readline-4.2 )
77 plotutils? ( media-libs/plotutils )
78 - wxwindows? ( =x11-libs/wxGTK-2.6*
79 + wxwidgets? ( =x11-libs/wxGTK-2.6*
80 >=x11-libs/cairo-0.9
81 >=x11-libs/pango-1.10.3
82 >=x11-libs/gtk+-2.8 )"
83 @@ -81,7 +81,7 @@
84 -e '/^SUBDIRS/ s/LaTeX//' share/LaTeX/Makefile.in || die
85 fi
86
87 - if use wxwindows ; then
88 + if use wxwidgets ; then
89 WX_GTK_VER="2.6"
90 need-wxwidgets unicode
91 fi
92 @@ -91,7 +91,7 @@
93 myconf="${myconf} $(use_with X x)"
94 myconf="${myconf} $(use_with svga linux-vga)"
95 myconf="${myconf} $(use_with gd)"
96 - myconf="${myconf} $(use_enable wxwindows wxwidgets)"
97 + myconf="${myconf} $(use_enable wxwidgets)"
98 myconf="${myconf} $(use_with plotutils plot /usr/$(get_libdir))"
99 myconf="${myconf} $(use_with pdf pdf /usr/$(get_libdir))"
100
101
102
103
104 1.3 sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild?rev=1.3&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild?rev=1.3&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild?r1=1.2&r2=1.3
109
110 Index: gnuplot-4.2.5-r1.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild,v
113 retrieving revision 1.2
114 retrieving revision 1.3
115 diff -u -r1.2 -r1.3
116 --- gnuplot-4.2.5-r1.ebuild 21 Jun 2009 18:41:00 -0000 1.2
117 +++ gnuplot-4.2.5-r1.ebuild 1 Aug 2009 12:08:20 -0000 1.3
118 @@ -1,6 +1,6 @@
119 # Copyright 1999-2009 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild,v 1.2 2009/06/21 18:41:00 ulm Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5-r1.ebuild,v 1.3 2009/08/01 12:08:20 bicatali Exp $
123
124 EAPI=2
125 WX_GTK_VER="2.8"
126 @@ -17,8 +17,8 @@
127 LICENSE="gnuplot"
128 SLOT="0"
129 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
130 -IUSE="doc emacs gd ggi latex lua pdf plotutils readline svga wxwindows X xemacs"
131 -RESTRICT="wxwindows? ( test )"
132 +IUSE="doc emacs gd ggi latex lua pdf plotutils readline svga wxwidgets X xemacs"
133 +RESTRICT="wxwidgets? ( test )"
134
135 RDEPEND="
136 xemacs? ( app-editors/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )
137 @@ -36,7 +36,7 @@
138 svga? ( media-libs/svgalib )
139 readline? ( >=sys-libs/readline-4.2 )
140 plotutils? ( media-libs/plotutils )
141 - wxwindows? ( =x11-libs/wxGTK-2.8*
142 + wxwidgets? ( =x11-libs/wxGTK-2.8*
143 >=x11-libs/cairo-0.9
144 >=x11-libs/pango-1.10.3
145 >=x11-libs/gtk+-2.8 )"
146 @@ -48,7 +48,7 @@
147 TEXMF="/usr/share/texmf-site"
148
149 pkg_setup() {
150 - use wxwindows && wxwidgets_pkg_setup
151 + use wxwidgets && wxwidgets_pkg_setup
152 }
153
154 src_prepare() {
155 @@ -79,7 +79,7 @@
156 myconf="${myconf} $(use_with X x)"
157 myconf="${myconf} $(use_with svga linux-vga)"
158 myconf="${myconf} $(use_with gd)"
159 - myconf="${myconf} $(use_enable wxwindows wxwidgets)"
160 + myconf="${myconf} $(use_enable wxwidgets)"
161 myconf="${myconf} $(use_with plotutils plot /usr/$(get_libdir))"
162 myconf="${myconf} $(use_with pdf pdf /usr/$(get_libdir))"
163 myconf="${myconf} $(use_with lua)"
164
165
166
167 1.15 sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild
168
169 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?rev=1.15&view=markup
170 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?rev=1.15&content-type=text/plain
171 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild?r1=1.14&r2=1.15
172
173 Index: gnuplot-4.2.4-r1.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v
176 retrieving revision 1.14
177 retrieving revision 1.15
178 diff -u -r1.14 -r1.15
179 --- gnuplot-4.2.4-r1.ebuild 21 Jun 2009 18:41:00 -0000 1.14
180 +++ gnuplot-4.2.4-r1.ebuild 1 Aug 2009 12:08:20 -0000 1.15
181 @@ -1,6 +1,6 @@
182 # Copyright 1999-2009 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.14 2009/06/21 18:41:00 ulm Exp $
185 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.15 2009/08/01 12:08:20 bicatali Exp $
186
187 WX_GTK_VER="2.8"
188
189 @@ -15,8 +15,8 @@
190 LICENSE="gnuplot"
191 SLOT="0"
192 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
193 -IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwindows X xemacs"
194 -RESTRICT="wxwindows? ( test )"
195 +IUSE="doc emacs gd ggi latex pdf plotutils readline svga wxwidgets X xemacs"
196 +RESTRICT="wxwidgets? ( test )"
197
198 RDEPEND="
199 xemacs? ( app-editors/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )
200 @@ -31,7 +31,7 @@
201 svga? ( media-libs/svgalib )
202 readline? ( >=sys-libs/readline-4.2 )
203 plotutils? ( media-libs/plotutils )
204 - wxwindows? ( =x11-libs/wxGTK-2.8*
205 + wxwidgets? ( =x11-libs/wxGTK-2.8*
206 >=x11-libs/cairo-0.9
207 >=x11-libs/pango-1.10.3
208 >=x11-libs/gtk+-2.8 )"
209 @@ -56,7 +56,7 @@
210 eerror "media-libs/gd needs to be built with PNG support"
211 die "please rebuild media-libs/gd with USE=png"
212 fi
213 - use wxwindows && wxwidgets_pkg_setup
214 + use wxwidgets && wxwidgets_pkg_setup
215 }
216
217 src_unpack() {
218 @@ -87,7 +87,7 @@
219 myconf="${myconf} $(use_with X x)"
220 myconf="${myconf} $(use_with svga linux-vga)"
221 myconf="${myconf} $(use_with gd)"
222 - myconf="${myconf} $(use_enable wxwindows wxwidgets)"
223 + myconf="${myconf} $(use_enable wxwidgets)"
224 myconf="${myconf} $(use_with plotutils plot /usr/$(get_libdir))"
225 myconf="${myconf} $(use_with pdf pdf /usr/$(get_libdir))"
226 myconf="${myconf} $(use_with doc tutorial)"
227
228
229
230 1.13 sci-visualization/gnuplot/gnuplot-4.2.5.ebuild
231
232 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?rev=1.13&view=markup
233 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?rev=1.13&content-type=text/plain
234 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild?r1=1.12&r2=1.13
235
236 Index: gnuplot-4.2.5.ebuild
237 ===================================================================
238 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v
239 retrieving revision 1.12
240 retrieving revision 1.13
241 diff -u -r1.12 -r1.13
242 --- gnuplot-4.2.5.ebuild 19 Jul 2009 14:38:38 -0000 1.12
243 +++ gnuplot-4.2.5.ebuild 1 Aug 2009 12:08:20 -0000 1.13
244 @@ -1,6 +1,6 @@
245 # Copyright 1999-2009 Gentoo Foundation
246 # Distributed under the terms of the GNU General Public License v2
247 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.12 2009/07/19 14:38:38 nixnut Exp $
248 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.13 2009/08/01 12:08:20 bicatali Exp $
249
250 EAPI=2
251 WX_GTK_VER="2.8"
252 @@ -17,8 +17,8 @@
253 LICENSE="gnuplot"
254 SLOT="0"
255 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
256 -IUSE="doc emacs gd ggi latex lua pdf plotutils readline svga wxwindows X xemacs"
257 -RESTRICT="wxwindows? ( test )"
258 +IUSE="doc emacs gd ggi latex lua pdf plotutils readline svga wxwidgets X xemacs"
259 +RESTRICT="wxwidgets? ( test )"
260
261 RDEPEND="
262 xemacs? ( app-editors/xemacs app-xemacs/texinfo app-xemacs/xemacs-base )
263 @@ -36,7 +36,7 @@
264 svga? ( media-libs/svgalib )
265 readline? ( >=sys-libs/readline-4.2 )
266 plotutils? ( media-libs/plotutils )
267 - wxwindows? ( =x11-libs/wxGTK-2.8*
268 + wxwidgets? ( =x11-libs/wxGTK-2.8*
269 >=x11-libs/cairo-0.9
270 >=x11-libs/pango-1.10.3
271 >=x11-libs/gtk+-2.8 )"
272 @@ -48,7 +48,7 @@
273 TEXMF="/usr/share/texmf-site"
274
275 pkg_setup() {
276 - use wxwindows && wxwidgets_pkg_setup
277 + use wxwidgets && wxwidgets_pkg_setup
278 }
279
280 src_prepare() {
281 @@ -78,7 +78,7 @@
282 myconf="${myconf} $(use_with X x)"
283 myconf="${myconf} $(use_with svga linux-vga)"
284 myconf="${myconf} $(use_with gd)"
285 - myconf="${myconf} $(use_enable wxwindows wxwidgets)"
286 + myconf="${myconf} $(use_enable wxwidgets)"
287 myconf="${myconf} $(use_with plotutils plot /usr/$(get_libdir))"
288 myconf="${myconf} $(use_with pdf pdf /usr/$(get_libdir))"
289 myconf="${myconf} $(use_with lua)"