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-module.eclass
Date: Sat, 27 Oct 2007 14:30:43
Message-Id: E1IlmgR-00069b-82@stork.gentoo.org
1 aballier 07/10/27 14:30:39
2
3 Modified: texlive-module.eclass
4 Log:
5 dont try to be too clever with TEXMFSYSVAR, it should not be modified, install paths should definitely not be dependant on tex configuration and consistent among themselves; thus hardcode default path for TEXMFSYSVAR
6
7 Revision Changes Path
8 1.5 eclass/texlive-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.4&r2=1.5
13
14 Index: texlive-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- texlive-module.eclass 20 Oct 2007 17:15:24 -0000 1.4
21 +++ texlive-module.eclass 27 Oct 2007 14:30:38 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.4 2007/10/20 17:15:24 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.5 2007/10/27 14:30:38 aballier Exp $
27
28 #
29 # Original Author: Alexis Ballier <aballier@g.o>
30 @@ -96,8 +96,7 @@
31 [ -d texmf ] && doins -r texmf
32 [ -d texmf-dist ] && doins -r texmf-dist
33
34 - TEXMFSYSVAR="$(kpsewhich -var-value=TEXMFSYSVAR)"
35 - insinto "${TEXMFSYSVAR}"
36 + insinto /var/lib/texmf
37 [ -d texmf-var ] && doins -r texmf-var/*
38
39 insinto /etc/texmf/updmap.d
40
41
42
43 --
44 gentoo-commits@g.o mailing list