diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-03 22:36:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-03 22:36:12 +0000 |
commit | 4c5f629e138885eec3c75f7c798e5e3d58f35a70 (patch) | |
tree | 49cecb30ffc9164d34f635497ae22daf18aad925 /eclass | |
parent | bump to 1.20.3. Bug fix. (diff) | |
download | historical-4c5f629e138885eec3c75f7c798e5e3d58f35a70.tar.gz historical-4c5f629e138885eec3c75f7c798e5e3d58f35a70.tar.bz2 historical-4c5f629e138885eec3c75f7c798e5e3d58f35a70.zip |
update comments about tl2008's way of distributing packages
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index bc57b0220ab7..c68dd28253b5 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.10 2008/07/03 22:33:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.11 2008/07/03 22:36:12 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -24,7 +24,8 @@ # The list of packages that will be installed. This variable will be expanded to # SRC_URI: # -# foo -> texlive-module-foo-${PV}.zip +# For TeX Live 2007: foo -> texlive-module-foo-${PV}.zip +# For TeX Live 2008: foo -> texlive-module-foo-${PV}.tar.lzma inherit texlive-common |