public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Guilherme Amadio" <amadio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant-data/
Date: Mon, 27 Apr 2020 09:05:29 +0000 (UTC)	[thread overview]
Message-ID: <1587978303.c4d3a404c8ca9714594fdd7ec3b497783be3bdd4.amadio@gentoo> (raw)

commit:     c4d3a404c8ca9714594fdd7ec3b497783be3bdd4
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 08:28:30 2020 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 09:05:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d3a404

sci-physics/geant-data: fix env for particle high precision data

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 <AT> gentoo.org>

 .../{geant-data-4.10.6.ebuild => geant-data-4.10.6-r1.ebuild}           | 2 +-
 ...geant-data-4.10.6_beta1.ebuild => geant-data-4.10.6_beta1-r1.ebuild} | 2 +-
 .../{geant-data-4.10.6_p1.ebuild => geant-data-4.10.6_p1-r1.ebuild}     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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
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 7c0919671e1..a0ca85d96b1 100644
--- a/sci-physics/geant-data/geant-data-4.10.6.ebuild
+++ b/sci-physics/geant-data/geant-data-4.10.6-r1.ebuild
@@ -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

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
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 bfb0044595e..3170b228d6c 100644
--- 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
@@ -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

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
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 8dae65a6671..90910f4c9e5 100644
--- 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
@@ -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


             reply	other threads:[~2020-04-27  9:05 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27  9:05 Guilherme Amadio [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-02 13:32 [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant-data/ Guilherme Amadio
2024-12-06 15:06 Guilherme Amadio
2024-03-10 20:04 Guilherme Amadio
2024-03-10 20:04 Guilherme Amadio
2023-12-13 12:40 Guilherme Amadio
2023-10-31 11:46 Guilherme Amadio
2023-06-09 15:06 Arthur Zamarin
2023-05-24  6:50 Guilherme Amadio
2023-05-24  6:50 Guilherme Amadio
2022-12-15 15:40 Guilherme Amadio
2022-05-31  6:53 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-12-14 15:12 Guilherme Amadio
2021-06-28 10:46 Guilherme Amadio
2021-06-14  9:27 Guilherme Amadio
2021-06-14  9:27 Guilherme Amadio
2021-03-04 11:03 Guilherme Amadio
2021-03-04 10:53 Guilherme Amadio
2021-01-20 10:16 David Seifert
2020-12-05 14:58 Guilherme Amadio
2020-11-19 15:36 Guilherme Amadio
2020-11-18 15:50 Guilherme Amadio
2020-11-18 15:50 Guilherme Amadio
2020-11-18 15:50 Guilherme Amadio
2020-06-04  6:33 Matt Turner
2020-03-16 16:59 Guilherme Amadio
2020-03-16 16:59 Guilherme Amadio
2020-03-16 16:59 Guilherme Amadio
2019-07-05 14:58 Ulrich Müller
2019-06-30 10:47 Benda XU
2019-06-30  3:56 Benda XU
2018-01-19 18:40 Andreas Sturmlechner
2017-11-25 17:42 David Seifert
2017-02-06 22:47 David Seifert
2016-01-12 19:06 Guilherme Amadio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587978303.c4d3a404c8ca9714594fdd7ec3b497783be3bdd4.amadio@gentoo \
    --to=amadio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox