From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IlmgV-0000SL-7J for garchives@archives.gentoo.org; Sat, 27 Oct 2007 14:30:43 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9REUfiQ012380; Sat, 27 Oct 2007 14:30:41 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9REUevt012375 for ; Sat, 27 Oct 2007 14:30:40 GMT 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 4EEE2651A0 for ; Sat, 27 Oct 2007 14:30:40 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IlmgR-00069b-82 for gentoo-commits@lists.gentoo.org; Sat, 27 Oct 2007 14:30:39 +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 Content-Transfer-Encoding: 8bit Message-Id: Sender: Alexis Ballier Date: Sat, 27 Oct 2007 14:30:39 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: fdc5b741-b0c7-4aa7-8f39-552b6a08dec8 X-Archives-Hash: f8a66852d6eaf8b6bda38b12359ba592 aballier 07/10/27 14:30:39 Modified: texlive-module.eclass Log: dont try to be too clever with TEXMFSYSVAR, it should not be modified, install paths should definitely not be dependant on tex configuration and consistent among themselves; thus hardcode default path for TEXMFSYSVAR Revision Changes Path 1.5 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.5&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/texlive-module.eclass?r1=1.4&r2=1.5 Index: texlive-module.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- texlive-module.eclass 20 Oct 2007 17:15:24 -0000 1.4 +++ texlive-module.eclass 27 Oct 2007 14:30:38 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.4 2007/10/20 17:15:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.5 2007/10/27 14:30:38 aballier Exp $ # # Original Author: Alexis Ballier @@ -96,8 +96,7 @@ [ -d texmf ] && doins -r texmf [ -d texmf-dist ] && doins -r texmf-dist - TEXMFSYSVAR="$(kpsewhich -var-value=TEXMFSYSVAR)" - insinto "${TEXMFSYSVAR}" + insinto /var/lib/texmf [ -d texmf-var ] && doins -r texmf-var/* insinto /etc/texmf/updmap.d -- gentoo-commits@gentoo.org mailing list