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 1MaPSG-0006TZ-I9 for garchives@archives.gentoo.org; Mon, 10 Aug 2009 07:38:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5B3E049F; Mon, 10 Aug 2009 07:38:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8BAFBE049F for ; Mon, 10 Aug 2009 07:38:03 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 306606521F for ; Mon, 10 Aug 2009 07:38:03 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MaPSE-0003kv-2h for gentoo-commits@lists.gentoo.org; Mon, 10 Aug 2009 07:38:02 +0000 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: Sender: Alexis Ballier Date: Mon, 10 Aug 2009 07:38:02 +0000 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: 7ff34565-87dc-47ba-838f-1837152f17a2 X-Archives-Hash: f0da3c99c4d40e63198a96f9cfd7b75b aballier 09/08/10 07:38:02 Modified: texlive-module.eclass Log: Set VARTEXFONTS to some sandboxed location when building formats, it ca= nnot hurt and may fix bug #280914 Revision Changes Path 1.23 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.23&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?rev=3D1.23&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-mod= ule.eclass?r1=3D1.22&r2=3D1.23 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.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- texlive-module.eclass 21 Jun 2009 10:34:44 -0000 1.22 +++ texlive-module.eclass 10 Aug 2009 07:38:02 -0000 1.23 @@ -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.22 2= 009/06/21 10:34:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.23 2= 009/08/10 07:38:02 aballier Exp $ =20 # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -141,7 +141,7 @@ for i in texmf/fmtutil/format*.cnf; do if [ -f "${i}" ]; then einfo "Building format ${i}" - TEXMFHOME=3D"${S}/texmf:${S}/texmf-dist:${S}/texmf-var"\ + VARTEXFONTS=3D"${T}/fonts" TEXMFHOME=3D"${S}/texmf:${S}/texmf-dist:${= S}/texmf-var"\ fmtutil --cnffile "${i}" --fmtdir "${S}/texmf-var/web2c" --all\ || die "failed to build format ${i}" fi