summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2023-11-01 10:38:49 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2023-11-01 10:38:49 +0300
commit092428835790462155e3d9090a7d1103a59ca809 (patch)
tree6368bc62711aa32f604d8289cb05814a2c36a17b /sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild
parentdev-python/boltons: add 23.1.1 (diff)
downloadgentoo-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/gromacs/gromacs-2022.5-r1.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2022.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
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
}