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 15BC913835B for ; Sat, 3 Apr 2021 15:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34C59E0876; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 129D9E0876 for ; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A304B340B98 for ; Sat, 3 Apr 2021 15:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2BE263D for ; Sat, 3 Apr 2021 15:44:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617464622.bbcbe618f3206e9a386e308bbd6c1addf19ff6d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2020.4.ebuild sci-chemistry/gromacs/gromacs-2020.5.ebuild sci-chemistry/gromacs/gromacs-2020.9999.ebuild sci-chemistry/gromacs/gromacs-2021.9999.ebuild sci-chemistry/gromacs/gromacs-2021.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbcbe618f3206e9a386e308bbd6c1addf19ff6d3 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:41 +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: c2758bc8-de9a-48df-b564-a90cfd154c0c X-Archives-Hash: 1676363bce72618f5a2be95fc5e432ac commit: bbcbe618f3206e9a386e308bbd6c1addf19ff6d3 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 09:43:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:43:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcbe618 sci-chemistry/gromacs: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-chemistry/gromacs/gromacs-2020.4.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2020.5.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2021.9999.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-2021.ebuild | 4 ++-- sci-chemistry/gromacs/gromacs-9999.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2020.4.ebuild b/sci-chemistry/gromacs/gromacs-2020.4.ebuild index d8b28c2b0a7..f5764717819 100644 --- a/sci-chemistry/gromacs/gromacs-2020.4.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.4.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI=" diff --git a/sci-chemistry/gromacs/gromacs-2020.5.ebuild b/sci-chemistry/gromacs/gromacs-2020.5.ebuild index 9b2e7ff39e9..ccd8e2d594f 100644 --- a/sci-chemistry/gromacs/gromacs-2020.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.5.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI=" diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild index 9b2e7ff39e9..ccd8e2d594f 100644 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI=" diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild index a1ba0b4d74a..1674a44df0e 100644 --- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI=" diff --git a/sci-chemistry/gromacs/gromacs-2021.ebuild b/sci-chemistry/gromacs/gromacs-2021.ebuild index a1ba0b4d74a..1674a44df0e 100644 --- a/sci-chemistry/gromacs/gromacs-2021.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI=" diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index a1ba0b4d74a..1674a44df0e 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI=" https://gitlab.com/gromacs/gromacs.git https://github.com/gromacs/gromacs.git git://git.gromacs.org/gromacs.git" - [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" + [[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 else SRC_URI="