Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 910639 - sci-chemistry/gromacs: Outdated repository and info URLs
Summary: sci-chemistry/gromacs: Outdated repository and info URLs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-21 13:17 UTC by Andrey Alekseenko
Modified: 2023-11-01 07:40 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch (0001-sci-chemistry-gromacs-Update-remove-outdated-URLs.patch,14.33 KB, patch)
2023-07-21 13:20 UTC, Andrey Alekseenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Alekseenko 2023-07-21 13:17:33 UTC
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
Comment 1 Andrey Alekseenko 2023-07-21 13:20:08 UTC
Created attachment 865855 [details, diff]
Proposed patch
Comment 2 Larry the Git Cow gentoo-dev 2023-11-01 07:40:18 UTC
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(-)