From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/
Date: Thu, 23 Jan 2025 22:43:29 +0000 (UTC) [thread overview]
Message-ID: <1737672116.45ed1b56f11195e805318bff82e7b249bc94a7cc.sam@gentoo> (raw)
commit: 45ed1b56f11195e805318bff82e7b249bc94a7cc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 22:41:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 22:41:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ed1b56
games-misc/opengfx: make logs verbose
Make logs verbose and reuse the same argument array for each phase.
Bug: https://bugs.gentoo.org/928269
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/opengfx/opengfx-7.1.ebuild | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild
index e4437660902f..1f9cce274688 100644
--- a/games-misc/opengfx/opengfx-7.1.ebuild
+++ b/games-misc/opengfx/opengfx-7.1.ebuild
@@ -29,31 +29,28 @@ PATCHES=(
)
src_compile() {
- local myemakeargs=(
+ myemakeargs=(
GIMP=""
PYTHON="${EPYTHON}"
+
+ # Make logs verbose
+ _V=
+ _E=echo
)
emake "${myemakeargs[@]}" all
}
src_test() {
- local myemakeargs=(
- GIMP=""
- PYTHON="${EPYTHON}"
- )
-
emake "${myemakeargs[@]}" check
}
src_install() {
- local myemakeargs=(
+ myemakeargs+=(
DO_NOT_INSTALL_README="true"
DO_NOT_INSTALL_LICENSE="true"
DO_NOT_INSTALL_CHANGELOG="true"
- GIMP=""
INSTALL_DIR="${ED}/usr/share/openttd/baseset/"
- PYTHON="${EPYTHON}"
)
emake "${myemakeargs[@]}" install
next reply other threads:[~2025-01-23 22:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 22:43 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 3:30 [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ Sam James
2025-01-21 23:00 James Le Cuirot
2024-04-27 7:46 Matthew Smith
2023-05-01 17:55 Sam James
2021-12-28 17:10 Ionen Wolkens
2021-10-24 8:30 Sam James
2021-10-24 5:40 Sam James
2021-06-28 22:13 James Le Cuirot
2021-06-28 22:13 James Le Cuirot
2021-03-13 0:36 Conrad Kostecki
2021-03-12 23:59 Conrad Kostecki
2020-11-26 21:16 Conrad Kostecki
2016-12-26 17:04 Lars Wendler
2015-12-03 13:28 Agostino Sarubbo
2015-11-23 8:50 Agostino Sarubbo
2015-10-02 16:41 Michael Sterrett
2015-09-20 9:30 Agostino Sarubbo
2015-09-19 16:03 Agostino Sarubbo
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=1737672116.45ed1b56f11195e805318bff82e7b249bc94a7cc.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