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-xetex: ChangeLog texlive-xetex-2010-r1.ebuild texlive-xetex-2010.ebuild
Date: Sat, 30 Oct 2010 18:22:15
Message-Id: 20101030182212.1897320051@flycatcher.gentoo.org
1 aballier 10/10/30 18:22:12
2
3 Modified: ChangeLog
4 Added: texlive-xetex-2010-r1.ebuild
5 Removed: texlive-xetex-2010.ebuild
6 Log:
7 Install 09-texlive.conf for fontconfig, by dynamotwain@×××.com, bug #342695
8
9 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.37 dev-texlive/texlive-xetex/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?rev=1.37&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?rev=1.37&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog?r1=1.36&r2=1.37
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v
21 retrieving revision 1.36
22 retrieving revision 1.37
23 diff -u -r1.36 -r1.37
24 --- ChangeLog 30 Oct 2010 17:22:00 -0000 1.36
25 +++ ChangeLog 30 Oct 2010 18:22:12 -0000 1.37
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-texlive/texlive-xetex
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.36 2010/10/30 17:22:00 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/ChangeLog,v 1.37 2010/10/30 18:22:12 aballier Exp $
31 +
32 +*texlive-xetex-2010-r1 (30 Oct 2010)
33 +
34 + 30 Oct 2010; Alexis Ballier <aballier@g.o> +files/09-texlive.conf,
35 + -texlive-xetex-2010.ebuild, +texlive-xetex-2010-r1.ebuild:
36 + Install 09-texlive.conf for fontconfig, by dynamotwain@×××.com, bug
37 + #342695
38
39 30 Oct 2010; Alexis Ballier <aballier@g.o>
40 texlive-xetex-2010.ebuild:
41
42
43
44 1.1 dev-texlive/texlive-xetex/texlive-xetex-2010-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2010-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2010-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: texlive-xetex-2010-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2010-r1.ebuild,v 1.1 2010/10/30 18:22:12 aballier Exp $
54
55 EAPI="3"
56
57 TEXLIVE_MODULE_CONTENTS="arabxetex euenc fontspec fontwrap harvardkyoto mathspec philokalia polyglossia xecjk xecolour xecyr xeindex xepersian xesearch xetex xetex-def xetex-itrans xetex-pstricks xetexconfig xetexfontinfo xltxtra xunicode collection-xetex
58 "
59 TEXLIVE_MODULE_DOC_CONTENTS="arabxetex.doc euenc.doc fontspec.doc fontwrap.doc mathspec.doc philokalia.doc polyglossia.doc xecjk.doc xecolour.doc xecyr.doc xeindex.doc xepersian.doc xesearch.doc xetex.doc xetex-itrans.doc xetex-pstricks.doc xetexfontinfo.doc xltxtra.doc xunicode.doc "
60 TEXLIVE_MODULE_SRC_CONTENTS="arabxetex.source euenc.source fontspec.source philokalia.source polyglossia.source xecjk.source xltxtra.source "
61 inherit font texlive-module
62 DESCRIPTION="TeXLive XeTeX packages"
63
64 LICENSE="GPL-2 Apache-2.0 as-is GPL-1 LPPL-1.3 OFL public-domain "
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68 DEPEND=">=dev-texlive/texlive-basic-2010
69 !=app-text/texlive-core-2007*
70 dev-texlive/texlive-latexextra
71 >=dev-texlive/texlive-latex3-2010
72 >=app-text/texlive-core-2010[xetex]
73 "
74 RDEPEND="${DEPEND} "
75 FONT_CONF=( "${FILESDIR}"/09-texlive.conf )
76
77 src_install() {
78 texlive-module_src_install
79 font_fontconfig
80 }
81
82 pkg_postinst() {
83 texlive-module_pkg_postinst
84 font_pkg_postinst
85 }
86
87 pkg_postrm() {
88 texlive-module_pkg_postrm
89 font_pkg_postrm
90 }