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-r1.ebuild
Date: Wed, 18 May 2011 18:23:37
Message-Id: 20110518182328.0FC7220054@flycatcher.gentoo.org
1 aballier 11/05/18 18:23:28
2
3 Modified: ChangeLog texlive-core-2010-r1.ebuild
4 Log:
5 fix build with long flag strings, bug #349085
6
7 (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.134 app-text/texlive-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.134&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.134&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.133&r2=1.134
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
19 retrieving revision 1.133
20 retrieving revision 1.134
21 diff -u -r1.133 -r1.134
22 --- ChangeLog 1 Mar 2011 11:03:13 -0000 1.133
23 +++ ChangeLog 18 May 2011 18:23:27 -0000 1.134
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.133 2011/03/01 11:03:13 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.134 2011/05/18 18:23:27 aballier Exp $
29 +
30 + 18 May 2011; Alexis Ballier <aballier@g.o>
31 + texlive-core-2010-r1.ebuild:
32 + fix build with long flag strings, bug #349085
33
34 *texlive-core-2010-r1 (01 Mar 2011)
35
36
37
38
39 1.2 app-text/texlive-core/texlive-core-2010-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2010-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: texlive-core-2010-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- texlive-core-2010-r1.ebuild 1 Mar 2011 11:03:13 -0000 1.1
52 +++ texlive-core-2010-r1.ebuild 18 May 2011 18:23:27 -0000 1.2
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-r1.ebuild,v 1.1 2011/03/01 11:03:13 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010-r1.ebuild,v 1.2 2011/05/18 18:23:27 aballier Exp $
58
59 EAPI=3
60
61 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
62
63 -PATCHLEVEL="23"
64 +PATCHLEVEL="24"
65 TL_SOURCE_VERSION=20100722
66 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source