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-2010-r3.ebuild ChangeLog texlive-core-2011.ebuild
Date: Sat, 30 Jul 2011 21:02:14
Message-Id: 20110730200621.A7DCC2004B@flycatcher.gentoo.org
1 aballier 11/07/30 20:06:21
2
3 Modified: texlive-core-2010-r3.ebuild ChangeLog
4 texlive-core-2011.ebuild
5 Log:
6 Add patch from upstream to fix off-by-one error causing pdftex not to default to pdf output... by Martin von Gagern in bug #374147
7
8 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-text/texlive-core/texlive-core-2010-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild?r1=1.1&r2=1.2
16
17 Index: texlive-core-2010-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- texlive-core-2010-r3.ebuild 6 Jul 2011 20:41:51 -0000 1.1
24 +++ texlive-core-2010-r3.ebuild 30 Jul 2011 20:06:21 -0000 1.2
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild,v 1.1 2011/07/06 20:41:51 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r3.ebuild,v 1.2 2011/07/30 20:06:21 aballier Exp $
30
31 EAPI=3
32
33 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
34
35 -PATCHLEVEL="25"
36 +PATCHLEVEL="28"
37 TL_SOURCE_VERSION=20100722
38 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source
39
40
41
42
43 1.142 app-text/texlive-core/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.142&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.142&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.141&r2=1.142
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
52 retrieving revision 1.141
53 retrieving revision 1.142
54 diff -u -r1.141 -r1.142
55 --- ChangeLog 28 Jul 2011 15:44:28 -0000 1.141
56 +++ ChangeLog 30 Jul 2011 20:06:21 -0000 1.142
57 @@ -1,6 +1,11 @@
58 # ChangeLog for app-text/texlive-core
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.141 2011/07/28 15:44:28 aballier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.142 2011/07/30 20:06:21 aballier Exp $
62 +
63 + 30 Jul 2011; Alexis Ballier <aballier@g.o>
64 + texlive-core-2010-r3.ebuild, texlive-core-2011.ebuild:
65 + Add patch from upstream to fix off-by-one error causing pdftex not to default
66 + to pdf output... by Martin von Gagern in bug #374147
67
68 28 Jul 2011; Alexis Ballier <aballier@g.o> texlive-core-2011.ebuild:
69 disable eptex with use=-cjk too, should fix bug #376765
70
71
72
73 1.4 app-text/texlive-core/texlive-core-2011.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild?r1=1.3&r2=1.4
78
79 Index: texlive-core-2011.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- texlive-core-2011.ebuild 28 Jul 2011 15:44:28 -0000 1.3
86 +++ texlive-core-2011.ebuild 30 Jul 2011 20:06:21 -0000 1.4
87 @@ -1,12 +1,12 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.3 2011/07/28 15:44:28 aballier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.4 2011/07/30 20:06:21 aballier Exp $
92
93 EAPI=3
94
95 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
96
97 -PATCHLEVEL="26"
98 +PATCHLEVEL="27"
99 TL_SOURCE_VERSION=20110705
100 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source