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: ChangeLog texlive-core-2010.ebuild
Date: Tue, 01 Mar 2011 11:01:34
Message-Id: 20110301110124.7C6DD20054@flycatcher.gentoo.org
1 aballier 11/03/01 11:01:24
2
3 Modified: ChangeLog texlive-core-2010.ebuild
4 Log:
5 Add a patch to fix xetex math mode in 64 bits, reported by Faustus <orlovm@×××××××××.il>, bug #356701
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.132 app-text/texlive-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.132&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.132&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.131&r2=1.132
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
19 retrieving revision 1.131
20 retrieving revision 1.132
21 diff -u -r1.131 -r1.132
22 --- ChangeLog 17 Feb 2011 15:06:37 -0000 1.131
23 +++ ChangeLog 1 Mar 2011 11:01:24 -0000 1.132
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/texlive-core
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.131 2011/02/17 15:06:37 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.132 2011/03/01 11:01:24 aballier Exp $
29 +
30 + 01 Mar 2011; Alexis Ballier <aballier@g.o> texlive-core-2010.ebuild:
31 + Add a patch to fix xetex math mode in 64 bits, reported by Faustus
32 + <orlovm@×××××××××.il>, bug #356701
33
34 17 Feb 2011; Alexis Ballier <aballier@g.o> texlive-core-2010.ebuild:
35 Add a patch from debian to fix a2ping invocation wrt its shebang, part of bug
36
37
38
39 1.6 app-text/texlive-core/texlive-core-2010.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild?r1=1.5&r2=1.6
44
45 Index: texlive-core-2010.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- texlive-core-2010.ebuild 17 Feb 2011 15:06:37 -0000 1.5
52 +++ texlive-core-2010.ebuild 1 Mar 2011 11:01:24 -0000 1.6
53 @@ -1,12 +1,12 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.5 2011/02/17 15:06:37 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.6 2011/03/01 11:01:24 aballier Exp $
58
59 EAPI=3
60
61 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
62
63 -PATCHLEVEL="22"
64 +PATCHLEVEL="23"
65 TL_SOURCE_VERSION=20100722
66 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source