Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texlive: texlive-2007-r3.ebuild ChangeLog
Date: Sun, 02 Mar 2008 11:43:51
Message-Id: E1JVmbb-0001He-FA@stork.gentoo.org
1 aballier 08/03/02 11:43:47
2
3 Modified: texlive-2007-r3.ebuild ChangeLog
4 Log:
5 Add more modularity: tex4ht and jadetex split out of xml
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 app-text/texlive/texlive-2007-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild?r1=1.6&r2=1.7
14
15 Index: texlive-2007-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- texlive-2007-r3.ebuild 10 Feb 2008 17:31:48 -0000 1.6
22 +++ texlive-2007-r3.ebuild 2 Mar 2008 11:43:46 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild,v 1.6 2008/02/10 17:31:48 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2007-r3.ebuild,v 1.7 2008/03/02 11:43:46 aballier Exp $
28
29 DESCRIPTION="A complete TeX distribution"
30 HOMEPAGE="http://tug.org/texlive/"
31 @@ -9,8 +9,8 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 -IUSE="cjk context cyrillic doc extra games graphics humanities music omega
36 - png pstricks publishers science xetex xml X"
37 +IUSE="cjk context cyrillic doc extra games graphics humanities jadetex music omega
38 + png pstricks publishers science tex4ht xetex xml X"
39
40 LANGS="af ar bg bn bo cs cy da de el en en_GB eo es et fi fr he hi hr hsb hu hy id
41 is it ja ko la ml mn nl no pl pt ro ru sk sl sr sv ta th tr uk vi zh"
42 @@ -72,7 +72,9 @@
43 context? ( ${TEXLIVE_CAT}/texlive-context )
44 games? ( ${TEXLIVE_CAT}/texlive-games )
45 humanities? ( ${TEXLIVE_CAT}/texlive-humanities )
46 + tex4ht? ( >=dev-tex/tex4ht-20071024 )
47 xml? ( ${TEXLIVE_CAT}/texlive-htmlxml )
48 + jadetex? ( >=app-text/jadetex-3.13-r2 )
49 doc? (
50 ${TEXLIVE_CAT}/texlive-documentation-base
51 linguas_bg? ( ${TEXLIVE_CAT}/texlive-documentation-bulgarian )
52
53
54
55 1.31 app-text/texlive/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/ChangeLog?rev=1.31&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/ChangeLog?rev=1.31&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive/ChangeLog?r1=1.30&r2=1.31
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v
64 retrieving revision 1.30
65 retrieving revision 1.31
66 diff -u -r1.30 -r1.31
67 --- ChangeLog 10 Feb 2008 17:31:48 -0000 1.30
68 +++ ChangeLog 2 Mar 2008 11:43:46 -0000 1.31
69 @@ -1,6 +1,9 @@
70 # ChangeLog for app-text/texlive
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.30 2008/02/10 17:31:48 aballier Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.31 2008/03/02 11:43:46 aballier Exp $
74 +
75 + 02 Mar 2008; Alexis Ballier <aballier@g.o> texlive-2007-r3.ebuild:
76 + Add more modularity: tex4ht and jadetex split out of xml
77
78 10 Feb 2008; Alexis Ballier <aballier@g.o> texlive-2007-r3.ebuild:
79 keyword ~x86-fbsd
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list