sci-physics/geant-data: fix env for particle high precision data
authorGuilherme Amadio <amadio@gentoo.org>
Mon, 27 Apr 2020 08:28:30 +0000 (10:28 +0200)
committerGuilherme Amadio <amadio@gentoo.org>
Mon, 27 Apr 2020 09:05:03 +0000 (11:05 +0200)
As mentioned in [1], the variable G4PARTICLEHPDATA has been introduced
in Geant4 10.3 to be used as default base name for all particle data
modules. It substitutes G4PROTONHPDATA, G4NEUTRONHPDATA, etc. These
datasets are optional and have been included in Gentoo since Geant4 10.6
beta, but were using the old variable name.

1. https://cern.ch/geant4-data/ReleaseNotes/ReleaseNotes4.10.3.html#had-notes

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
sci-physics/geant-data/geant-data-4.10.6-r1.ebuild [moved from sci-physics/geant-data/geant-data-4.10.6.ebuild with 97% similarity]
sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild [moved from sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild with 97% similarity]
sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild [moved from sci-physics/geant-data/geant-data-4.10.6_p1.ebuild with 97% similarity]

similarity index 97%
rename from sci-physics/geant-data/geant-data-4.10.6.ebuild
rename to sci-physics/geant-data/geant-data-4.10.6-r1.ebuild
index 7c0919671e174973f7b290a9a82ab7ac86387121..a0ca85d96b1c5a57648170725475cc2f93246919 100644 (file)
@@ -21,7 +21,7 @@ DATASETS=(
        [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
        [G4INCL]="G4INCL 1.0 G4INCLDATA"
        [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
-       [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
+       [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
 )
 
 for DATASET in ${!DATASETS[@]}; do
similarity index 97%
rename from sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild
rename to sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild
index bfb0044595e73c83ccafcb1ae4261bd760f591af..3170b228d6caf55573e0f006b1e1e13a48720e63 100644 (file)
@@ -21,7 +21,7 @@ DATASETS=(
        [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
        [G4INCL]="G4INCL 1.0 G4INCLDATA"
        [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
-       [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
+       [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
 )
 
 for DATASET in ${!DATASETS[@]}; do
similarity index 97%
rename from sci-physics/geant-data/geant-data-4.10.6_p1.ebuild
rename to sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild
index 8dae65a66711d7a47c0243cb9def6a77abbfd037..90910f4c9e59fe908c2f9eecbb6a782e95ace4bb 100644 (file)
@@ -21,7 +21,7 @@ DATASETS=(
        [G4ABLA]="G4ABLA 3.1 G4ABLADATA"
        [G4INCL]="G4INCL 1.0 G4INCLDATA"
        [G4ENSDFSTATE]="G4ENSDFSTATE 2.2 G4ENSDFSTATEDATA"
-       [G4TENDL]="G4TENDL 1.3.2 G4PROTONHPDATA"
+       [G4TENDL]="G4TENDL 1.3.2 G4PARTICLEHPDATA"
 )
 
 for DATASET in ${!DATASETS[@]}; do