diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-06-28 21:29:18 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-28 21:29:18 +0200 |
commit | e842c56f51549136e881b53f36949448a7b4ee07 (patch) | |
tree | 74c9f479a4653335ffea28f90ade2af430b590c3 | |
parent | sci-physics/vgm: update HOMEPAGE (diff) | |
download | gentoo-e842c56f51549136e881b53f36949448a7b4ee07.tar.gz gentoo-e842c56f51549136e881b53f36949448a7b4ee07.tar.bz2 gentoo-e842c56f51549136e881b53f36949448a7b4ee07.zip |
sci-physics/geant-vmc: update HOMEPAGE and SRC_URI
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r-- | sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/geant-vmc/geant-vmc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |