commit:     150d5e6b4a530fd9d4664959d8fe92a92668929a
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 19:01:51 2024 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:03:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150d5e6b

sci-physics/geant-data: stabilize 4.11.2.0 for amd64, x86

Reordered variables as reported by pkgcheck.

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-physics/geant-data/geant-data-4.11.2.0.ebuild | 15 ++++++++-------
 1 file 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

Reply via email to