From e842c56f51549136e881b53f36949448a7b4ee07 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Mon, 28 Jun 2021 21:29:18 +0200 Subject: sci-physics/geant-vmc: update HOMEPAGE and SRC_URI Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio --- sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild | 4 ++-- sci-physics/geant-vmc/geant-vmc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-physics') diff --git a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild index 1b98d940d1ac..cafdbf75e099 100644 --- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild @@ -10,13 +10,13 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git" else MY_PV=$(ver_rs 1-2 - $(ver_cut 2-)) - SRC_URI="https://github.com/vmc-project/geant4-vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/geant4_vmc-${MY_PV}" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Virtual Monte Carlo Geant4 implementation" -HOMEPAGE="https://github.com/vmc-project/vmc" +HOMEPAGE="https://github.com/vmc-project/geant4_vmc" LICENSE="GPL-3" SLOT="4" diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant-vmc/geant-vmc-9999.ebuild index d31a6e26d16d..b22fc0afcbf8 100644 --- a/sci-physics/geant-vmc/geant-vmc-9999.ebuild +++ b/sci-physics/geant-vmc/geant-vmc-9999.ebuild @@ -10,13 +10,13 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git" else MY_PV=$(ver_rs 1-2 - $(ver_cut 2-)) - SRC_URI="https://github.com/vmc-project/geant4-vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/geant4_vmc-${MY_PV}" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Virtual Monte Carlo Geant4 implementation" -HOMEPAGE="https://github.com/vmc-project/vmc" +HOMEPAGE="https://github.com/vmc-project/geant4_vmc" LICENSE="GPL-3" SLOT="4" -- cgit v1.2.3-65-gdbad