Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texlive-core/files/2007/texmf.d: 05searchpaths.cnf
Date: Sat, 27 Oct 2007 17:21:47
Message-Id: E1IlpLw-00089u-9O@stork.gentoo.org
1 aballier 07/10/27 17:21:40
2
3 Modified: 05searchpaths.cnf
4 Log:
5 Make use of SELFAUTO variables in texmf.cnf file, so that we'll be closer to upstream's config file and it will be more robust if installed in another directory
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 app-text/texlive-core/files/2007/texmf.d/05searchpaths.cnf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/05searchpaths.cnf?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/05searchpaths.cnf?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/05searchpaths.cnf?r1=1.2&r2=1.3
14
15 Index: 05searchpaths.cnf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/05searchpaths.cnf,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 05searchpaths.cnf 27 Oct 2007 14:59:24 -0000 1.2
22 +++ 05searchpaths.cnf 27 Oct 2007 17:21:39 -0000 1.3
23 @@ -9,18 +9,18 @@
24
25 % The tree containing the runtime files closely related to the specific
26 % program version used:
27 -TEXMFMAIN = /usr/share/texmf
28 +TEXMFMAIN = $SELFAUTODIR/share/texmf
29
30 % The main distribution tree:
31 -TEXMFDIST = /usr/share/texmf-dist
32 +TEXMFDIST = $SELFAUTODIR/share/texmf-dist
33
34 % The Gentoo site tree
35 -TEXMFSITE = /usr/share/texmf-site
36 +TEXMFSITE = $SELFAUTODIR/share/texmf-site
37
38 % A place for local additions to a "standard" texmf tree.
39 % This tree is not used for local configuration maintained by
40 % texconfig, it uses TEXMFCONFIG below.
41 -TEXMFLOCAL = /usr/local/share/texmf
42 +TEXMFLOCAL = $SELFAUTODIR/local/share/texmf
43
44 % TEXMFSYSVAR, where texconfig-sys stores variable runtime data.
45 % With teTeX-3.0 or later, this must be set.
46 @@ -32,7 +32,7 @@
47 % ebuilds will install their format files there.
48 % If you do modify it, you'll have to face the consequences of having format
49 % files out of control of the package manager.
50 -TEXMFSYSVAR = /var/lib/texmf
51 +TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf
52
53 % TEXMFSYSCONFIG, where texconfig-sys stores configuration data.
54 % With teTeX-3.0 or later, this must be set.
55 @@ -40,7 +40,7 @@
56 % TEXMFSYSCONFIG = $TEXMFMAIN
57 % For using a separate tree:
58 % TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config
59 -TEXMFSYSCONFIG = /etc/texmf
60 +TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf
61
62 % User texmf trees are allowed as follows.
63 % This used to be HOMETEXMF.
64 @@ -82,7 +82,7 @@
65 % Where generated fonts may be written. This tree is used when the sources
66 % were found in a system tree and either that tree wasn't writable, or the
67 % varfonts feature was enabled in MT_FEATURES in mktex.cnf.
68 -VARTEXFONTS = /var/tmp/texfonts
69 +VARTEXFONTS = $SELFAUTOPARENT/var/tmp/texfonts
70
71 % Where to look for ls-R files. There need not be an ls-R in the
72 % directories in this path, but if there is one, Kpathsea will use it.
73 @@ -108,7 +108,7 @@
74 %
75 % On some systems, there will be a system tree which contains all the font
76 % files that may be created as well as the formats. For example
77 -% TEXMFVAR = /var/lib/texmf
78 +% TEXMFVAR = $SELFAUTOPARENT/var/lib/texmf
79 % is used on many Linux systems. In this case, set VARTEXFONTS like this
80 % VARTEXFONTS = $TEXMFVAR/fonts
81 % and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR).
82
83
84
85 --
86 gentoo-commits@g.o mailing list