From: "Honza Macháček" <Hloupy.Honza@centrum.cz> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/wannier90/ Date: Thu, 26 Sep 2013 09:41:32 +0000 (UTC) [thread overview] Message-ID: <1379597227.fb53e50d5abf4c2c0f92d888c94e8e4d13da3aca.honza_machacek@gentoo> (raw) commit: fb53e50d5abf4c2c0f92d888c94e8e4d13da3aca Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> AuthorDate: Thu Sep 19 13:27:07 2013 +0000 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> CommitDate: Thu Sep 19 13:27:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb53e50d 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 <Hloupy.Honza@centrum.cz> + -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 <Hloupy.Honza@centrum.cz> 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() {
WARNING: multiple messages have this Message-ID (diff)
From: "Honza Macháček" <Hloupy.Honza@centrum.cz> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/wannier90/ Date: Thu, 19 Sep 2013 13:27:27 +0000 (UTC) [thread overview] Message-ID: <1379597227.fb53e50d5abf4c2c0f92d888c94e8e4d13da3aca.honza_machacek@gentoo> (raw) Message-ID: <20130919132727.MbqExJxKjWn3Zd83nbSPNgS9qcVk7rYe1a2SkuMMiu0@z> (raw) commit: fb53e50d5abf4c2c0f92d888c94e8e4d13da3aca Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> AuthorDate: Thu Sep 19 13:27:07 2013 +0000 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> CommitDate: Thu Sep 19 13:27:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb53e50d 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 <Hloupy.Honza@centrum.cz> + -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 <Hloupy.Honza@centrum.cz> 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() {
next reply other threads:[~2013-09-26 9:41 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-09-26 9:41 Honza Macháček [this message] 2013-09-19 13:27 ` [gentoo-commits] proj/sci:master commit in: sci-libs/wannier90/ Honza Macháček -- strict thread matches above, loose matches on Subject: below -- 2021-12-16 10:57 Andrew Ammerlaan 2021-01-30 10:49 Andrew Ammerlaan 2021-01-19 16:56 Andrew Ammerlaan 2020-09-28 10:12 Horea Christian 2020-09-28 10:12 Horea Christian 2015-04-22 14:43 Honza Macháček 2014-12-10 9:47 Honza Macháček 2014-11-15 0:21 Christoph Junghans 2013-09-20 9:48 Justin Lecher 2013-02-22 10:15 Justin Lecher 2012-06-22 22:44 Alexey Shvetsov 2011-09-04 12:41 Alexey Shvetsov 2011-06-21 11:54 Justin Lecher
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1379597227.fb53e50d5abf4c2c0f92d888c94e8e4d13da3aca.honza_machacek@gentoo \ --to=hloupy.honza@centrum.cz \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox