commit:     69de100845f11b46a073c43337f6dc1c15617cf8
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Tue Sep 16 20:31:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  6 03:12:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69de1008

sys-cluster/charliecloud: sync live ebuild

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43816
Closes: https://github.com/gentoo/gentoo/pull/43816
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/charliecloud/charliecloud-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild 
b/sys-cluster/charliecloud/charliecloud-9999.ebuild
index 1d0e05ca5cb3..1a618a828371 100644
--- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
@@ -9,15 +9,15 @@ inherit autotools optfeature python-single-r1
 
 if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/${PN}/main.git";
+       EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/${PN}/main/-/archive/v${PV}/main-v${PV}.tar.bz2 -> 
${P}.tar.bz2"
+       
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
        KEYWORDS="~amd64 ~x86 ~x86-linux"
-       S="${WORKDIR}/main-v${PV}"
+       S="${WORKDIR}/${PN}-v${PV}"
 fi
 
 DESCRIPTION="Lightweight user-defined software stacks for high-performance 
computing"
-HOMEPAGE="https://hpc.github.io/charliecloud/";
+HOMEPAGE="https://charliecloud.io/";
 LICENSE="Apache-2.0"
 
 SLOT="0"

Reply via email to