From unknown Fri Jun 20 05:34:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#48660 <48660@debbugs.gnu.org> To: bug#48660 <48660@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL. Reply-To: bug#48660 <48660@debbugs.gnu.org> Date: Fri, 20 Jun 2025 12:34:48 +0000 retitle 48660 [PATCH] gnu: emacs-shell-command+: Use Git repo instead of EL= PA URL. reassign 48660 guix-patches submitter 48660 Xinglu Chen severity 48660 normal tag 48660 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 25 17:48:21 2021 Received: (at submit) by debbugs.gnu.org; 25 May 2021 21:48:21 +0000 Received: from localhost ([127.0.0.1]:47209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lleuT-0003hl-8F for submit@debbugs.gnu.org; Tue, 25 May 2021 17:48:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:48664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lleuQ-0003hc-N8 for submit@debbugs.gnu.org; Tue, 25 May 2021 17:48:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lleuQ-00010p-FA for guix-patches@gnu.org; Tue, 25 May 2021 17:48:18 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54042 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lleuN-0003m8-VN for guix-patches@gnu.org; Tue, 25 May 2021 17:48:18 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1621979290; bh=/p+EagQ92kFvNKMFBoy5JVD6zo1Bw3T1JagUpla9QQc=; h=From:To:Subject:Date; b=SHDThLp1OLFKXH/cdng0UKKG9szg5d7T04Uu2sFhNqr2ZL+WcO1Zy/zAlOZbeaDV/ zLIpjH7UClzIDqC9HwujABwI6XYbtUFKKD1w3Dc7n3CC7pBfLECB6P0SMfVv2Ofj2/ agI+Wh2WxwkqwqrPeRUtPHXuRuoEzOlHs4/xI0YA= To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL. Message-Id: Date: Tue, 25 May 2021 23:48:09 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 33 X-Spam_score: 3.3 X-Spam_bar: +++ X-Spam_report: (3.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=1.896, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.1 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of the unstable ELPA URL. --- Use the Git repo until the ELPA reproducibility issue[1] has been fixed. [1]: https://issues.guix.gnu.org/46849 Content analysis details: (3.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 1.9 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of the unstable ELPA URL. --- Use the Git repo until the ELPA reproducibility issue[1] has been fixed. [1]: https://issues.guix.gnu.org/46849 gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 886320cc34..a7c8799bf5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27353,11 +27353,12 @@ Features: (name "emacs-shell-command+") (version "2.2.0") (source (origin - (method url-fetch) - (uri (string-append "https://elpa.gnu.org/packages/" - "shell-command+-" version ".tar")) + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~zge/bang") + (commit version))) (sha256 - (base32 "1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476")))) + (base32 "1micvz6smhjma7qbka8h3w0crb3sgrxf9lz2548iqfgww50gb0lj")))) (build-system emacs-build-system) (home-page "http://elpa.gnu.org/packages/shell-command+.html") (synopsis "Extended Emacs @code{shell-command}") base-commit: 0ffac75ece4f22a8595e19b8a375791e87d365aa -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Wed May 26 08:53:04 2021 Received: (at 48660-done) by debbugs.gnu.org; 26 May 2021 12:53:04 +0000 Received: from localhost ([127.0.0.1]:47881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llt20-0003Kq-Ac for submit@debbugs.gnu.org; Wed, 26 May 2021 08:53:04 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:44569) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1llt1y-0003Jt-NE for 48660-done@debbugs.gnu.org; Wed, 26 May 2021 08:53:03 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id CF95CC0002; Wed, 26 May 2021 12:52:56 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#48660] [PATCH] gnu: emacs-shell-command+: Use Git repo instead of ELPA URL. References: Date: Wed, 26 May 2021 14:52:56 +0200 In-Reply-To: (Xinglu Chen's message of "Tue, 25 May 2021 23:48:09 +0200") Message-ID: <87zgwhhd1z.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of > the unstable ELPA URL. > --- > Use the Git repo until the ELPA reproducibility issue[1] has been fixed. > > [1]: https [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 48660-done Cc: 48660-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hello, Xinglu Chen writes: > * emacs-xyz.scm (emacs-shell-command+)[source]: Use Git repository instead of > the unstable ELPA URL. > --- > Use the Git repo until the ELPA reproducibility issue[1] has been fixed. > > [1]: https://issues.guix.gnu.org/46849 Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Jun 20 05:34:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Jun 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator