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-2011-r2.ebuild
Date: Sun, 31 Jul 2011 08:02:37
Message-Id: 20110731073625.3C4E12004B@flycatcher.gentoo.org
1 aballier 11/07/31 07:36:25
2
3 Modified: ChangeLog texlive-core-2011-r2.ebuild
4 Log:
5 bump luatex dep in par with texlive meta ebuild, should fix bug #377065
6
7 (Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.145 app-text/texlive-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.145&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.145&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.144&r2=1.145
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
19 retrieving revision 1.144
20 retrieving revision 1.145
21 diff -u -r1.144 -r1.145
22 --- ChangeLog 31 Jul 2011 07:32:29 -0000 1.144
23 +++ ChangeLog 31 Jul 2011 07:36:25 -0000 1.145
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.144 2011/07/31 07:32:29 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.145 2011/07/31 07:36:25 aballier Exp $
29 +
30 + 31 Jul 2011; Alexis Ballier <aballier@g.o>
31 + texlive-core-2011-r2.ebuild:
32 + bump luatex dep in par with texlive meta ebuild, should fix bug #377065
33
34 *texlive-core-2011-r2 (31 Jul 2011)
35
36
37
38
39 1.2 app-text/texlive-core/texlive-core-2011-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: texlive-core-2011-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- texlive-core-2011-r2.ebuild 31 Jul 2011 07:32:29 -0000 1.1
52 +++ texlive-core-2011-r2.ebuild 31 Jul 2011 07:36:25 -0000 1.2
53 @@ -1,6 +1,6 @@
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-2011-r2.ebuild,v 1.1 2011/07/31 07:32:29 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild,v 1.2 2011/07/31 07:36:25 aballier Exp $
58
59 EAPI=3
60
61 @@ -105,7 +105,7 @@
62 tk? ( dev-perl/perl-tk )"
63
64 # texdoc needs luatex.
65 -PDEPEND=">=dev-tex/luatex-0.63"
66 +PDEPEND=">=dev-tex/luatex-0.70"
67
68 S="${WORKDIR}/${MY_PV}"