public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass
@ 2008-10-31 15:16 99% Alexis Ballier (aballier)
  0 siblings, 0 replies; 1+ results
From: Alexis Ballier (aballier) @ 2008-10-31 15:16 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/31 15:16:28

  Modified:             texlive-module.eclass
  Log:
  Use TEXLIVE_MODULES_DEPS only for TeX Live 2007

Revision  Changes    Path
1.19                 eclass/texlive-module.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.18&r2=1.19

Index: texlive-module.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- texlive-module.eclass	2 Sep 2008 10:00:06 -0000	1.18
+++ texlive-module.eclass	31 Oct 2008 15:16:28 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.18 2008/09/02 10:00:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.19 2008/10/31 15:16:28 aballier Exp $
 
 # @ECLASS: texlive-module.eclass
 # @MAINTAINER:
@@ -49,8 +49,7 @@
 
 HOMEPAGE="http://www.tug.org/texlive/"
 
-COMMON_DEPEND=">=app-text/texlive-core-${PV}
-	${TEXLIVE_MODULES_DEPS}"
+COMMON_DEPEND=">=app-text/texlive-core-${PV}"
 
 IUSE=""
 
@@ -60,6 +59,8 @@
 for i in ${TEXLIVE_MODULE_CONTENTS}; do
 	SRC_URI="${SRC_URI} mirror://gentoo/texlive-module-${i}-${PV}.zip"
 done
+COMMON_DEPEND="${COMMON_DEPEND}
+	${TEXLIVE_MODULES_DEPS}"
 DEPEND="${COMMON_DEPEND}
 	app-arch/unzip"
 else






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 15:16 99% [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox