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 | b980f89411cbd2ab3f6a89766ffee17e84603ce5 (patch) | |
tree | a337a70867feb32d6de25eeed3244b31c663f12f /eclass | |
parent | bump to 1.20.3. Bug fix. (diff) | |
download | gentoo-2-b980f89411cbd2ab3f6a89766ffee17e84603ce5.tar.gz gentoo-2-b980f89411cbd2ab3f6a89766ffee17e84603ce5.tar.bz2 gentoo-2-b980f89411cbd2ab3f6a89766ffee17e84603ce5.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 |