public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/eccodes/
Date: Sat, 24 May 2025 22:01:41 +0000 (UTC)	[thread overview]
Message-ID: <1748124045.0c135c9ccbd598cc0cd1c04643d87cf9c8b8194e.sam@gentoo> (raw)

commit:     0c135c9ccbd598cc0cd1c04643d87cf9c8b8194e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 22:00:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 22:00:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c135c9c

sci-libs/eccodes: define phases in execution order

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/eccodes/eccodes-2.18.0.ebuild | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-libs/eccodes/eccodes-2.18.0.ebuild b/sci-libs/eccodes/eccodes-2.18.0.ebuild
index 912fdbc8b3be..c014e934926b 100644
--- a/sci-libs/eccodes/eccodes-2.18.0.ebuild
+++ b/sci-libs/eccodes/eccodes-2.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -75,6 +75,16 @@ src_configure() {
 	cmake_src_configure
 }
 
+src_test() {
+	if use extra-test; then
+		touch "${WORKDIR}"/data/.downloaded
+		cp -r "${WORKDIR}"/data/* "${BUILD_DIR}"/data/
+		cp "${DISTDIR}"/mercator.grib2 "${BUILD_DIR}"/data/
+	fi
+
+	cmake_src_test
+}
+
 src_install() {
 	cmake_src_install
 
@@ -85,13 +95,3 @@ src_install() {
 		use python && doins -r examples/python
 	fi
 }
-
-src_test() {
-	if use extra-test; then
-		touch "${WORKDIR}"/data/.downloaded
-		cp -r "${WORKDIR}"/data/* "${BUILD_DIR}"/data/
-		cp "${DISTDIR}"/mercator.grib2 "${BUILD_DIR}"/data/
-	fi
-
-	cmake_src_test
-}


             reply	other threads:[~2025-05-24 22:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-24 22:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-19 19:07 [gentoo-commits] repo/gentoo:master commit in: sci-libs/eccodes/ Eli Schwartz
2022-10-14 16:22 Arthur Zamarin
2021-01-20 22:47 Steve Arnold
2021-01-18 22:43 Steve Arnold
2020-09-14  3:20 Michał Górny
2020-03-09 23:07 Steve Arnold

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=1748124045.0c135c9ccbd598cc0cd1c04643d87cf9c8b8194e.sam@gentoo \
    --to=sam@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