diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2023-11-01 10:38:49 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2023-11-01 10:38:49 +0300 |
commit | 092428835790462155e3d9090a7d1103a59ca809 (patch) | |
tree | 6368bc62711aa32f604d8289cb05814a2c36a17b /sci-chemistry | |
parent | dev-python/boltons: add 23.1.1 (diff) | |
download | gentoo-092428835790462155e3d9090a7d1103a59ca809.tar.gz gentoo-092428835790462155e3d9090a7d1103a59ca809.tar.bz2 gentoo-092428835790462155e3d9090a7d1103a59ca809.zip |
sci-chemistry/gromacs: Fix urls
Thanks to Andrey Alekseenko
Closes: https://bugs.gentoo.org/910639
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2018.8-r2.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2019.6-r3.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2020.7-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.6.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2021.7-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2022.6.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2022.9999.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2023.2.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2023.9999.ebuild | 6 | ||||
-rw-r--r-- | 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 } |