From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P9lwr-0004cZ-5f for garchives@archives.gentoo.org; Sat, 23 Oct 2010 21:48:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26238E05F5; Sat, 23 Oct 2010 21:48:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DF2EE05F5 for ; Sat, 23 Oct 2010 21:48:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A0C01B4071 for ; Sat, 23 Oct 2010 21:48:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 278BB20051; Sat, 23 Oct 2010 21:48:18 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-module.eclass X-VCS-Directories: eclass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20101023214818.278BB20051@flycatcher.gentoo.org> Date: Sat, 23 Oct 2010 21:48:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8bf4608d-780f-4f3f-a070-5b1b5e04962d X-Archives-Hash: ecc1c24b880b81a9934cb809688d2ef8 aballier 10/10/23 21:48:18 Modified: texlive-module.eclass Log: Make the description match what the function does... Revision Changes Path 1.39 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.38&r2=3D1.39 Index: texlive-module.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- texlive-module.eclass 23 Oct 2010 21:47:07 -0000 1.38 +++ texlive-module.eclass 23 Oct 2010 21:48:18 -0000 1.39 @@ -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.38 2= 010/10/23 21:47:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.39 2= 010/10/23 21:48:18 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -205,7 +205,7 @@ # @FUNCTION: texlive-module_make_language_lua_lines # @DESCRIPTION: # Only valid for TeXLive 2010. -# Creates a language.${PN}.dat entry to put in /etc/texmf/language.lua.d +# Creates a language.${PN}.dat.lua entry to put in /etc/texmf/language.d= at.lua.d # It parses the AddHyphen directive of tlpobj files to create it. =20 texlive-module_make_language_lua_lines() {