Almost all the ebuild files for sci-chemistry/gromacs reference the following dead URLs: Repositories: - git://git.gromacs.org/gromacs.git: already has two valid alternatives - git://git.gromacs.org/regressiontests.git: should be replaced by https://gitlab.com/gromacs/gromacs-regressiontests.git Informational messages: - https://www.gromacs.org/Gromacs_papers: should be replaced by https://www.gromacs.org/articles.html The broken regressiontests Git URL potentially breaks src_unpack with +test. Reproducible: Always Steps to Reproduce: Check the ebuild files. git:// URLs should be clonnable, webpages should not return 404. Actual Results: git://git.gromacs.org/gromacs.git and git://git.gromacs.org/regressiontests.git cannot be cloned (git just hangs) https://www.gromacs.org/Gromacs_papers returns 404
Created attachment 865855 [details, diff] Proposed patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092428835790462155e3d9090a7d1103a59ca809 commit 092428835790462155e3d9090a7d1103a59ca809 Author: Alexey Shvetsov <alexxy@gentoo.org> AuthorDate: 2023-11-01 07:38:49 +0000 Commit: Alexey Shvetsov <alexxy@gentoo.org> CommitDate: 2023-11-01 07:38:49 +0000 sci-chemistry/gromacs: Fix urls Thanks to Andrey Alekseenko Closes: https://bugs.gentoo.org/910639 Signed-off-by: Alexey Shvetsov <alexxy@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(-)