diff options
-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 |