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: texlive-basic-2008.ebuild ChangeLog
Date: Fri, 31 Oct 2008 14:12:00
Message-Id: E1KvujF-0003ZK-88@stork.gentoo.org
1 aballier 08/10/31 14:11:57
2
3 Modified: texlive-basic-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-basic/texlive-basic-2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008.ebuild?r1=1.1&r2=1.2
14
15 Index: texlive-basic-2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- texlive-basic-2008.ebuild 9 Sep 2008 16:12:30 -0000 1.1
22 +++ texlive-basic-2008.ebuild 31 Oct 2008 14:11:57 -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-basic/texlive-basic-2008.ebuild,v 1.1 2008/09/09 16:12:30 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/texlive-basic-2008.ebuild,v 1.2 2008/10/31 14:11:57 aballier Exp $
28
29 -TEXLIVE_MODULES_DEPS="
30 -dev-texlive/texlive-documentation-base
31 -!=app-text/texlive-core-2007*
32 -"
33 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
34 "
35 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 "
36 @@ -17,3 +13,7 @@
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
39 IUSE=""
40 +DEPEND=">=dev-texlive/texlive-documentation-base-2008
41 +!=app-text/texlive-core-2007*
42 +"
43 +RDEPEND="${DEPEND}"
44
45
46
47 1.18 dev-texlive/texlive-basic/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.18&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?rev=1.18&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-texlive/texlive-basic/ChangeLog?r1=1.17&r2=1.18
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v
56 retrieving revision 1.17
57 retrieving revision 1.18
58 diff -u -r1.17 -r1.18
59 --- ChangeLog 9 Sep 2008 17:59:09 -0000 1.17
60 +++ ChangeLog 31 Oct 2008 14:11:57 -0000 1.18
61 @@ -1,6 +1,12 @@
62 # ChangeLog for dev-texlive/texlive-basic
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.17 2008/09/09 17:59:09 aballier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-basic/ChangeLog,v 1.18 2008/10/31 14:11:57 aballier Exp $
66 +
67 + 31 Oct 2008; Alexis Ballier <aballier@g.o>
68 + texlive-basic-2008.ebuild:
69 + Use stricter deps for texlive 2008 to require the 2008 version of a
70 + package, get rid of TEXLIVE_MODULES_DEPS and use standard DEPEND/RDEPEND
71 + fields
72
73 09 Sep 2008; Alexis Ballier <aballier@g.o>
74 texlive-basic-2007.ebuild: