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/xcolor: ChangeLog xcolor-2.11.ebuild
Date: Sun, 03 Feb 2008 15:16:14
Message-Id: E1JLgZo-0005EB-6H@stork.gentoo.org
1 aballier 08/02/03 15:16:12
2
3 Modified: ChangeLog xcolor-2.11.ebuild
4 Log:
5 generate fonts in the sandbox instead of using addwrite..
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.27 dev-tex/xcolor/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/xcolor/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 18 Dec 2007 19:15:42 -0000 1.26
22 +++ ChangeLog 3 Feb 2008 15:16:11 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-tex/xcolor
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/xcolor/ChangeLog,v 1.26 2007/12/18 19:15:42 jer Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/xcolor/ChangeLog,v 1.27 2008/02/03 15:16:11 aballier Exp $
29 +
30 + 03 Feb 2008; Alexis Ballier <aballier@g.o> xcolor-2.11.ebuild:
31 + generate fonts in the sandbox instead of using addwrite..
32
33 18 Dec 2007; Jeroen Roovers <jer@g.o> xcolor-2.11.ebuild:
34 Marked ~hppa (bug #195815).
35
36
37
38 1.6 dev-tex/xcolor/xcolor-2.11.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild?r1=1.5&r2=1.6
43
44 Index: xcolor-2.11.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- xcolor-2.11.ebuild 18 Dec 2007 19:15:42 -0000 1.5
51 +++ xcolor-2.11.ebuild 3 Feb 2008 15:16:11 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild,v 1.5 2007/12/18 19:15:42 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/xcolor/xcolor-2.11.ebuild,v 1.6 2008/02/03 15:16:11 aballier Exp $
58
59 inherit latex-package
60
61 @@ -25,8 +25,7 @@
62 TEXMF="/usr/share/texmf-site"
63
64 src_install() {
65 -
66 - addwrite /var/cache/fonts/
67 + export VARTEXFONTS="${T}/fonts"
68
69 latex-package_src_install || die
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list