Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass
Date: Fri, 31 Oct 2008 15:16:31
Message-Id: E1Kvvjg-00052Z-7f@stork.gentoo.org
1 aballier 08/10/31 15:16:28
2
3 Modified: texlive-module.eclass
4 Log:
5 Use TEXLIVE_MODULES_DEPS only for TeX Live 2007
6
7 Revision Changes Path
8 1.19 eclass/texlive-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.18&r2=1.19
13
14 Index: texlive-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- texlive-module.eclass 2 Sep 2008 10:00:06 -0000 1.18
21 +++ texlive-module.eclass 31 Oct 2008 15:16:28 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.18 2008/09/02 10:00:06 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.19 2008/10/31 15:16:28 aballier Exp $
27
28 # @ECLASS: texlive-module.eclass
29 # @MAINTAINER:
30 @@ -49,8 +49,7 @@
31
32 HOMEPAGE="http://www.tug.org/texlive/"
33
34 -COMMON_DEPEND=">=app-text/texlive-core-${PV}
35 - ${TEXLIVE_MODULES_DEPS}"
36 +COMMON_DEPEND=">=app-text/texlive-core-${PV}"
37
38 IUSE=""
39
40 @@ -60,6 +59,8 @@
41 for i in ${TEXLIVE_MODULE_CONTENTS}; do
42 SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.zip"
43 done
44 +COMMON_DEPEND="${COMMON_DEPEND}
45 + ${TEXLIVE_MODULES_DEPS}"
46 DEPEND="${COMMON_DEPEND}
47 app-arch/unzip"
48 else