Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Tue, 23 Aug 2016 23:51:33
Message-Id: 1471996264.7cbbf1df31c9ba400f57a3888988781f31b7ce6d.ottxor@gentoo
1 commit: 7cbbf1df31c9ba400f57a3888988781f31b7ce6d
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 23:51:04 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 23:51:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbbf1df
7
8 sci-chemistry/gromacs: fix sandbox issue (bug #591952)
9
10 Package-Manager: portage-2.2.28
11
12 sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 4 +++-
13 sci-chemistry/gromacs/gromacs-2016.ebuild | 4 +++-
14 sci-chemistry/gromacs/gromacs-9999.ebuild | 4 +++-
15 3 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
18 index 1b02d2a..b09b247 100644
19 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
20 +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild
21 @@ -6,7 +6,7 @@ EAPI=6
22
23 CMAKE_MAKEFILE_GENERATOR="ninja"
24
25 -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs
26 +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils
27
28 if [[ $PV = *9999* ]]; then
29 EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
30 @@ -93,6 +93,8 @@ src_prepare() {
31 #notes/todos
32 # -on apple: there is framework support
33
34 + xdg_environment_reset #591952
35 +
36 cmake-utils_src_prepare
37
38 use cuda && cuda_src_prepare
39
40 diff --git a/sci-chemistry/gromacs/gromacs-2016.ebuild b/sci-chemistry/gromacs/gromacs-2016.ebuild
41 index 1ca0343..c93c507 100644
42 --- a/sci-chemistry/gromacs/gromacs-2016.ebuild
43 +++ b/sci-chemistry/gromacs/gromacs-2016.ebuild
44 @@ -6,7 +6,7 @@ EAPI=6
45
46 CMAKE_MAKEFILE_GENERATOR="ninja"
47
48 -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs
49 +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils
50
51 if [[ $PV = *9999* ]]; then
52 EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
53 @@ -93,6 +93,8 @@ src_prepare() {
54 #notes/todos
55 # -on apple: there is framework support
56
57 + xdg_environment_reset #591952
58 +
59 cmake-utils_src_prepare
60
61 use cuda && cuda_src_prepare
62
63 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
64 index 5493e60..4a21c97 100644
65 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
66 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
67 @@ -6,7 +6,7 @@ EAPI=6
68
69 CMAKE_MAKEFILE_GENERATOR="ninja"
70
71 -inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs
72 +inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo-r1 toolchain-funcs xdg-utils
73
74 if [[ $PV = *9999* ]]; then
75 EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
76 @@ -93,6 +93,8 @@ src_prepare() {
77 #notes/todos
78 # -on apple: there is framework support
79
80 + xdg_environment_reset #591952
81 +
82 cmake-utils_src_prepare
83
84 use cuda && cuda_src_prepare