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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61F1E158089 for ; Wed, 1 Nov 2023 07:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D5F2BC01D; Wed, 1 Nov 2023 07:40:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 356972BC01D for ; Wed, 1 Nov 2023 07:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D0BE335CCD for ; Wed, 1 Nov 2023 07:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE02412C7 for ; Wed, 1 Nov 2023 07:40:18 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1698824329.092428835790462155e3d9090a7d1103a59ca809.alexxy@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-r2.ebuild sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild sci-chemistry/gromacs/gromacs-2021.6.ebuild sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild sci-chemistry/gromacs/gromacs-2022.6.ebuild sci-chemistry/gromacs/gromacs-2022.9999.ebuild sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild sci-chemistry/gromacs/gromacs-2023.2.ebuild sci-chemistry/gromacs/gromacs-2023.9999.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 092428835790462155e3d9090a7d1103a59ca809 X-VCS-Branch: master Date: Wed, 1 Nov 2023 07:40:18 +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: ae551b03-f6e1-42ba-806b-a5e9c1e9d9b7 X-Archives-Hash: b3f01e5c87abaf8a9e7ed2cc5fb3c402 commit: 092428835790462155e3d9090a7d1103a59ca809 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Nov 1 07:38:49 2023 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Nov 1 07:38:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09242883 sci-chemistry/gromacs: Fix urls Thanks to Andrey Alekseenko Closes: https://bugs.gentoo.org/910639 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2021.6.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2022.6.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2023.2.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-2023.9999.ebuild | 6 +++--- sci-chemistry/gromacs/gromacs-9999.ebuild | 6 +++--- 12 files changed, 32 insertions(+), 32 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild b/sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild index 47be575cee41..47501a7b9111 100644 --- a/sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild @@ -231,7 +231,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild b/sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild index d984f873f939..23b83523b057 100644 --- a/sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild @@ -246,7 +246,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild b/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild index 21bdf25bd343..fa307d1e2a3a 100644 --- a/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -106,7 +106,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -341,7 +341,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2021.6.ebuild b/sci-chemistry/gromacs/gromacs-2021.6.ebuild index b385c1a52f04..a81800552ba1 100644 --- a/sci-chemistry/gromacs/gromacs-2021.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.6.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -106,7 +106,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -346,7 +346,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild b/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild index ba32eebe7d85..54e14ae80f3a 100644 --- a/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -110,7 +110,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -350,7 +350,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild b/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild index 33f192f4a04f..1f3dfd9ef14c 100644 --- a/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -104,7 +104,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -327,7 +327,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2022.6.ebuild b/sci-chemistry/gromacs/gromacs-2022.6.ebuild index 33f192f4a04f..1f3dfd9ef14c 100644 --- a/sci-chemistry/gromacs/gromacs-2022.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.6.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -104,7 +104,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -327,7 +327,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild index 33f192f4a04f..1f3dfd9ef14c 100644 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -104,7 +104,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -327,7 +327,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild index 7d65ee4958c2..fa386437a224 100644 --- a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -107,7 +107,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -329,7 +329,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2023.2.ebuild b/sci-chemistry/gromacs/gromacs-2023.2.ebuild index 7d65ee4958c2..fa386437a224 100644 --- a/sci-chemistry/gromacs/gromacs-2023.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.2.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -107,7 +107,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -329,7 +329,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild index 7d65ee4958c2..fa386437a224 100644 --- a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -107,7 +107,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -329,7 +329,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog } diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 7d65ee4958c2..fa386437a224 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -17,7 +17,7 @@ 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}" inherit git-r3 else @@ -107,7 +107,7 @@ src_unpack() { else git-r3_src_unpack if use test; then - EGIT_REPO_URI="git://git.gromacs.org/regressiontests.git" \ + EGIT_REPO_URI="https://gitlab.com/gromacs/gromacs-regressiontests.git" \ EGIT_BRANCH="${EGIT_BRANCH}" \ EGIT_CHECKOUT_DIR="${WORKDIR}/regressiontests"\ git-r3_src_unpack @@ -329,7 +329,7 @@ src_install() { pkg_postinst() { einfo einfo "Please read and cite gromacs related papers from list:" - einfo "https://www.gromacs.org/Gromacs_papers" + einfo "https://www.gromacs.org/articles.html" einfo readme.gentoo_print_elog }