diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-13 09:42:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-13 09:42:10 +0000 |
commit | c4d44ea0137036f1f634b3a2c8308fd472f6f958 (patch) | |
tree | 16a59e423c60bc078820578ae4207b21cdfbb0d7 /eclass | |
parent | Fix SRC_URI (diff) | |
download | historical-c4d44ea0137036f1f634b3a2c8308fd472f6f958.tar.gz historical-c4d44ea0137036f1f634b3a2c8308fd472f6f958.tar.bz2 historical-c4d44ea0137036f1f634b3a2c8308fd472f6f958.zip |
Update documentation wrt 2009 additions
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 3999aa935cd7..0284c7b86cce 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -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.32 2010/01/07 20:36:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.33 2010/01/13 09:42:10 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -24,20 +24,20 @@ # The list of packages that will be installed. This variable will be expanded to # SRC_URI: # -# For TeX Live 2007: foo -> texlive-module-foo-${PV}.zip # For TeX Live 2008: foo -> texlive-module-foo-${PV}.tar.lzma +# For TeX Live 2009: foo -> texlive-module-foo-${PV}.tar.xz # @ECLASS-VARIABLE: TEXLIVE_MODULE_DOC_CONTENTS # @DESCRIPTION: # The list of packages that will be installed if the doc useflag is enabled. # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only -# valid for TeX Live 2008 +# valid for TeX Live 2008 and later # @ECLASS-VARIABLE: TEXLIVE_MODULE_SRC_CONTENTS # @DESCRIPTION: # The list of packages that will be installed if the source useflag is enabled. # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only -# valid for TeX Live 2008 +# valid for TeX Live 2008 and later # @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS # @DESCRIPTION: |