From: "Ada Ahmed" <yretenai@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/chatterino/
Date: Wed, 31 Jul 2024 19:55:17 +0000 (UTC) [thread overview]
Message-ID: <1722455689.68df383f21c808908cd45239af62510a4eee41bb.yretenai@gentoo> (raw)
commit: 68df383f21c808908cd45239af62510a4eee41bb
Author: Ada Ahmed <yretenai <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 19:54:21 2024 +0000
Commit: Ada Ahmed <yretenai <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 19:54:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68df383f
net-im/chatterino: ebuild syntax fixup
Signed-off-by: Ada Ahmed <yretenai <AT> gmail.com>
net-im/chatterino/chatterino-2.5.1.ebuild | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/net-im/chatterino/chatterino-2.5.1.ebuild b/net-im/chatterino/chatterino-2.5.1.ebuild
index 0ad49d100..e24baa42d 100644
--- a/net-im/chatterino/chatterino-2.5.1.ebuild
+++ b/net-im/chatterino/chatterino-2.5.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
https://github.com/arsenm/sanitizers-cmake/archive/3f0542e.tar.gz -> sanitizers-cmake-3f0542e.tar.gz
"
-S=${WORKDIR}/chatterino2-${PV}
+S="${WORKDIR}/chatterino2-${PV}"
LICENSE="MIT"
SLOT="0"
@@ -45,16 +45,13 @@ DEPEND="
BDEPEND="dev-qt/linguist-tools:5"
src_prepare() {
- rmdir --ignore-fail-on-non-empty ./lib/*/ ./cmake/*/ || die
- ln -sr ../libcommuni-* ./lib/libcommuni || die
- ln -sr ../magic_enum-* ./lib/magic_enum || die
- ln -sr ../miniaudio-* ./lib/miniaudio || die
- ln -sr ../rapidjson-* ./lib/rapidjson || die
- ln -sr ../serialize-* ./lib/serialize || die
- ln -sr ../settings-* ./lib/settings || die
- ln -sr ../signals-* ./lib/signals || die
- ln -sr ../websocketpp-* ./lib/websocketpp || die
- ln -sr ../sanitizers-cmake-* ./cmake/sanitizers-cmake || die
+ rmdir --ignore-fail-on-non-empty ./lib/*/ ./cmake/*/ || die "can't remove stubbed libdirs"
+
+ for libname in libcommuni magic_enum miniaudio rapidjson serialize settings signals websocketpp; do
+ ln -sr ../${libname}-* ./lib/${libname} || die "failed to create symlink for ${libname}"
+ done
+ ln -sr ../sanitizers-cmake-* ./cmake/sanitizers-cmake || die "failed to create symlink for sanitizers-cmake"
+
cmake_src_prepare
}
next reply other threads:[~2024-07-31 19:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 19:55 Ada Ahmed [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 14:58 [gentoo-commits] repo/proj/guru:dev commit in: net-im/chatterino/ Takuya Wakazono
2025-02-17 14:58 Takuya Wakazono
2024-07-31 22:34 Lucio Sauer
2024-07-31 22:34 Lucio Sauer
2024-07-30 16:15 Ada Ahmed
2024-01-08 9:15 Takuya Wakazono
2024-01-08 9:13 Takuya Wakazono
2023-11-22 4:08 Maria Keating
2022-05-10 18:09 Maria Keating
2022-05-07 1:21 Maria Keating
2022-05-04 9:39 Maria Keating
2022-04-27 17:44 Maria Keating
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=1722455689.68df383f21c808908cd45239af62510a4eee41bb.yretenai@gentoo \
--to=yretenai@gmail.com \
--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