diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:37:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:37:24 +0000 |
commit | d6dca0c361c4c0deddd868624fdf733dc37add0d (patch) | |
tree | 6b04ff2a3a6e4ae6cc1abc28ce59cc6ad00bcd28 /eclass | |
parent | version bump (diff) | |
download | gentoo-2-d6dca0c361c4c0deddd868624fdf733dc37add0d.tar.gz gentoo-2-d6dca0c361c4c0deddd868624fdf733dc37add0d.tar.bz2 gentoo-2-d6dca0c361c4c0deddd868624fdf733dc37add0d.zip |
Cosmetics
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 ec6e30cb43c3..e980deb01bfa 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.50 2010/10/23 23:31:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.51 2010/10/23 23:37:24 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -20,7 +20,7 @@ # Starting from TeX Live 2009, the eclass provides a src_unpack function taking # care of unpacking and relocating the files that need it. # -# It inherits texlive-common +# It inherits texlive-common. # @ECLASS-VARIABLE: TEXLIVE_MODULE_CONTENTS # @DESCRIPTION: @@ -34,13 +34,13 @@ # @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 and later +# 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 and later +# valid for TeX Live 2008 and later. # @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS # @DESCRIPTION: |