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-basic: ChangeLog texlive-basic-2008-r1.ebuild
Date: Fri, 19 Jun 2009 21:19:42
Message-Id: E1MHlUm-0007ir-5c@stork.gentoo.org
1 aballier 09/06/19 21:19:36
2
3 Modified: ChangeLog
4 Added: texlive-basic-2008-r1.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.29 dev-texlive/texlive-basic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 18 Jun 2009 12:40:10 -0000 1.28
23 +++ ChangeLog 19 Jun 2009 21:19:36 -0000 1.29
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-texlive/texlive-basic
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.28 2009/06/18 12:40:10 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.29 2009/06/19 21:19:36 aballier Exp $
29 +
30 +*texlive-basic-2008-r1 (19 Jun 2009)
31 +
32 + 19 Jun 2009; Alexis Ballier <aballier@g.o>
33 + +texlive-basic-2008-r1.ebuild,
34 + +files/texlive-basic-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-basic-2007.ebuild:
39
40
41
42 1.1 dev-texlive/texlive-basic/texlive-basic-2008-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: texlive-basic-2008-r1.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-basic/texlive-basic-2008-r1.ebuild,v 1.1 2009/06/19 21:19:36 aballier Exp $
52
53 TEXLIVE_MODULE_CONTENTS="ams amsfonts bibtex cm cmex dvips enctex etex etex-pkg hyph-utf8 makeindex metafont mflogo misc plain hyphen-base bin-tex bin-metafont collection-basic
54 "
55 TEXLIVE_MODULE_DOC_CONTENTS="amsfonts.doc bibtex.doc cm.doc enctex.doc etex.doc etex-pkg.doc hyph-utf8.doc makeindex.doc mflogo.doc bin-tex.doc bin-metafont.doc "
56 TEXLIVE_MODULE_SRC_CONTENTS="amsfonts.source hyph-utf8.source mflogo.source "
57 inherit texlive-module eutils
58 DESCRIPTION="TeXLive Essential programs and files"
59
60 LICENSE="GPL-2 as-is GPL-1 LPPL-1.3 TeX "
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-documentation-base-2008
65 !=app-text/texlive-core-2007*
66 "
67 RDEPEND="${DEPEND}"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epatch "${FILESDIR}/${P}-luatex-0.40.patch"
73 }