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-2008.ebuild ChangeLog
Date: Thu, 16 Oct 2008 09:29:27
Message-Id: E1KqPAZ-0004eW-HA@stork.gentoo.org
1 aballier 08/10/16 09:29:23
2
3 Modified: texlive-core-2008.ebuild ChangeLog
4 Log:
5 Disable largefile support for now as it appears to break with weird errors such as bug #242074
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.5 app-text/texlive-core/texlive-core-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild?r1=1.4&r2=1.5
14
15 Index: texlive-core-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- texlive-core-2008.ebuild 6 Oct 2008 19:56:29 -0000 1.4
22 +++ texlive-core-2008.ebuild 16 Oct 2008 09:29:23 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild,v 1.4 2008/10/06 19:56:29 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008.ebuild,v 1.5 2008/10/16 09:29:23 aballier Exp $
28
29 EAPI=1
30
31 @@ -124,6 +124,7 @@
32 --without-luatex \
33 --without-dvi2tty \
34 --without-vlna \
35 + --disable-largefile \
36 --enable-shared \
37 $(use_with X x) \
38
39
40
41
42 1.75 app-text/texlive-core/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.75&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.75&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.74&r2=1.75
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v
51 retrieving revision 1.74
52 retrieving revision 1.75
53 diff -u -r1.74 -r1.75
54 --- ChangeLog 6 Oct 2008 19:56:29 -0000 1.74
55 +++ ChangeLog 16 Oct 2008 09:29:23 -0000 1.75
56 @@ -1,6 +1,11 @@
57 # ChangeLog for app-text/texlive-core
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.74 2008/10/06 19:56:29 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.75 2008/10/16 09:29:23 aballier Exp $
61 +
62 + 16 Oct 2008; Alexis Ballier <aballier@g.o>
63 + texlive-core-2008.ebuild:
64 + Disable largefile support for now as it appears to break with weird errors
65 + such as bug #242074
66
67 06 Oct 2008; Alexis Ballier <aballier@g.o>
68 texlive-core-2007-r13.ebuild, texlive-core-2008.ebuild: