From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-roguelike/cataclysm-dda/
Date: Thu, 26 Dec 2024 15:36:03 +0000 (UTC) [thread overview]
Message-ID: <1735068198.6a5369addbb5c8f786795e4da5ddd826f7aae1ba.julien@gentoo> (raw)
commit: 6a5369addbb5c8f786795e4da5ddd826f7aae1ba
Author: strategictraveler <strategictraveler <AT> proton <DOT> me>
AuthorDate: Tue Dec 24 19:23:18 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Dec 24 19:23:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a5369ad
games-roguelike/cataclysm-dda: Pass PCH=0 to make install
Avoid unnecessary recompilation in src_install.
Signed-off-by: strategictraveler <strategictraveler <AT> proton.me>
games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild | 5 ++---
games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
index aa956edaa..329892c97 100644
--- a/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
+++ b/games-roguelike/cataclysm-dda/cataclysm-dda-0h.ebuild
@@ -107,9 +107,9 @@ src_prepare() {
src_compile() {
myemakeargs=(
- ASTYLE=0
BACKTRACE=$(usex debug 1 0)
CXX="$(tc-getCXX)"
+ DESTDIR="${D}"
LINTJSON=0
PCH=0
PREFIX="${EPREFIX}/usr"
@@ -143,8 +143,7 @@ src_install() {
emake \
"TILES=$(usex tiles 1 0)" \
"SOUND=$(usex sound 1 0)" \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
+ "${myemakeargs[@]}" \
install
[[ -e "${WORKDIR}/cataclysm-${SLOT}" ]] && dobin "${WORKDIR}/cataclysm-${SLOT}"
diff --git a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
index fa04fdaf0..258c57605 100644
--- a/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
+++ b/games-roguelike/cataclysm-dda/cataclysm-dda-9999.ebuild
@@ -103,6 +103,7 @@ src_compile() {
myemakeargs=(
BACKTRACE=$(usex debug 1 0)
CXX="$(tc-getCXX)"
+ DESTDIR="${D}"
LINTJSON=0
PCH=0
PREFIX="${EPREFIX}/usr"
@@ -136,8 +137,7 @@ src_install() {
emake \
"TILES=$(usex tiles 1 0)" \
"SOUND=$(usex sound 1 0)" \
- DESTDIR="${D}" \
- PREFIX="${EPREFIX}/usr" \
+ "${myemakeargs[@]}" \
install
[[ -e "${WORKDIR}/cataclysm-${SLOT}" ]] && dobin "${WORKDIR}/cataclysm-${SLOT}"
next reply other threads:[~2024-12-26 15:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-26 15:36 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:38 [gentoo-commits] repo/proj/guru:master commit in: games-roguelike/cataclysm-dda/ David Roman
2025-01-17 9:41 David Roman
2025-01-14 13:21 Julien Roy
2025-01-03 19:42 Julien Roy
2024-12-24 11:55 David Roman
2024-12-23 3:28 Rui Huang
2024-12-14 11:46 David Roman
2024-12-12 13:06 David Roman
2024-12-12 13:06 David Roman
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=1735068198.6a5369addbb5c8f786795e4da5ddd826f7aae1ba.julien@gentoo \
--to=julien@jroy.ca \
--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