From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 396171580B2 for ; Tue, 31 Aug 2021 09:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73758E096A; Tue, 31 Aug 2021 09:45:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35CD5E096C for ; Tue, 31 Aug 2021 09:45:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67CE533BEAE for ; Tue, 31 Aug 2021 09:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9820A2 for ; Tue, 31 Aug 2021 09:45:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1630402961.8d3edb124d0f37c23c653a27aba748788a88d9ce.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gamess/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gamess/gamess-20180930.3-r1.ebuild sci-chemistry/gamess/gamess-20180930.3.ebuild sci-chemistry/gamess/metadata.xml X-VCS-Directories: sci-chemistry/gamess/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8d3edb124d0f37c23c653a27aba748788a88d9ce X-VCS-Branch: master Date: Tue, 31 Aug 2021 09:45:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26bab62d-062d-4e03-809a-f7e4f20f08c6 X-Archives-Hash: 36b8e4c6f2e9bf2aa134fcddfbc3c8ee commit: 8d3edb124d0f37c23c653a27aba748788a88d9ce Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Aug 31 09:42:41 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Aug 31 09:42:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d3edb12 sci-chemistry/gamess: pax_kernel --> pax-kernel since the flag has been renamed in ::gentoo as well Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../{gamess-20180930.3.ebuild => gamess-20180930.3-r1.ebuild} | 8 ++++---- sci-chemistry/gamess/metadata.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild similarity index 98% rename from sci-chemistry/gamess/gamess-20180930.3.ebuild rename to sci-chemistry/gamess/gamess-20180930.3-r1.ebuild index 77b60edca..17fe76f76 100644 --- a/sci-chemistry/gamess/gamess-20180930.3.ebuild +++ b/sci-chemistry/gamess/gamess-20180930.3-r1.ebuild @@ -19,7 +19,7 @@ LICENSE="gamess" # new version comes out the stable version will be useless since # users can not get at the tarball any more. KEYWORDS="~amd64 ~x86" -IUSE="mpi msucc neo openmp pax_kernel qmmm-tinker vb2000" +IUSE="mpi msucc neo openmp pax-kernel qmmm-tinker vb2000" CDEPEND=" app-shells/tcsh @@ -136,7 +136,7 @@ src_prepare() { # for hardened-gcc let't turn off ssp, since it breakes # a few routines - if use pax_kernel && [[ ${FCOMP} == g77 ]]; then + if use pax-kernel && [[ ${FCOMP} == g77 ]]; then FFLAGS="${FFLAGS} -fno-stack-protector-all" fi @@ -263,7 +263,7 @@ src_compile() { # for hardened (PAX) users and ifc we need to turn # MPROTECT off - if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then + if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then pax-mark -PemRxS actvte.x fi @@ -281,7 +281,7 @@ src_compile() { # for hardened (PAX) users and ifc we need to turn # MPROTECT off - if [[ ${FCOMP} == "ifort" ]] && use pax_kernel; then + if [[ ${FCOMP} == "ifort" ]] && use pax-kernel; then pax-mark -PemRxS ${PN}.00.x fi } diff --git a/sci-chemistry/gamess/metadata.xml b/sci-chemistry/gamess/metadata.xml index 7f7e33d86..5d367dd16 100644 --- a/sci-chemistry/gamess/metadata.xml +++ b/sci-chemistry/gamess/metadata.xml @@ -13,7 +13,7 @@ Build Michigan State University CCT3 and CCSD3A methods. This will increase build time and memory requirements by ~10 times Enable NEO for nuclear basis support - Make this package work on PAX kernels + Make this package work on PAX kernels Enable tinker qmmm code Enable Valence Bond method using VB2000 code