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 18:26:56
Message-Id: E1ImCqY-0007Ym-RI@stork.gentoo.org
1 aballier 07/10/28 18:26:50
2
3 Modified: texlive-core-2007-r2.ebuild ChangeLog
4 Log:
5 Ship an updated config.ps, see bug #195815 comment 51, or alternatively: http://tug.org/texlive/bugs.html
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.8 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.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild?rev=1.8&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.7&r2=1.8
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.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- texlive-core-2007-r2.ebuild 28 Oct 2007 17:45:55 -0000 1.7
22 +++ texlive-core-2007-r2.ebuild 28 Oct 2007 18:26:50 -0000 1.8
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.7 2007/10/28 17:45:55 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r2.ebuild,v 1.8 2007/10/28 18:26:50 aballier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
30
31 @@ -25,6 +25,10 @@
32 SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.zip"
33 done
34
35 +# Ship an updated config.ps, see bug #195815 comment 51
36 +# Or alternatively: http://tug.org/texlive/bugs.html
37 +SRC_URI="${SRC_URI} mirror://gentoo/${P}-updated-config.ps.bz2"
38 +
39 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
40 IUSE="X doc"
41
42 @@ -87,6 +91,10 @@
43
44 cd libs/teckit
45 eautoreconf
46 +
47 +# Ship an updated config.ps, see bug #195815 comment 51
48 +# Or alternatively: http://tug.org/texlive/bugs.html
49 + cp -f "${WORKDIR}/${P}-updated-config.ps" "${S}/texmf/dvips/config/config.ps"
50 }
51
52 src_compile() {
53
54
55
56 1.19 app-text/texlive-core/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.19&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.19&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.18&r2=1.19
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
65 retrieving revision 1.18
66 retrieving revision 1.19
67 diff -u -r1.18 -r1.19
68 --- ChangeLog 28 Oct 2007 17:45:55 -0000 1.18
69 +++ ChangeLog 28 Oct 2007 18:26:50 -0000 1.19
70 @@ -1,6 +1,11 @@
71 # ChangeLog for app-text/texlive-core
72 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.18 2007/10/28 17:45:55 aballier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.19 2007/10/28 18:26:50 aballier Exp $
75 +
76 + 28 Oct 2007; Alexis Ballier <aballier@g.o>
77 + texlive-core-2007-r2.ebuild:
78 + Ship an updated config.ps, see bug #195815 comment 51, or alternatively:
79 + http://tug.org/texlive/bugs.html
80
81 28 Oct 2007; Alexis Ballier <aballier@g.o>
82 files/2007/texmf.d/20sizes.cnf, +files/2007/texmf.d/25misc.cnf,
83
84
85
86 --
87 gentoo-commits@g.o mailing list