Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass
Date: Fri, 22 Aug 2008 11:32:32
Message-Id: E1KWUsY-0006al-Gp@stork.gentoo.org
1 aballier 08/08/22 11:32:30
2
3 Modified: texlive-module.eclass
4 Log:
5 fix typo in comments
6
7 Revision Changes Path
8 1.16 eclass/texlive-module.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.15&r2=1.16
13
14 Index: texlive-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- texlive-module.eclass 22 Aug 2008 11:31:40 -0000 1.15
21 +++ texlive-module.eclass 22 Aug 2008 11:32:30 -0000 1.16
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.15 2008/08/22 11:31:40 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.16 2008/08/22 11:32:30 aballier Exp $
27
28 # @ECLASS: texlive-module.eclass
29 # @MAINTAINER:
30 @@ -91,7 +91,7 @@
31 # @FUNCTION: texlive-module_make_language_def_lines
32 # @DESCRIPTION:
33 # Only valid for TeXLive 2008.
34 -# Creates a language.${PN}.def entry to put in /etc/texmf/langauge.def.d
35 +# Creates a language.${PN}.def entry to put in /etc/texmf/language.def.d
36 # It parses the AddHyphen directive of tlpobj files to create it.
37
38 texlive-module_make_language_def_lines() {
39 @@ -112,7 +112,7 @@
40 # @FUNCTION: texlive-module_make_language_dat_lines
41 # @DESCRIPTION:
42 # Only valid for TeXLive 2008.
43 -# Creates a language.${PN}.dat entry to put in /etc/texmf/langauge.dat.d
44 +# Creates a language.${PN}.dat entry to put in /etc/texmf/language.dat.d
45 # It parses the AddHyphen directive of tlpobj files to create it.
46
47 texlive-module_make_language_dat_lines() {