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: Fri, 08 Jan 2010 15:19:25
Message-Id: E1NTGcS-0005pK-N3@stork.gentoo.org
1 aballier 10/01/08 15:19:20
2
3 Modified: texlive-common.eclass
4 Log:
5 Add an einfo when moving config files
6
7 Revision Changes Path
8 1.10 eclass/texlive-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-common.eclass?r1=1.9&r2=1.10
13
14 Index: texlive-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- texlive-common.eclass 6 Nov 2008 19:51:30 -0000 1.9
21 +++ texlive-common.eclass 8 Jan 2010 15:19:20 -0000 1.10
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.9 2008/11/06 19:51:30 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.10 2010/01/08 15:19:20 aballier Exp $
27
28 # @ECLASS: texlive-common.eclass
29 # @MAINTAINER:
30 @@ -35,6 +35,7 @@
31 continue
32 fi
33 dodir /etc/texmf/$(dirname ${f}).d
34 + einfo "Moving (and symlinking) ${TEXMF_PATH}/${f} to /etc/texmf/$(dirname ${f}).d"
35 mv "${D}/${TEXMF_PATH}/${f}" "${D}/etc/texmf/$(dirname ${f}).d" || die "mv ${f} failed."
36 dosym /etc/texmf/$(dirname ${f}).d/$(basename ${f}) ${TEXMF_PATH}/${f}
37 done