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 40824138365 for ; Tue, 11 May 2021 20:02:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBB3E0880; Tue, 11 May 2021 20:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 462E3E0880 for ; Tue, 11 May 2021 20:02:05 +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 CDAAD3410F1 for ; Tue, 11 May 2021 20:01:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03AB9EC for ; Tue, 11 May 2021 19:24:38 +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: <1620761043.58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65.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-2018.8.ebuild sci-chemistry/gromacs/gromacs-2019.6.ebuild sci-chemistry/gromacs/gromacs-2020.4.ebuild sci-chemistry/gromacs/gromacs-2020.5.ebuild sci-chemistry/gromacs/gromacs-2020.6.ebuild sci-chemistry/gromacs/gromacs-2020.9999.ebuild sci-chemistry/gromacs/gromacs-2021.1.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: 58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65 X-VCS-Branch: master Date: Tue, 11 May 2021 19:24:38 +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: 8b292734-ae82-44f5-b725-52d2d284e365 X-Archives-Hash: a8f0ffba4a71113bf755f318cddbed2f commit: 58474df87e9cb107ddb8a2325d2ecc2f0a3ecd65 Author: Sam James gentoo org> AuthorDate: Tue May 11 19:23:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 11 19:24:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58474df8 sci-chemistry/gromacs: fix cmake_src_make -> cmake_src_compile cmake_src_make was removed in cmake.eclass. Signed-off-by: Sam James gentoo.org> sci-chemistry/gromacs/gromacs-2018.8.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2019.6.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.4.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.5.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.6.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2021.1.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2021.9999.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2021.ebuild | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2018.8.ebuild b/sci-chemistry/gromacs/gromacs-2018.8.ebuild index dfe7923415e..7c0c24d883f 100644 --- a/sci-chemistry/gromacs/gromacs-2018.8.ebuild +++ b/sci-chemistry/gromacs/gromacs-2018.8.ebuild @@ -198,7 +198,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2019.6.ebuild b/sci-chemistry/gromacs/gromacs-2019.6.ebuild index 37058195e94..5ba8f9df146 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6.ebuild @@ -211,7 +211,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2020.4.ebuild b/sci-chemistry/gromacs/gromacs-2020.4.ebuild index e8417cf5947..3c700bbb99a 100644 --- a/sci-chemistry/gromacs/gromacs-2020.4.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.4.ebuild @@ -296,7 +296,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2020.5.ebuild b/sci-chemistry/gromacs/gromacs-2020.5.ebuild index 393fdad3162..ff5aa7c43fd 100644 --- a/sci-chemistry/gromacs/gromacs-2020.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.5.ebuild @@ -296,7 +296,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2020.6.ebuild b/sci-chemistry/gromacs/gromacs-2020.6.ebuild index 393fdad3162..ff5aa7c43fd 100644 --- a/sci-chemistry/gromacs/gromacs-2020.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.6.ebuild @@ -296,7 +296,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild index 393fdad3162..ff5aa7c43fd 100644 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild @@ -296,7 +296,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2021.1.ebuild b/sci-chemistry/gromacs/gromacs-2021.1.ebuild index 2a4610540b5..75d52731734 100644 --- a/sci-chemistry/gromacs/gromacs-2021.1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.1.ebuild @@ -303,7 +303,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild index dbeed6f4fec..82fafe89e63 100644 --- a/sci-chemistry/gromacs/gromacs-2021.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.9999.ebuild @@ -298,7 +298,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-2021.ebuild b/sci-chemistry/gromacs/gromacs-2021.ebuild index 06979262614..b5e91e41ba1 100644 --- a/sci-chemistry/gromacs/gromacs-2021.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.ebuild @@ -300,7 +300,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done } diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index dbeed6f4fec..82fafe89e63 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -298,7 +298,7 @@ src_compile() { src_test() { for x in ${GMX_DIRS}; do BUILD_DIR="${WORKDIR}/${P}_${x}"\ - cmake_src_make check + cmake_src_compile check done }