Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.2.2-r1.ebuild
Date: Tue, 11 Dec 2007 08:36:13
Message-Id: E1J20b1-0004zg-Vh@stork.gentoo.org
1 opfer 07/12/11 08:36:07
2
3 Modified: ChangeLog gnuplot-4.2.2-r1.ebuild
4 Log:
5 set VARTEXFONTS, so we avoid access violations with sandbox. Suggested by Andrey Grozin <A.G.Grozin AT inp DOT nsk DOT su> in bug #201871
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.62 sci-visualization/gnuplot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.62&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.62&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.61&r2=1.62
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
18 retrieving revision 1.61
19 retrieving revision 1.62
20 diff -u -r1.61 -r1.62
21 --- ChangeLog 8 Dec 2007 18:02:18 -0000 1.61
22 +++ ChangeLog 11 Dec 2007 08:36:07 -0000 1.62
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-visualization/gnuplot
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.61 2007/12/08 18:02:18 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.62 2007/12/11 08:36:07 opfer Exp $
28 +
29 + 11 Dec 2007; Christian Faulhammer <opfer@g.o>
30 + gnuplot-4.2.2-r1.ebuild:
31 + set VARTEXFONTS, so we avoid access violations with sandbox. Suggested by
32 + Andrey Grozin <A.G.Grozin AT inp DOT nsk DOT su> in bug #201871
33
34 08 Dec 2007; Jeroen Roovers <jer@g.o> gnuplot-4.2.2-r1.ebuild:
35 Stable for HPPA (bug #189672).
36
37
38
39 1.10 sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild?r1=1.9&r2=1.10
44
45 Index: gnuplot-4.2.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- gnuplot-4.2.2-r1.ebuild 8 Dec 2007 18:02:18 -0000 1.9
52 +++ gnuplot-4.2.2-r1.ebuild 11 Dec 2007 08:36:07 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.9 2007/12/08 18:02:18 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.10 2007/12/11 08:36:07 opfer Exp $
58
59 inherit eutils elisp-common multilib wxwidgets
60
61 @@ -65,6 +65,9 @@
62 }
63
64 src_compile() {
65 + # Prevent access violations, see bug 201871
66 + VARTEXFONTS="${T}/fonts"
67 +
68 # See bug #156427.
69 if use latex ; then
70 sed -i \
71
72
73
74 --
75 gentoo-commits@g.o mailing list