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-2008-r5.ebuild
Date: Mon, 03 Aug 2009 10:21:44
Message-Id: E1MXufl-0007kA-I6@stork.gentoo.org
1 aballier 09/08/03 10:21:41
2
3 Modified: ChangeLog texlive-core-2008-r5.ebuild
4 Log:
5 Add patch to fix building with autoconf 2.64, bug #279687
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.107 app-text/texlive-core/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.107&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.107&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.106&r2=1.107
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
18 retrieving revision 1.106
19 retrieving revision 1.107
20 diff -u -r1.106 -r1.107
21 --- ChangeLog 20 Jun 2009 14:58:15 -0000 1.106
22 +++ ChangeLog 3 Aug 2009 10:21:41 -0000 1.107
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/texlive-core
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.106 2009/06/20 14:58:15 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.107 2009/08/03 10:21:41 aballier Exp $
28 +
29 + 03 Aug 2009; Alexis Ballier <aballier@g.o>
30 + texlive-core-2008-r5.ebuild:
31 + Add patch to fix building with autoconf 2.64, bug #279687
32
33 20 Jun 2009; Alexis Ballier <aballier@g.o>
34 -texlive-core-2007-r13.ebuild, -files/texmf-update:
35
36
37
38 1.9 app-text/texlive-core/texlive-core-2008-r5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild?r1=1.8&r2=1.9
43
44 Index: texlive-core-2008-r5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- texlive-core-2008-r5.ebuild 10 Jun 2009 13:49:17 -0000 1.8
51 +++ texlive-core-2008-r5.ebuild 3 Aug 2009 10:21:41 -0000 1.9
52 @@ -1,12 +1,12 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v 1.8 2009/06/10 13:49:17 alexxy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v 1.9 2009/08/03 10:21:41 aballier Exp $
57
58 EAPI=1
59
60 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
61
62 -PATCHLEVEL="12"
63 +PATCHLEVEL="13"
64 TEXMFD_VERSION="1"
65
66 DESCRIPTION="A complete TeX distribution"