Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/luatex: ChangeLog luatex-0.40.5.ebuild
Date: Tue, 23 Jun 2009 20:01:42
Message-Id: E1MJCA9-0004Dl-HA@stork.gentoo.org
1 aballier 09/06/23 20:00:13
2
3 Modified: ChangeLog luatex-0.40.5.ebuild
4 Log:
5 Add --without-x to configure args, bug #274822 plus some minor cleanups
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.32 dev-tex/luatex/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.32&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.32&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?r1=1.31&r2=1.32
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v
18 retrieving revision 1.31
19 retrieving revision 1.32
20 diff -u -r1.31 -r1.32
21 --- ChangeLog 22 Jun 2009 09:32:42 -0000 1.31
22 +++ ChangeLog 23 Jun 2009 20:00:13 -0000 1.32
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-tex/luatex
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.31 2009/06/22 09:32:42 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.32 2009/06/23 20:00:13 aballier Exp $
28 +
29 + 23 Jun 2009; Alexis Ballier <aballier@g.o> luatex-0.40.5.ebuild:
30 + Add --without-x to configure args, bug #274822 plus some minor cleanups
31
32 22 Jun 2009; Alexis Ballier <aballier@g.o> luatex-0.40.5.ebuild:
33 it needs libtool 2.2.6
34
35
36
37 1.4 dev-tex/luatex/luatex-0.40.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild?r1=1.3&r2=1.4
42
43 Index: luatex-0.40.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- luatex-0.40.5.ebuild 22 Jun 2009 09:32:42 -0000 1.3
50 +++ luatex-0.40.5.ebuild 23 Jun 2009 20:00:13 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.3 2009/06/22 09:32:42 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.4 2009/06/23 20:00:13 aballier Exp $
56
57 EAPI="2"
58
59 @@ -94,6 +94,7 @@
60 --disable-web-progs \
61 --disable-xdv2pdf \
62 --disable-xdvipdfmx \
63 + --without-x \
64 --without-system-kpathsea \
65 --with-system-gd \
66 --with-system-libpng \
67 @@ -103,10 +104,9 @@
68 --with-system-xpdf \
69 --disable-largefile \
70 --disable-multiplatform \
71 - --disable-shared \
72 - --with-system-zlib \
73 - --with-system-libpng
74 + --disable-shared
75 for i in ${PRELIBS} ; do
76 + einfo "Configuring $i"
77 local j=$(basename $i)_extraconf
78 local myconf
79 eval myconf=\${$j}