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-r2.ebuild ChangeLog
Date: Sun, 28 Oct 2007 17:46:03
Message-Id: E1ImCCx-0007Oe-HX@stork.gentoo.org
1 aballier 07/10/28 17:45:55
2
3 Modified: texlive-core-2007-r2.ebuild ChangeLog
4 Log:
5 add more values to the config files, this should fix a few issues with stack size exceeded
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.7 app-text/texlive-core/texlive-core-2007-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild?r1=1.6&r2=1.7
14
15 Index: texlive-core-2007-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- texlive-core-2007-r2.ebuild 26 Oct 2007 19:06:25 -0000 1.6
22 +++ texlive-core-2007-r2.ebuild 28 Oct 2007 17:45:55 -0000 1.7
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-r2.ebuild,v 1.6 2007/10/26 19:06:25 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild,v 1.7 2007/10/28 17:45:55 aballier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
30
31 @@ -217,7 +217,7 @@
32 rm -f "${D}${TEXMF_PATH}/web2c/texmf.cnf"
33
34 insinto /etc/texmf/texmf.d
35 - doins "${FILESDIR}/${PV}/texmf.d/"{00header,05searchpaths,10standardpaths,15options,20sizes}.cnf
36 + doins "${FILESDIR}/${PV}/texmf.d/"{00header,05searchpaths,10standardpaths,15options,20sizes,25misc}.cnf
37
38 mv "${D}${TEXMF_PATH}/web2c/updmap.cfg" "${D}/etc/texmf/updmap.d/00updmap.cfg" || die "moving updmap.cfg failed"
39
40
41
42
43 1.18 app-text/texlive-core/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.18&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.18&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.17&r2=1.18
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
52 retrieving revision 1.17
53 retrieving revision 1.18
54 diff -u -r1.17 -r1.18
55 --- ChangeLog 27 Oct 2007 17:21:39 -0000 1.17
56 +++ ChangeLog 28 Oct 2007 17:45:55 -0000 1.18
57 @@ -1,6 +1,12 @@
58 # ChangeLog for app-text/texlive-core
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.17 2007/10/27 17:21:39 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.18 2007/10/28 17:45:55 aballier Exp $
62 +
63 + 28 Oct 2007; Alexis Ballier <aballier@g.o>
64 + files/2007/texmf.d/20sizes.cnf, +files/2007/texmf.d/25misc.cnf,
65 + texlive-core-2007-r2.ebuild:
66 + add more values to the config files, this should fix a few issues with stack
67 + size exceeded
68
69 27 Oct 2007; Alexis Ballier <aballier@g.o>
70 files/2007/texmf.d/05searchpaths.cnf:
71
72
73
74 --
75 gentoo-commits@g.o mailing list