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 1P9nMD-0003Ai-Af for garchives@archives.gentoo.org; Sat, 23 Oct 2010 23:18:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88491E0815; Sat, 23 Oct 2010 23:18:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4FEE5E0815 for ; Sat, 23 Oct 2010 23:18:33 +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 E06F41B4009 for ; Sat, 23 Oct 2010 23:18:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 7908520051; Sat, 23 Oct 2010 23:18:31 +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: <20101023231831.7908520051@flycatcher.gentoo.org> Date: Sat, 23 Oct 2010 23:18:31 +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: 980239a1-b195-4a03-9ac2-935253d1088b X-Archives-Hash: 038464c2c3f33cb1932e27f5502282ac aballier 10/10/23 23:18:31 Modified: texlive-module.eclass Log: We do not need the double =3D here Revision Changes Path 1.41 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.41&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.41&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.40&r2=3D1.41 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.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- texlive-module.eclass 23 Oct 2010 22:41:44 -0000 1.40 +++ texlive-module.eclass 23 Oct 2010 23:18:31 -0000 1.41 @@ -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.40 2= 010/10/23 22:41:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.41 2= 010/10/23 23:18:31 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -100,7 +100,7 @@ =20 S=3D"${WORKDIR}" =20 -if [ "${PV#2008}" =3D=3D "${PV}" ]; then +if [ "${PV#2008}" =3D "${PV}" ]; then =20 # @FUNCTION: texlive-module_src_unpack # @DESCRIPTION: @@ -146,7 +146,7 @@ einfo "Appending to format.${PN}.cnf for $@" [ -d texmf/fmtutil ] || mkdir -p texmf/fmtutil [ -f texmf/fmtutil/format.${PN}.cnf ] || { echo "# Generated for ${PN} = by texlive-module.eclass" > texmf/fmtutil/format.${PN}.cnf; } - if [ "${mode}" =3D=3D "disabled" ]; then + if [ "${mode}" =3D "disabled" ]; then printf "#! " >> texmf/fmtutil/format.${PN}.cnf fi [ -z "${patterns}" ] && patterns=3D"-"