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: luatex-0.30.0.ebuild ChangeLog
Date: Thu, 02 Oct 2008 18:15:18
Message-Id: E1KlShm-0002te-0C@stork.gentoo.org
1 aballier 08/10/02 18:15:14
2
3 Modified: luatex-0.30.0.ebuild ChangeLog
4 Log:
5 Switch to eapi-2 and make use of use-deps and the new phases.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.2 dev-tex/luatex/luatex-0.30.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild?r1=1.1&r2=1.2
14
15 Index: luatex-0.30.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- luatex-0.30.0.ebuild 2 Oct 2008 10:16:49 -0000 1.1
22 +++ luatex-0.30.0.ebuild 2 Oct 2008 18:15:13 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild,v 1.1 2008/10/02 10:16:49 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.30.0.ebuild,v 1.2 2008/10/02 18:15:13 aballier Exp $
28 +
29 +EAPI="2"
30
31 inherit libtool multilib eutils toolchain-funcs
32
33 @@ -16,7 +18,7 @@
34 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~x86 ~x86-fbsd"
35 IUSE="doc"
36
37 -RDEPEND="dev-tex/mplib
38 +RDEPEND="dev-tex/mplib[lua]
39 dev-libs/zziplib
40 media-libs/libpng
41 app-text/poppler
42 @@ -26,22 +28,12 @@
43
44 S="${WORKDIR}/${PN}-beta-${PV}/src"
45
46 -pkg_setup() {
47 - if ! built_with_use dev-tex/mplib lua ; then
48 - eerror "You need to build dev-tex/mplib with the lua useflag"
49 - eerror "${PN} requires mplib's lua bindings."
50 - die "Please install dev-tex/mplib with the lua useflag"
51 - fi
52 -}
53 -
54 -src_unpack() {
55 - unpack ${A}
56 - cd "${S}"
57 +src_prepare() {
58 EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
59 elibtoolize
60 }
61
62 -src_compile() {
63 +src_configure() {
64 tc-export CC CXX AR RANLIB
65 export NATIVE='.'
66 mkdir -p "${WORKDIR}/${PN}-beta-${PV}/build"
67 @@ -92,7 +84,9 @@
68 --disable-largefile \
69 --with-system-zlib \
70 --with-system-pnglib
71 +}
72
73 +src_compile() {
74 cd "${WORKDIR}/${PN}-beta-${PV}/build/texk/web2c"
75 emake \
76 LIBMPLIBDEP="/usr/$(get_libdir)/libmplib/mplib.la" \
77
78
79
80 1.7 dev-tex/luatex/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.7&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?rev=1.7&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/luatex/ChangeLog?r1=1.6&r2=1.7
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v
89 retrieving revision 1.6
90 retrieving revision 1.7
91 diff -u -r1.6 -r1.7
92 --- ChangeLog 2 Oct 2008 10:16:49 -0000 1.6
93 +++ ChangeLog 2 Oct 2008 18:15:13 -0000 1.7
94 @@ -1,6 +1,9 @@
95 # ChangeLog for dev-tex/luatex
96 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.6 2008/10/02 10:16:49 aballier Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.7 2008/10/02 18:15:13 aballier Exp $
99 +
100 + 02 Oct 2008; Alexis Ballier <aballier@g.o> luatex-0.30.0.ebuild:
101 + Switch to eapi-2 and make use of use-deps and the new phases.
102
103 *luatex-0.30.0 (02 Oct 2008)