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-context: texlive-context-2008.ebuild ChangeLog
Date: Fri, 31 Oct 2008 14:12:58
Message-Id: E1KvukC-0003bD-Ej@stork.gentoo.org
1 aballier 08/10/31 14:12:56
2
3 Modified: texlive-context-2008.ebuild ChangeLog
4 Log:
5 Use stricter deps for texlive 2008 to require the 2008 version of a package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND fields
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.2 dev-texlive/texlive-context/texlive-context-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild?r1=1.1&r2=1.2
14
15 Index: texlive-context-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- texlive-context-2008.ebuild 9 Sep 2008 16:13:36 -0000 1.1
22 +++ texlive-context-2008.ebuild 31 Oct 2008 14:12:56 -0000 1.2
23 @@ -1,11 +1,7 @@
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-texlive/texlive-context/texlive-context-2008.ebuild,v 1.1 2008/09/09 16:13:36 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.2 2008/10/31 14:12:56 aballier Exp $
28
29 -TEXLIVE_MODULES_DEPS="dev-texlive/texlive-metapost
30 -dev-texlive/texlive-basic
31 -dev-texlive/texlive-latex
32 -"
33 TEXLIVE_MODULE_CONTENTS="context jmn lmextra bin-context context-account context-bnf context-chromato context-construction-plan context-degrade context-french context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim collection-context
34 "
35 TEXLIVE_MODULE_DOC_CONTENTS="context.doc bin-context.doc context-account.doc context-bnf.doc context-chromato.doc context-construction-plan.doc context-degrade.doc context-french.doc context-letter.doc context-lettrine.doc context-lilypond.doc context-mathsets.doc context-taspresent.doc context-typearea.doc context-vim.doc "
36 @@ -17,6 +13,11 @@
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
39 IUSE=""
40 +DEPEND=">=dev-texlive/texlive-metapost-2008
41 +>=dev-texlive/texlive-basic-2008
42 +>=dev-texlive/texlive-latex-2008
43 +"
44 +RDEPEND="${DEPEND}"
45 TL_CONTEXT_UNIX_STUBS="context ctxtools exatools luatools makempy mpstools mptopdf mtxrun mtxtools pdftools pdftrimwhite pstopdf rlxtools runtools texexec texfind texfont texshow textools texutil tmftools xmltools"
46 TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/texmfstart.rb"
47 for i in ${TL_CONTEXT_UNIX_STUBS} ; do
48
49
50
51 1.20 dev-texlive/texlive-context/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.20&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?rev=1.20&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-context/ChangeLog?r1=1.19&r2=1.20
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v
60 retrieving revision 1.19
61 retrieving revision 1.20
62 diff -u -r1.19 -r1.20
63 --- ChangeLog 9 Sep 2008 18:00:16 -0000 1.19
64 +++ ChangeLog 31 Oct 2008 14:12:56 -0000 1.20
65 @@ -1,6 +1,12 @@
66 # ChangeLog for dev-texlive/texlive-context
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.19 2008/09/09 18:00:16 aballier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.20 2008/10/31 14:12:56 aballier Exp $
70 +
71 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
72 + texlive-context-2008.ebuild:
73 + Use stricter deps for texlive 2008 to require the 2008 version of a
74 + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
75 + fields
76
77 09 Sep 2008; Alexis Ballier <aballier@g.o>
78 texlive-context-2007.ebuild: