Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gamess/
Date: Tue, 31 Aug 2021 09:45:29
Message-Id: 1630402961.8d3edb124d0f37c23c653a27aba748788a88d9ce.andrewammerlaan@gentoo
1 commit: 8d3edb124d0f37c23c653a27aba748788a88d9ce
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 09:42:41 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 09:42:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d3edb12
7
8 sci-chemistry/gamess: pax_kernel --> pax-kernel
9
10 since the flag has been renamed in ::gentoo as well
11
12 Package-Manager: Portage-3.0.22, Repoman-3.0.3
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 .../{gamess-20180930.3.ebuild => gamess-20180930.3-r1.ebuild} | 8 ++++----
16 sci-chemistry/gamess/metadata.xml | 2 +-
17 2 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
20 similarity index 98%
21 rename from sci-chemistry/gamess/gamess-20180930.3.ebuild
22 rename to sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
23 index 77b60edca..17fe76f76 100644
24 --- a/sci-chemistry/gamess/gamess-20180930.3.ebuild
25 +++ b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild
26 @@ -19,7 +19,7 @@ LICENSE="gamess"
27 # new version comes out the stable version will be useless since
28 # users can not get at the tarball any more.
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="mpi msucc neo openmp pax_kernel qmmm-tinker vb2000"
31 +IUSE="mpi msucc neo openmp pax-kernel qmmm-tinker vb2000"
32
33 CDEPEND="
34 app-shells/tcsh
35 @@ -136,7 +136,7 @@ src_prepare() {
36
37 # for hardened-gcc let't turn off ssp, since it breakes
38 # a few routines
39 - if use pax_kernel && [[ ${FCOMP} == g77 ]]; then
40 + if use pax-kernel && [[ ${FCOMP} == g77 ]]; then
41 FFLAGS="${FFLAGS} -fno-stack-protector-all"
42 fi
43
44 @@ -263,7 +263,7 @@ src_compile() {
45
46 # for hardened (PAX) users and ifc we need to turn
47 # MPROTECT off
48 - if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then
49 + if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then
50 pax-mark -PemRxS actvte.x
51 fi
52
53 @@ -281,7 +281,7 @@ src_compile() {
54
55 # for hardened (PAX) users and ifc we need to turn
56 # MPROTECT off
57 - if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then
58 + if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then
59 pax-mark -PemRxS ${PN}.00.x
60 fi
61 }
62
63 diff --git a/sci-chemistry/gamess/metadata.xml b/sci-chemistry/gamess/metadata.xml
64 index 7f7e33d86..5d367dd16 100644
65 --- a/sci-chemistry/gamess/metadata.xml
66 +++ b/sci-chemistry/gamess/metadata.xml
67 @@ -13,7 +13,7 @@
68 <flag name="msucc">Build Michigan State University CCT3 and CCSD3A methods.
69 This will increase build time and memory requirements by ~10 times</flag>
70 <flag name="neo">Enable NEO for nuclear basis support</flag>
71 - <flag name="pax_kernel">Make this package work on PAX kernels</flag>
72 + <flag name="pax-kernel">Make this package work on PAX kernels</flag>
73 <flag name="qmmm-tinker">Enable tinker qmmm code</flag>
74 <flag name="vb2000">Enable Valence Bond method using VB2000 code</flag>
75 </use>