From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common/
Date: Sat, 08 Mar 2025 07:47:49 +0000 (UTC) [thread overview]
Message-ID: <1741420051.65a2b6e29471e9048c6e805182698dbd115f5f6a.ulm@gentoo> (raw)
commit: 65a2b6e29471e9048c6e805182698dbd115f5f6a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 07:47:07 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 07:47:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a2b6e2
app-emacs/emacs-common: Silence pushd and popd
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/emacs-common/emacs-common-1.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/emacs-common/emacs-common-1.10.ebuild b/app-emacs/emacs-common/emacs-common-1.10.ebuild
index 30d2f5838e2e..e943b4f025c9 100644
--- a/app-emacs/emacs-common/emacs-common-1.10.ebuild
+++ b/app-emacs/emacs-common/emacs-common-1.10.ebuild
@@ -39,7 +39,7 @@ src_install() {
local i
domenu emacs.desktop emacsclient.desktop
- pushd icons || die
+ pushd icons >/dev/null || die
newicon sink.png emacs-sink.png
newicon emacs25_48.png emacs.png
for i in 16 24 32 48 128; do
@@ -49,7 +49,7 @@ src_install() {
done
doicon -s scalable emacs23.svg
newicon -s scalable emacs25.svg emacs.svg
- popd
+ popd >/dev/null || die
if use gsettings; then
insinto /usr/share/glib-2.0/schemas
next reply other threads:[~2025-03-08 7:47 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 7:47 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-12 10:43 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common/ Ulrich Müller
2025-04-12 10:43 Ulrich Müller
2025-04-12 9:30 Arthur Zamarin
2025-03-22 16:25 Ulrich Müller
2025-03-10 11:55 Ulrich Müller
2025-01-10 4:12 WANG Xuerui
2024-12-14 17:46 Ulrich Müller
2024-12-14 17:46 Ulrich Müller
2024-05-06 17:28 Ulrich Müller
2024-05-05 12:44 Ulrich Müller
2024-05-05 12:44 Ulrich Müller
2023-09-19 9:26 Sam James
2023-09-19 8:28 Sam James
2023-09-19 8:15 Sam James
2023-09-19 8:02 Sam James
2023-09-19 7:43 Sam James
2023-08-29 23:34 Sam James
2023-08-29 20:18 Sam James
2023-08-29 20:18 Sam James
2023-08-29 19:23 Ulrich Müller
2023-07-27 15:40 Ulrich Müller
2023-07-24 16:16 Ulrich Müller
2023-07-24 16:10 Ulrich Müller
2022-05-24 11:10 Ulrich Müller
2022-04-20 21:30 Sam James
2022-01-01 10:51 James Le Cuirot
2021-09-23 1:07 Matt Turner
2021-04-02 9:01 Ulrich Müller
2021-04-01 22:30 Sam James
2021-03-22 8:35 Ulrich Müller
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=1741420051.65a2b6e29471e9048c6e805182698dbd115f5f6a.ulm@gentoo \
--to=ulm@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