Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant-vmc/
Date: Mon, 28 Jun 2021 19:29:49
Message-Id: 1624908558.e842c56f51549136e881b53f36949448a7b4ee07.amadio@gentoo
1 commit: e842c56f51549136e881b53f36949448a7b4ee07
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 19:29:18 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 19:29:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e842c56f
7
8 sci-physics/geant-vmc: update HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild | 4 ++--
14 sci-physics/geant-vmc/geant-vmc-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 index 1b98d940d1a..cafdbf75e09 100644
19 --- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
20 +++ b/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
21 @@ -10,13 +10,13 @@ if [[ ${PV} == *9999* ]]; then
22 EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git"
23 else
24 MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
25 - SRC_URI="https://github.com/vmc-project/geant4-vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
26 + SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
27 S="${WORKDIR}/geant4_vmc-${MY_PV}"
28 KEYWORDS="~amd64 ~x86"
29 fi
30
31 DESCRIPTION="Virtual Monte Carlo Geant4 implementation"
32 -HOMEPAGE="https://github.com/vmc-project/vmc"
33 +HOMEPAGE="https://github.com/vmc-project/geant4_vmc"
34
35 LICENSE="GPL-3"
36 SLOT="4"
37
38 diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant-vmc/geant-vmc-9999.ebuild
39 index d31a6e26d16..b22fc0afcbf 100644
40 --- a/sci-physics/geant-vmc/geant-vmc-9999.ebuild
41 +++ b/sci-physics/geant-vmc/geant-vmc-9999.ebuild
42 @@ -10,13 +10,13 @@ if [[ ${PV} == *9999* ]]; then
43 EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git"
44 else
45 MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
46 - SRC_URI="https://github.com/vmc-project/geant4-vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
47 + SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
48 S="${WORKDIR}/geant4_vmc-${MY_PV}"
49 KEYWORDS="~amd64 ~x86"
50 fi
51
52 DESCRIPTION="Virtual Monte Carlo Geant4 implementation"
53 -HOMEPAGE="https://github.com/vmc-project/vmc"
54 +HOMEPAGE="https://github.com/vmc-project/geant4_vmc"
55
56 LICENSE="GPL-3"
57 SLOT="4"