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/, sci-physics/vgm/, profiles/updates/, ...
Date: Thu, 02 Sep 2021 09:29:07
Message-Id: 1630574885.354d520135f968f6b3dcfdcd168773e26419f95a.amadio@gentoo
1 commit: 354d520135f968f6b3dcfdcd168773e26419f95a
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Aug 21 13:07:00 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 09:28:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354d5201
7
8 Move sci-physics/{geant-vmc → geant4_vmc}
9
10 This follows the new consistent naming of the upstream project,
11 collapsing the first version number into the package name.
12
13 Closes: https://github.com/gentoo/gentoo/pull/22068
14
15 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
16 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
17
18 profiles/updates/3Q-2021 | 1 +
19 sci-physics/geant-vmc/Manifest | 1 -
20 sci-physics/geant4_vmc/Manifest | 1 +
21 .../geant4_vmc-5.3-r1.ebuild} | 8 ++++----
22 .../geant-vmc-9999.ebuild => geant4_vmc/geant4_vmc-9999.ebuild} | 8 ++++----
23 sci-physics/{geant-vmc => geant4_vmc}/metadata.xml | 0
24 sci-physics/vgm/vgm-4.8-r1.ebuild | 2 +-
25 sci-physics/vgm/vgm-4.9-r1.ebuild | 2 +-
26 sci-physics/vgm/vgm-9999.ebuild | 2 +-
27 9 files changed, 13 insertions(+), 12 deletions(-)
28
29 diff --git a/profiles/updates/3Q-2021 b/profiles/updates/3Q-2021
30 index 0e75a5958bb..59da6b5d43f 100644
31 --- a/profiles/updates/3Q-2021
32 +++ b/profiles/updates/3Q-2021
33 @@ -8,3 +8,4 @@ move dev-python/python-backoff dev-python/backoff
34 move dev-python/python-musicbrainz-ngs dev-python/python-musicbrainzngs
35 move dev-python/python-podman dev-python/podman-py
36 move dev-python/u-msgpack dev-python/u-msgpack-python
37 +move sci-physics/geant-vmc sci-physics/geant4_vmc
38
39 diff --git a/sci-physics/geant-vmc/Manifest b/sci-physics/geant-vmc/Manifest
40 deleted file mode 100644
41 index f28791df07e..00000000000
42 --- a/sci-physics/geant-vmc/Manifest
43 +++ /dev/null
44 @@ -1 +0,0 @@
45 -DIST geant-vmc-4.5.3.tar.gz 7411643 BLAKE2B 31a486aa32f879093753aab09798eabf1a936f0aa246bb97c7f055eefb789c9c5a5097c14ce47b05a99f3cc2b46bea6edeba2af80ee362bb8fee039ee711eddc SHA512 918ce3ca4a4fb329f00000fce00dae3d4a4c9f348553f31bf474f727c1e67242b5ff28fe7dc5d3ab12d1174663b1dd96b654b5baf7edfa662ab3f66687792e94
46
47 diff --git a/sci-physics/geant4_vmc/Manifest b/sci-physics/geant4_vmc/Manifest
48 new file mode 100644
49 index 00000000000..ddfb4b445a2
50 --- /dev/null
51 +++ b/sci-physics/geant4_vmc/Manifest
52 @@ -0,0 +1 @@
53 +DIST geant4_vmc-5.3.tar.gz 7411643 BLAKE2B 31a486aa32f879093753aab09798eabf1a936f0aa246bb97c7f055eefb789c9c5a5097c14ce47b05a99f3cc2b46bea6edeba2af80ee362bb8fee039ee711eddc SHA512 918ce3ca4a4fb329f00000fce00dae3d4a4c9f348553f31bf474f727c1e67242b5ff28fe7dc5d3ab12d1174663b1dd96b654b5baf7edfa662ab3f66687792e94
54
55 diff --git a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild b/sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
56 similarity index 87%
57 rename from sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
58 rename to sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
59 index cafdbf75e09..503e3d2f17a 100644
60 --- a/sci-physics/geant-vmc/geant-vmc-4.5.3-r1.ebuild
61 +++ b/sci-physics/geant4_vmc/geant4_vmc-5.3-r1.ebuild
62 @@ -7,11 +7,11 @@ inherit cmake
63
64 if [[ ${PV} == *9999* ]]; then
65 inherit git-r3
66 - EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git"
67 + EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git"
68 else
69 - MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
70 - SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
71 - S="${WORKDIR}/geant4_vmc-${MY_PV}"
72 + MY_PV=$(ver_rs 1- -)
73 + SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
74 + S="${WORKDIR}/${PN}-${MY_PV}"
75 KEYWORDS="~amd64 ~x86"
76 fi
77
78
79 diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild
80 similarity index 87%
81 rename from sci-physics/geant-vmc/geant-vmc-9999.ebuild
82 rename to sci-physics/geant4_vmc/geant4_vmc-9999.ebuild
83 index b22fc0afcbf..e5a8d12edb2 100644
84 --- a/sci-physics/geant-vmc/geant-vmc-9999.ebuild
85 +++ b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild
86 @@ -7,11 +7,11 @@ inherit cmake
87
88 if [[ ${PV} == *9999* ]]; then
89 inherit git-r3
90 - EGIT_REPO_URI="https://github.com/vmc-project/geant4_vmc.git"
91 + EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git"
92 else
93 - MY_PV=$(ver_rs 1-2 - $(ver_cut 2-))
94 - SRC_URI="https://github.com/vmc-project/geant4_vmc/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
95 - S="${WORKDIR}/geant4_vmc-${MY_PV}"
96 + MY_PV=$(ver_rs 1- -)
97 + SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
98 + S="${WORKDIR}/${PN}-${MY_PV}"
99 KEYWORDS="~amd64 ~x86"
100 fi
101
102
103 diff --git a/sci-physics/geant-vmc/metadata.xml b/sci-physics/geant4_vmc/metadata.xml
104 similarity index 100%
105 rename from sci-physics/geant-vmc/metadata.xml
106 rename to sci-physics/geant4_vmc/metadata.xml
107
108 diff --git a/sci-physics/vgm/vgm-4.8-r1.ebuild b/sci-physics/vgm/vgm-4.8-r1.ebuild
109 index 2719bc7a350..0b5ee6471a3 100644
110 --- a/sci-physics/vgm/vgm-4.8-r1.ebuild
111 +++ b/sci-physics/vgm/vgm-4.8-r1.ebuild
112 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
113 doc? ( app-doc/doxygen[dot] )
114 test? (
115 sci-physics/geant[gdml]
116 - sci-physics/geant-vmc[g4root]
117 + sci-physics/geant4_vmc[g4root]
118 )"
119 RESTRICT="
120 !geant4? ( test )
121
122 diff --git a/sci-physics/vgm/vgm-4.9-r1.ebuild b/sci-physics/vgm/vgm-4.9-r1.ebuild
123 index b7b9482e355..b9d0ad2bcca 100644
124 --- a/sci-physics/vgm/vgm-4.9-r1.ebuild
125 +++ b/sci-physics/vgm/vgm-4.9-r1.ebuild
126 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
127 doc? ( app-doc/doxygen[dot] )
128 test? (
129 sci-physics/geant[gdml]
130 - sci-physics/geant-vmc[g4root]
131 + sci-physics/geant4_vmc[g4root]
132 )"
133 RESTRICT="
134 !geant4? ( test )
135
136 diff --git a/sci-physics/vgm/vgm-9999.ebuild b/sci-physics/vgm/vgm-9999.ebuild
137 index bd7c83ff458..a2b21203209 100644
138 --- a/sci-physics/vgm/vgm-9999.ebuild
139 +++ b/sci-physics/vgm/vgm-9999.ebuild
140 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
141 doc? ( app-doc/doxygen[dot] )
142 test? (
143 sci-physics/geant[gdml]
144 - sci-physics/geant-vmc[g4root]
145 + sci-physics/geant4_vmc[g4root]
146 )"
147 RESTRICT="
148 !geant4? ( test )