Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texlive-core: texlive-core-2007-r8.ebuild ChangeLog
Date: Sun, 02 Dec 2007 23:56:43
Message-Id: E1Iyyfu-0001SG-KY@stork.gentoo.org
1 aballier 07/12/02 23:56:38
2
3 Modified: texlive-core-2007-r8.ebuild ChangeLog
4 Log:
5 let texmf-update handle dvips config.ps through /etc/texmf/dvips.d
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.4 app-text/texlive-core/texlive-core-2007-r8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild?r1=1.3&r2=1.4
14
15 Index: texlive-core-2007-r8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- texlive-core-2007-r8.ebuild 2 Dec 2007 22:35:21 -0000 1.3
22 +++ texlive-core-2007-r8.ebuild 2 Dec 2007 23:56:38 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild,v 1.3 2007/12/02 22:35:21 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r8.ebuild,v 1.4 2007/12/02 23:56:38 aballier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
30
31 @@ -221,6 +221,11 @@
32
33 mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
34
35 + # dvips config file
36 + keepdir /etc/texmf/dvips/config
37 + dodir /etc/texmf/dvips.d
38 + mv "${D}${TEXMF_PATH}/dvips/config/config.ps" "${D}/etc/texmf/dvips.d/00${PN}-config.ps" || die "moving config.ps failed"
39 +
40 # Create symlinks from format to engines
41 # This will avoid having to call texlinks in texmf-update
42 cd "${S}"
43 @@ -235,6 +240,7 @@
44 dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
45 dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
46 dosym /etc/texmf/web2c/updmap.cfg ${TEXMF_PATH}/web2c/updmap.cfg
47 + dosym /etc/texmf/dvips/config/config.ps ${TEXMF_PATH}/dvips/config/config.ps
48
49 # the virtex symlink is not installed
50 # The links has to be relative, since the targets
51
52
53
54 1.32 app-text/texlive-core/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.32&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.32&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.31&r2=1.32
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
63 retrieving revision 1.31
64 retrieving revision 1.32
65 diff -u -r1.31 -r1.32
66 --- ChangeLog 2 Dec 2007 22:35:21 -0000 1.31
67 +++ ChangeLog 2 Dec 2007 23:56:38 -0000 1.32
68 @@ -1,6 +1,10 @@
69 # ChangeLog for app-text/texlive-core
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.31 2007/12/02 22:35:21 aballier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.32 2007/12/02 23:56:38 aballier Exp $
73 +
74 + 02 Dec 2007; Alexis Ballier <aballier@g.o> files/texmf-update,
75 + texlive-core-2007-r8.ebuild:
76 + let texmf-update handle dvips config.ps through /etc/texmf/dvips.d
77
78 02 Dec 2007; Alexis Ballier <aballier@g.o>
79 -files/2007/tetex-3.0-CVE-2007-0650.patch,
80
81
82
83 --
84 gentoo-commits@g.o mailing list