From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DB52138350 for ; Mon, 27 Apr 2020 09:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97439E0976; Mon, 27 Apr 2020 09:05:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60E46E0976 for ; Mon, 27 Apr 2020 09:05:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D9DC34F43C for ; Mon, 27 Apr 2020 09:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE181F4 for ; Mon, 27 Apr 2020 09:05:29 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1587978303.c4d3a404c8ca9714594fdd7ec3b497783be3bdd4.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/geant-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/geant-data/geant-data-4.10.6-r1.ebuild sci-physics/geant-data/geant-data-4.10.6.ebuild sci-physics/geant-data/geant-data-4.10.6_beta1-r1.ebuild sci-physics/geant-data/geant-data-4.10.6_beta1.ebuild sci-physics/geant-data/geant-data-4.10.6_p1-r1.ebuild sci-physics/geant-data/geant-data-4.10.6_p1.ebuild X-VCS-Directories: sci-physics/geant-data/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c4d3a404c8ca9714594fdd7ec3b497783be3bdd4 X-VCS-Branch: master Date: Mon, 27 Apr 2020 09:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f5bc67e-54d0-449a-8c1b-b216692512f3 X-Archives-Hash: b2539dea6494368936a27a3e2b8d11d6 commit: c4d3a404c8ca9714594fdd7ec3b497783be3bdd4 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Apr 27 08:28:30 2020 +0000 Commit: Guilherme Amadio gentoo 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 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