From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B2691582EF for ; Sat, 08 Mar 2025 07:43:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 526B9340C53 for ; Sat, 08 Mar 2025 07:43:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 50F3D11027C; Sat, 08 Mar 2025 07:43:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 44A3111027C for ; Sat, 08 Mar 2025 07:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C6134164C for ; Sat, 08 Mar 2025 07:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619D32893 for ; Sat, 08 Mar 2025 07:43:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1741419775.6b15a9884b67446433dc43d989e494ab618e49bc.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common/emacs-common-9999.ebuild X-VCS-Directories: app-emacs/emacs-common/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6b15a9884b67446433dc43d989e494ab618e49bc X-VCS-Branch: master Date: Sat, 08 Mar 2025 07:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7565d61-1062-4546-a5b8-2f1487ee57df X-Archives-Hash: f74f406a124ee2430bf131c6d8035550 commit: 6b15a9884b67446433dc43d989e494ab618e49bc Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 8 07:42:55 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 8 07:42:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=6b15a988 app-emacs/emacs-common: Silence pushd and popd Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common/emacs-common-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/emacs-common/emacs-common-9999.ebuild b/app-emacs/emacs-common/emacs-common-9999.ebuild index fbe59bc..85e78f0 100644 --- a/app-emacs/emacs-common/emacs-common-9999.ebuild +++ b/app-emacs/emacs-common/emacs-common-9999.ebuild @@ -46,7 +46,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 @@ -56,7 +56,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