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-texlive/texlive-latex: ChangeLog texlive-latex-2008-r2.ebuild
Date: Fri, 19 Jun 2009 21:44:07
Message-Id: E1MHlsT-0000BW-Ui@stork.gentoo.org
1 aballier 09/06/19 21:44:05
2
3 Modified: ChangeLog
4 Added: texlive-latex-2008-r2.ebuild
5 Log:
6 Update luatex .ini files for compatibility with latest luatex versions.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-texlive/texlive-latex/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-latex/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 18 Jun 2009 12:37:32 -0000 1.29
23 +++ ChangeLog 19 Jun 2009 21:44:05 -0000 1.30
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-texlive/texlive-latex
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.29 2009/06/18 12:37:32 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/ChangeLog,v 1.30 2009/06/19 21:44:05 aballier Exp $
29 +
30 +*texlive-latex-2008-r2 (19 Jun 2009)
31 +
32 + 19 Jun 2009; Alexis Ballier <aballier@g.o>
33 + +texlive-latex-2008-r2.ebuild,
34 + +files/texlive-latex-2008-luatex-0.40.patch:
35 + Update luatex .ini files for compatibility with latest luatex versions.
36
37 18 Jun 2009; Alexis Ballier <aballier@g.o>
38 -texlive-latex-2007.ebuild:
39
40
41
42 1.1 dev-texlive/texlive-latex/texlive-latex-2008-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2008-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2008-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: texlive-latex-2008-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-latex/texlive-latex-2008-r2.ebuild,v 1.1 2009/06/19 21:44:05 aballier Exp $
52
53 TEXLIVE_MODULE_CONTENTS="ae amscls amsmath amsrefs babel babelbib carlisle colortbl fancyhdr geometry graphics hyperref latex latex-fonts latexconfig ltxmisc mfnfss natbib pdftex-def pslatex psnfss pspicture tools bin-latex luatex pdftex collection-latex
54 "
55 TEXLIVE_MODULE_DOC_CONTENTS="ae.doc amscls.doc amsmath.doc amsrefs.doc babel.doc babelbib.doc carlisle.doc colortbl.doc fancyhdr.doc geometry.doc graphics.doc hyperref.doc latex.doc natbib.doc psnfss.doc pspicture.doc tools.doc bin-latex.doc luatex.doc pdftex.doc "
56 TEXLIVE_MODULE_SRC_CONTENTS="ae.source amscls.source amsmath.source amsrefs.source babel.source babelbib.source carlisle.source colortbl.source geometry.source graphics.source hyperref.source latex.source mfnfss.source natbib.source pslatex.source psnfss.source pspicture.source tools.source "
57 inherit texlive-module eutils
58 DESCRIPTION="TeXLive Basic LaTeX packages"
59
60 LICENSE="GPL-2 as-is freedist GPL-1 LPPL-1.3 "
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64 DEPEND=">=dev-texlive/texlive-basic-2008-r1
65 dev-tex/luatex
66 "
67 RDEPEND="${DEPEND} "
68 TEXLIVE_MODULE_BINSCRIPTS="texmf/scripts/simpdftex/simpdftex"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}/${P}-luatex-0.40.patch"
74 }