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-r4.ebuild
Date: Sat, 29 Nov 2008 15:18:15
Message-Id: E1L6RaH-0000Km-AP@stork.gentoo.org
1 aballier 08/11/29 15:18:13
2
3 Modified: ChangeLog texlive-core-2008-r4.ebuild
4 Log:
5 Incoporate patches from Ryan Hill <dirtyepic@g.o>, bug #249224, fix gcc 4.4 build and Vladimir Rapatskiy <rapatsky@×××××.com>, bug #247982, eliminate xpdf deprecated char* coversion warnings
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
7
8 Revision Changes Path
9 1.88 app-text/texlive-core/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.88&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.88&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.87&r2=1.88
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
18 retrieving revision 1.87
19 retrieving revision 1.88
20 diff -u -r1.87 -r1.88
21 --- ChangeLog 20 Nov 2008 10:07:13 -0000 1.87
22 +++ ChangeLog 29 Nov 2008 15:18:13 -0000 1.88
23 @@ -1,6 +1,12 @@
24 # ChangeLog for app-text/texlive-core
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.87 2008/11/20 10:07:13 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.88 2008/11/29 15:18:13 aballier Exp $
28 +
29 + 29 Nov 2008; Alexis Ballier <aballier@g.o>
30 + texlive-core-2008-r4.ebuild:
31 + Incoporate patches from Ryan Hill <dirtyepic@g.o>, bug #249224, fix
32 + gcc 4.4 build and Vladimir Rapatskiy <rapatsky@×××××.com>, bug #247982,
33 + eliminate xpdf deprecated char* coversion warnings
34
35 *texlive-core-2008-r4 (20 Nov 2008)
36
37
38
39
40 1.2 app-text/texlive-core/texlive-core-2008-r4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild?r1=1.1&r2=1.2
45
46 Index: texlive-core-2008-r4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- texlive-core-2008-r4.ebuild 20 Nov 2008 10:07:13 -0000 1.1
53 +++ texlive-core-2008-r4.ebuild 29 Nov 2008 15:18:13 -0000 1.2
54 @@ -1,12 +1,12 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild,v 1.1 2008/11/20 10:07:13 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r4.ebuild,v 1.2 2008/11/29 15:18:13 aballier Exp $
59
60 EAPI=1
61
62 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common
63
64 -PATCHLEVEL="8"
65 +PATCHLEVEL="9"
66 TEXMFD_VERSION="1"
67
68 DESCRIPTION="A complete TeX distribution"