From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B10C61381F3 for ; Fri, 20 Sep 2013 09:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32672E0996; Fri, 20 Sep 2013 09:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E1D9E0996 for ; Fri, 20 Sep 2013 09:48:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A175633EC8E for ; Fri, 20 Sep 2013 09:48:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5A2C8E5463 for ; Fri, 20 Sep 2013 09:48:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1379670411.c7f816faaacf7010c30d1e07d757764e7024d637.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/wannier90/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/wannier90/ChangeLog sci-libs/wannier90/wannier90-1.2-r1.ebuild sci-libs/wannier90/wannier90-1.2-r2.ebuild X-VCS-Directories: sci-libs/wannier90/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c7f816faaacf7010c30d1e07d757764e7024d637 X-VCS-Branch: master Date: Fri, 20 Sep 2013 09:48:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e6d95ba3-c2ed-4320-b3e7-7b663fd39fb2 X-Archives-Hash: 814442b1664c17783b022974d6091b66 commit: c7f816faaacf7010c30d1e07d757764e7024d637 Author: Honza Macháček centrum cz> AuthorDate: Thu Sep 19 13:27:07 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 20 09:46:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c7f816fa sci-libs/wannier90-1.2-r2.ebuild modified from -r1 to avoid sandbox violation when generating TeX fonts. Package-Manager: portage-2.2.1 --- sci-libs/wannier90/ChangeLog | 6 ++++++ .../wannier90/{wannier90-1.2-r1.ebuild => wannier90-1.2-r2.ebuild} | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sci-libs/wannier90/ChangeLog b/sci-libs/wannier90/ChangeLog index bb0da88..ff8ee50 100644 --- a/sci-libs/wannier90/ChangeLog +++ b/sci-libs/wannier90/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*wannier90-1.2-r2 (19 Sep 2013) + + 19 Sep 2013; Honza Macháček + -wannier90-1.2-r1.ebuild, +wannier90-1.2-r2.ebuild: + Avoid sandbox violation when generating TeX fonts. + *wannier90-1.2-r1 (17 Jun 2013) 17 Jun 2013; Honza Macháček diff --git a/sci-libs/wannier90/wannier90-1.2-r1.ebuild b/sci-libs/wannier90/wannier90-1.2-r2.ebuild similarity index 95% rename from sci-libs/wannier90/wannier90-1.2-r1.ebuild rename to sci-libs/wannier90/wannier90-1.2-r2.ebuild index 2527922..481ce2b 100644 --- a/sci-libs/wannier90/wannier90-1.2-r1.ebuild +++ b/sci-libs/wannier90/wannier90-1.2-r2.ebuild @@ -48,7 +48,10 @@ src_configure() { src_compile() { emake -j1 wannier emake -j1 lib - use doc & emake -j1 doc + if use doc; then + VARTEXFONTS="${T}/fonts" + emake -j1 doc + fi } src_test() {