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: Thu, 03 Jul 2008 21:01:59
Message-Id: E1KEVw9-0008Sv-NF@stork.gentoo.org
1 aballier 08/07/03 21:01:53
2
3 Modified: texlive-common.eclass
4 Log:
5 be nice and dont try to do anything if we have not installed any texmf file
6
7 Revision Changes Path
8 1.5 eclass/texlive-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?r1=1.4&r2=1.5
13
14 Index: texlive-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- texlive-common.eclass 14 Feb 2008 09:02:11 -0000 1.4
21 +++ texlive-common.eclass 3 Jul 2008 21:01:53 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 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.4 2008/02/14 09:02:11 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.5 2008/07/03 21:01:53 aballier Exp $
27
28 # @ECLASS: texlive-common.eclass
29 # @MAINTAINER:
30 @@ -28,6 +28,7 @@
31
32 texlive-common_handle_config_files() {
33 # Handle config files properly
34 + [ -d "${D}${TEXMF_PATH}" ] || return
35 cd "${D}${TEXMF_PATH}"
36 for f in $(find . -name '*.cnf' -o -name '*.cfg' -type f | sed -e "s:\./::g") ; do
37 if [ "${f#*config}" != "${f}" ] ; then
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list