diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 20:01:51 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-03-10 21:03:53 +0100 |
commit | 150d5e6b4a530fd9d4664959d8fe92a92668929a (patch) | |
tree | f660562d7238915ce0bdf5ce562e023b2976992d | |
parent | dev-util/pahole: Stabilize 1.26 ppc, #916522 (diff) | |
download | gentoo-150d5e6b4a530fd9d4664959d8fe92a92668929a.tar.gz gentoo-150d5e6b4a530fd9d4664959d8fe92a92668929a.tar.bz2 gentoo-150d5e6b4a530fd9d4664959d8fe92a92668929a.zip |
sci-physics/geant-data: stabilize 4.11.2.0 for amd64, x86
Reordered variables as reported by pkgcheck.
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
-rw-r--r-- | sci-physics/geant-data/geant-data-4.11.2.0.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sci-physics/geant-data/geant-data-4.11.2.0.ebuild b/sci-physics/geant-data/geant-data-4.11.2.0.ebuild index f17fe6b89fc1..19b5654d925e 100644 --- a/sci-physics/geant-data/geant-data-4.11.2.0.ebuild +++ b/sci-physics/geant-data/geant-data-4.11.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,6 +7,13 @@ DESCRIPTION="Data files for Geant4 physical processes" HOMEPAGE="https://geant4.web.cern.ch" SRC_DATA="https://geant4-data.web.cern.ch/geant4-data/datasets" +S="${WORKDIR}" + +LICENSE="geant4" + +SLOT="4" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" + declare -A DATASETS DATASETS=( @@ -30,12 +37,6 @@ for DATASET in ${!DATASETS[@]}; do done unset DATASET FILENAME VERSION ENVVAR -LICENSE="geant4" -SLOT="4" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}" - src_unpack() { # unpack in destination only to avoid copy return |