commit: 1e9e0f6b15f9b846238eda2038df3f7b9b027f50 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Feb 22 11:45:20 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Feb 24 09:11:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e0f6b
sys-cluster/singularity: update HOMEPAGE Sylabs is no longer the official upstream of Singularity, they maintain a fork for which they have (confusingly) chosen to retain the original name. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> sys-cluster/singularity/singularity-3.8.5.ebuild | 6 +++--- sys-cluster/singularity/singularity-3.8.6.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/singularity/singularity-3.8.5.ebuild b/sys-cluster/singularity/singularity-3.8.5.ebuild index cc6fc804f1fb..0ecdfaee462b 100644 --- a/sys-cluster/singularity/singularity-3.8.5.ebuild +++ b/sys-cluster/singularity/singularity-3.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit linux-info toolchain-funcs DESCRIPTION="Application containers for Linux" -HOMEPAGE="https://sylabs.io" -SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz" +HOMEPAGE="https://github.com/apptainer/singularity" +SRC_URI="https://github.com/apptainer/${PN}/releases/download/v${PV}/${P}.tar.gz" SLOT="0" LICENSE="BSD" diff --git a/sys-cluster/singularity/singularity-3.8.6.ebuild b/sys-cluster/singularity/singularity-3.8.6.ebuild index 8e1480027bc4..382b76747883 100644 --- a/sys-cluster/singularity/singularity-3.8.6.ebuild +++ b/sys-cluster/singularity/singularity-3.8.6.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit linux-info toolchain-funcs DESCRIPTION="Application containers for Linux" -HOMEPAGE="https://sylabs.io" +HOMEPAGE="https://github.com/apptainer/singularity" SRC_URI="https://github.com/apptainer/${PN}/releases/download/v${PV}/${P}.tar.gz" SLOT="0"
