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: Sun, 02 Dec 2007 22:47:19
Message-Id: E1Iyxag-0000re-Sb@stork.gentoo.org
1 aballier 07/12/02 22:47:10
2
3 Modified: texlive-module.eclass
4 Log:
5 install dvips config files in dvips.d; no module installs such files, only texlive-core for now, but better safe than sorry if this happens after dvips config files handling has been switched to texmf-update
6
7 Revision Changes Path
8 1.6 eclass/texlive-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.5&r2=1.6
13
14 Index: texlive-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- texlive-module.eclass 27 Oct 2007 14:30:38 -0000 1.5
21 +++ texlive-module.eclass 2 Dec 2007 22:47:10 -0000 1.6
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.5 2007/10/27 14:30:38 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.6 2007/12/02 22:47:10 aballier Exp $
27
28 #
29 # Original Author: Alexis Ballier <aballier@g.o>
30 @@ -101,7 +101,7 @@
31
32 insinto /etc/texmf/updmap.d
33 [ -f "${S}/${PN}.cfg" ] && doins "${S}/${PN}.cfg"
34 - insinto /etc/texmf/dvips/config
35 + insinto /etc/texmf/dvips.d
36 [ -f "${S}/${PN}-config.ps" ] && doins "${S}/${PN}-config.ps"
37 insinto /etc/texmf/dvipdfm/config
38 [ -f "${S}/${PN}-config" ] && doins "${S}/${PN}-config"
39
40
41
42 --
43 gentoo-commits@g.o mailing list