Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/envlab: envlab-1.2.ebuild ChangeLog
Date: Sun, 18 Nov 2007 23:15:01
Message-Id: E1IttLs-0006by-8e@stork.gentoo.org
1 aballier 07/11/18 23:14:56
2
3 Modified: envlab-1.2.ebuild ChangeLog
4 Log:
5 run pdflatex twice to get cross references right, bug #199045; export VARTEXFONTS to be in the sandbox so we dont need the addwrite hack
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.8 dev-tex/envlab/envlab-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild?r1=1.7&r2=1.8
14
15 Index: envlab-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- envlab-1.2.ebuild 28 Dec 2004 20:41:22 -0000 1.7
22 +++ envlab-1.2.ebuild 18 Nov 2007 23:14:55 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2004 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.7 2004/12/28 20:41:22 absinthe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/envlab-1.2.ebuild,v 1.8 2007/11/18 23:14:55 aballier Exp $
29
30 inherit latex-package
31
32 @@ -17,10 +17,12 @@
33 IUSE=""
34
35 src_compile() {
36 - addwrite /var/cache/fonts/
37 + export VARTEXFONTS="${T}/fonts"
38 ebegin "Compiling ${PN}"
39 latex envlab.ins || die
40 pdflatex elguide.tex || die
41 + pdflatex elguide.tex || die
42 + pdflatex envlab.drv || die
43 pdflatex envlab.drv || die
44 eend
45 }
46
47
48
49 1.11 dev-tex/envlab/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.11&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?rev=1.11&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/envlab/ChangeLog?r1=1.10&r2=1.11
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v
58 retrieving revision 1.10
59 retrieving revision 1.11
60 diff -u -r1.10 -r1.11
61 --- ChangeLog 13 Mar 2007 00:16:29 -0000 1.10
62 +++ ChangeLog 18 Nov 2007 23:14:55 -0000 1.11
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-tex/envlab
65 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.10 2007/03/13 00:16:29 nattfodd Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/envlab/ChangeLog,v 1.11 2007/11/18 23:14:55 aballier Exp $
68 +
69 + 18 Nov 2007; Alexis Ballier <aballier@g.o> envlab-1.2.ebuild:
70 + run pdflatex twice to get cross references right, bug #199045; export
71 + VARTEXFONTS to be in the sandbox so we dont need the addwrite hack
72
73 12 Mar 2007; Alexandre Buisse <nattfodd@g.o> metadata.xml:
74 Replaced text-markup by tex as maintaining herd (text-markup split).
75
76
77
78 --
79 gentoo-commits@g.o mailing list