From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOPus-0007Lf-RH for guix-patches@gnu.org; Thu, 31 May 2018 11:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOPuo-0005Ek-03 for guix-patches@gnu.org; Thu, 31 May 2018 11:55:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOPun-0005EW-RV for guix-patches@gnu.org; Thu, 31 May 2018 11:55:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOPun-0001yc-Kw for guix-patches@gnu.org; Thu, 31 May 2018 11:55:01 -0400 Subject: [bug#31509] [PATCH 03/21] gnu: emacs-evil-ediff: New variable. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180518184910.9987-1-ambrevar@gmail.com> <20180518184910.9987-11-ambrevar@gmail.com> Date: Thu, 31 May 2018 17:53:44 +0200 In-Reply-To: <20180518184910.9987-11-ambrevar@gmail.com> (Pierre Neidhardt's message of "Fri, 18 May 2018 20:49:00 +0200") Message-ID: <87in73n7nb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 31509@debbugs.gnu.org Pierre Neidhardt skribis: > * gnu/packages/emacs.scm (emacs-evil-ediff): New variable. Actually we=E2=80=99re not done. :-/ > + (uri (string-append > + "https://melpa.org/packages/evil-ediff-" > + version > + ".el")) We cannot use melpa.org URLs because they are highly volatile. For instance, the URL for evil-magit.el in the patch that you sent is already 404. That=E2=80=99s why we instead refer to upstream URLs (on GitHub or other ho= sting sites.) Could you resent this series with such URLs? I understand it=E2=80=99s cumbersome but it=E2=80=99s really important if we want to be able to build these things even just a couple of weeks from now. (Please send each updated patch to the right NNN@debbugs.gnu.org address.) Thanks in advance, Ludo=E2=80=99.