Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-2.1.73-r1.ebuild octave-2.1.73.ebuild octave-2.1.73-r2.ebuild
Date: Sun, 02 Mar 2008 13:46:27
Message-Id: E1JVoWG-00023z-SR@stork.gentoo.org
1 markusle 08/03/02 13:46:24
2
3 Modified: ChangeLog octave-2.1.73-r1.ebuild
4 octave-2.1.73.ebuild octave-2.1.73-r2.ebuild
5 Log:
6 Exported VARTEXFONT variable to avoid sandboxviolations by latex (see bug #160015).
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.54 sci-mathematics/octave/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 27 Feb 2008 20:30:08 -0000 1.53
23 +++ ChangeLog 2 Mar 2008 13:46:24 -0000 1.54
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-mathematics/octave
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.53 2008/02/27 20:30:08 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.54 2008/03/02 13:46:24 markusle Exp $
29 +
30 + 02 Mar 2008; Markus Dittrich <markusle@g.o> octave-2.1.73.ebuild,
31 + octave-2.1.73-r1.ebuild, octave-2.1.73-r2.ebuild:
32 + Exported VARTEXFONT variable to avoid sandboxviolations by latex (see
33 + bug #160015).
34
35 27 Feb 2008; Markus Dittrich <markusle@g.o>
36 octave-2.1.73-r2.ebuild:
37
38
39
40 1.8 sci-mathematics/octave/octave-2.1.73-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: octave-2.1.73-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- octave-2.1.73-r1.ebuild 25 Dec 2007 01:46:56 -0000 1.7
53 +++ octave-2.1.73-r1.ebuild 2 Mar 2008 13:46:24 -0000 1.8
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.7 2007/12/25 01:46:56 nerdboy Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.8 2008/03/02 13:46:24 markusle Exp $
60
61 inherit flag-o-matic fortran autotools
62
63 @@ -91,6 +91,9 @@
64 }
65
66 src_install() {
67 + # needed to avoid possible sandbox violations by latex
68 + export VARTEXFONTS="${T}/fonts"
69 +
70 make install DESTDIR="${D}" || die "make install failed"
71 if use doc; then
72 octave-install-doc || die "Octave doc install failed"
73
74
75
76 1.10 sci-mathematics/octave/octave-2.1.73.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild?rev=1.10&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild?rev=1.10&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild?r1=1.9&r2=1.10
81
82 Index: octave-2.1.73.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild,v
85 retrieving revision 1.9
86 retrieving revision 1.10
87 diff -u -r1.9 -r1.10
88 --- octave-2.1.73.ebuild 25 Dec 2007 01:46:56 -0000 1.9
89 +++ octave-2.1.73.ebuild 2 Mar 2008 13:46:24 -0000 1.10
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2007 Gentoo Foundation
92 +# Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild,v 1.9 2007/12/25 01:46:56 nerdboy Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild,v 1.10 2008/03/02 13:46:24 markusle Exp $
96
97 inherit flag-o-matic fortran
98
99 @@ -86,6 +86,9 @@
100 }
101
102 src_install() {
103 + # needed to avoid possible sandbox violations by latex
104 + export VARTEXFONTS="${T}/fonts"
105 +
106 make install DESTDIR="${D}" || die "make install failed"
107 if use doc; then
108 octave-install-doc || die "Octave doc install failed"
109
110
111
112 1.7 sci-mathematics/octave/octave-2.1.73-r2.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?rev=1.7&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?rev=1.7&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild?r1=1.6&r2=1.7
117
118 Index: octave-2.1.73-r2.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v
121 retrieving revision 1.6
122 retrieving revision 1.7
123 diff -u -r1.6 -r1.7
124 --- octave-2.1.73-r2.ebuild 27 Feb 2008 20:30:08 -0000 1.6
125 +++ octave-2.1.73-r2.ebuild 2 Mar 2008 13:46:24 -0000 1.7
126 @@ -1,6 +1,6 @@
127 # Copyright 1999-2008 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.6 2008/02/27 20:30:08 markusle Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.7 2008/03/02 13:46:24 markusle Exp $
131
132 inherit flag-o-matic fortran autotools xemacs-elisp-common
133
134 @@ -99,6 +99,9 @@
135 }
136
137 src_install() {
138 + # needed to avoid possible sandbox violations by latex
139 + export VARTEXFONTS="${T}/fonts"
140 +
141 make install DESTDIR="${D}" || die "make install failed"
142 if use doc; then
143 octave-install-doc || die "Octave doc install failed"
144
145
146
147 --
148 gentoo-commits@l.g.o mailing list