Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-common.eclass
Date: Tue, 06 Nov 2007 23:34:48
Message-Id: E1IpXwR-00025U-Jr@stork.gentoo.org
1 aballier 07/11/06 23:34:43
2
3 Modified: texlive-common.eclass
4 Log:
5 change TEXMF_VAR_PATH to match default configuration, hopefully nothing was using it (yet?)
6
7 Revision Changes Path
8 1.3 eclass/texlive-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?r1=1.2&r2=1.3
13
14 Index: texlive-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- texlive-common.eclass 20 Oct 2007 12:51:25 -0000 1.2
21 +++ texlive-common.eclass 6 Nov 2007 23:34:43 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.2 2007/10/20 12:51:25 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.3 2007/11/06 23:34:43 aballier Exp $
27
28 #
29 # Original Author: Alexis Ballier <aballier@g.o>
30 @@ -12,7 +12,7 @@
31
32 TEXMF_PATH=/usr/share/texmf
33 TEXMF_DIST_PATH=/usr/share/texmf-dist
34 -TEXMF_VAR_PATH=/usr/share/texmf-var
35 +TEXMF_VAR_PATH=/var/lib/texmf
36
37 # Has to be called in src_install after having installed the files in ${D}
38 # This function will move the relevant files to /etc/texmf and symling them
39
40
41
42 --
43 gentoo-commits@g.o mailing list