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-data/
Date: Mon, 27 Apr 2020 09:05:34
Message-Id: 1587978303.c4d3a404c8ca9714594fdd7ec3b497783be3bdd4.amadio@gentoo
1 commit: c4d3a404c8ca9714594fdd7ec3b497783be3bdd4
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 08:28:30 2020 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 09:05:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d3a404
7
8 sci-physics/geant-data: fix env for particle high precision data
9
10 As mentioned in [1], the variable G4PARTICLEHPDATA has been introduced
11 in Geant4 10.3 to be used as default base name for all particle data
12 modules. It substitutes G4PROTONHPDATA, G4NEUTRONHPDATA, etc. These
13 datasets are optional and have been included in Gentoo since Geant4 10.6
14 beta, but were using the old variable name.
15
16 1. https://cern.ch/geant4-data/ReleaseNotes/ReleaseNotes4.10.3.html#had-notes
17
18 Package-Manager: Portage-2.3.99, Repoman-2.3.22
19 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
20
21 .../{geant-data-4.10.6.ebuild => geant-data-4.10.6-r1.ebuild} | 2 +-
22 ...geant-data-4.10.6_beta1.ebuild => geant-data-4.10.6_beta1-r1.ebuild} | 2 +-
23 .../{geant-data-4.10.6_p1.ebuild => geant-data-4.10.6_p1-r1.ebuild} | 2 +-
24 3 files changed, 3 insertions(+), 3 deletions(-)
25
26 diff --git a/sci-physics/geant-data/geant-data-4.10.6.ebuild b/sci-physics/geant-data/geant-data-4.10.6-r1.ebuild
27 similarity index 97%
28 rename from sci-physics/geant-data/geant-data-4.10.6.ebuild
29 rename to sci-physics/geant-data/geant-data-4.10.6-r1.ebuild
30 index 7c0919671e1..a0ca85d96b1 100644
31 --- a/sci-physics/geant-data/geant-data-4.10.6.ebuild
32 +++ b/sci-physics/geant-data/geant-data-4.10.6-r1.ebuild
33 @@ -21,7 +21,7 @@ DATASETS=(
34 [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
35 [G4INCL]="G4INCL 1.0 G4INCLDATA"
36 [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
37 - [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
38 + [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
39 )
40
41 for DATASET in ${!DATASETS[@]}; do
42
43 diff --git a/sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild b/sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild
44 similarity index 97%
45 rename from sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild
46 rename to sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild
47 index bfb0044595e..3170b228d6c 100644
48 --- a/sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild
49 +++ b/sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild
50 @@ -21,7 +21,7 @@ DATASETS=(
51 [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
52 [G4INCL]="G4INCL 1.0 G4INCLDATA"
53 [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
54 - [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
55 + [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
56 )
57
58 for DATASET in ${!DATASETS[@]}; do
59
60 diff --git a/sci-physics/geant-data/geant-data-4.10.6_p1.ebuild b/sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild
61 similarity index 97%
62 rename from sci-physics/geant-data/geant-data-4.10.6_p1.ebuild
63 rename to sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild
64 index 8dae65a6671..90910f4c9e5 100644
65 --- a/sci-physics/geant-data/geant-data-4.10.6_p1.ebuild
66 +++ b/sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild
67 @@ -21,7 +21,7 @@ DATASETS=(
68 [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
69 [G4INCL]="G4INCL 1.0 G4INCLDATA"
70 [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
71 - [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
72 + [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
73 )
74
75 for DATASET in ${!DATASETS[@]}; do