From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:12:58 2020 Received: (at submit) by debbugs.gnu.org; 29 Aug 2020 01:12:58 +0000 Received: from localhost ([127.0.0.1]:47699 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpQQ-0008Vm-2X for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:12:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:42808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpQM-0008Vd-4J for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:12:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBpQL-0005Td-W2 for guix-patches@gnu.org; Fri, 28 Aug 2020 21:12:54 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:41996) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBpQJ-0000U8-Oz for guix-patches@gnu.org; Fri, 28 Aug 2020 21:12:53 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kBpQE-0002LF-EL; Sat, 29 Aug 2020 03:12:46 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kBpQC-0004WL-5h; Sat, 29 Aug 2020 03:12:45 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. Date: Sat, 29 Aug 2020 03:11:57 +0200 Message-Id: <20200829011157.3382-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1598663571;0331aa8c; X-HE-SMSGID: 1kBpQE-0002LF-EL Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/28 21:12:46 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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: -3.3 (---) * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): Update to 0.1-2.b589b742. [propagated-inputs]: removed emacs-seq. [license]: changed to gpl3+. --- emacs-seq seems to make lots of trouble in emacs27 (max-lisp-eval-depth). I think, we should remove that dep everywhere (it's provided by emacs) and mark it as deprecated or also remove it. gnu/packages/emacs-xyz.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0755926ffe..7a6eb2e878 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3486,8 +3486,8 @@ IRC bouncer with ERC.") (license license:expat))) (define-public emacs-erc-status-sidebar - (let ((commit "ea4189a1dbfe60117359c36e681ad7c389e2968c") - (revision "1")) + (let ((commit "b589b74245591257c9e666bd5cd25812e04b7a34") + (revision "2")) (package (name "emacs-erc-status-sidebar") (version (git-version "0.1" revision commit)) @@ -3499,9 +3499,8 @@ IRC bouncer with ERC.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3")))) + (base32 "08fvr5ba6gb3y52sypbdj236nxr5rl95zgz1b120scz6xal7mysy")))) (build-system emacs-build-system) - (propagated-inputs `(("emacs-seq" ,emacs-seq))) (home-page "https://github.com/drewbarbs/erc-status-sidebar") (synopsis "Hexchat-like activity overview for ERC channels") (description @@ -3509,7 +3508,7 @@ IRC bouncer with ERC.") ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the @code{erc-track} module, and displays all the same information @code{erc-track} does in the mode line, but in an alternative format.") - (license license:expat)))) + (license license:gpl3+)))) (define-public emacs-shut-up (package -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:45:45 2020 Received: (at 43096) by debbugs.gnu.org; 29 Aug 2020 01:45:45 +0000 Received: from localhost ([127.0.0.1]:47711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpw8-0000rG-Rd for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:45:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBpw5-0000r3-Sf for 43096@debbugs.gnu.org; Fri, 28 Aug 2020 21:45:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43899) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBpw0-0003cS-JO; Fri, 28 Aug 2020 21:45:36 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=52776 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBpvz-00018c-R7; Fri, 28 Aug 2020 21:45:36 -0400 From: Brett Gilio To: Michael Rohleder Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> Date: Fri, 28 Aug 2020 20:45:56 -0500 In-Reply-To: <20200829011157.3382-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 29 Aug 2020 03:11:57 +0200") Message-ID: <87h7sm6x7v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096 Cc: 43096@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: -3.3 (---) Michael Rohleder writes: > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): Update to 0.1-2.b589b742. > [propagated-inputs]: removed emacs-seq. > [license]: changed to gpl3+. > --- > emacs-seq seems to make lots of trouble in emacs27 (max-lisp-eval-depth). > I think, we should remove that dep everywhere (it's provided by emacs) and > mark it as deprecated or also remove it. > > gnu/packages/emacs-xyz.scm | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm > index 0755926ffe..7a6eb2e878 100644 > --- a/gnu/packages/emacs-xyz.scm > +++ b/gnu/packages/emacs-xyz.scm > @@ -3486,8 +3486,8 @@ IRC bouncer with ERC.") > (license license:expat))) > > (define-public emacs-erc-status-sidebar > - (let ((commit "ea4189a1dbfe60117359c36e681ad7c389e2968c") > - (revision "1")) > + (let ((commit "b589b74245591257c9e666bd5cd25812e04b7a34") > + (revision "2")) > (package > (name "emacs-erc-status-sidebar") > (version (git-version "0.1" revision commit)) > @@ -3499,9 +3499,8 @@ IRC bouncer with ERC.") > (commit commit))) > (file-name (git-file-name name version)) > (sha256 > - (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3")))) > + (base32 "08fvr5ba6gb3y52sypbdj236nxr5rl95zgz1b120scz6xal7mysy")))) > (build-system emacs-build-system) > - (propagated-inputs `(("emacs-seq" ,emacs-seq))) > (home-page "https://github.com/drewbarbs/erc-status-sidebar") > (synopsis "Hexchat-like activity overview for ERC channels") > (description > @@ -3509,7 +3508,7 @@ IRC bouncer with ERC.") > ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the > @code{erc-track} module, and displays all the same information > @code{erc-track} does in the mode line, but in an alternative format.") > - (license license:expat)))) > + (license license:gpl3+)))) > > (define-public emacs-shut-up > (package I might be mistaken, but I think the license change belongs in a separate patch. Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:50:59 2020 Received: (at 43096) by debbugs.gnu.org; 29 Aug 2020 01:50:59 +0000 Received: from localhost ([127.0.0.1]:47715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq1D-0000yi-Gj for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:50:59 -0400 Received: from tobias.gr ([80.241.217.52]:56774) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq1B-0000yX-4B for 43096@debbugs.gnu.org; Fri, 28 Aug 2020 21:50:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=P6aftrYwhTvVp+mf8aBjxqVTr/8UPyy3/h3yMdiVYdQ=; h=date:in-reply-to: references:subject:cc:to:from; b=gIhcnEPEQD1CmplzfKoJob+IOAYEBBRlc5hZA lhy7hCFeMh+jEN+j5+VjT1IUlvkTfFKHSzsAXnKGkOftdihYk1tilqwo3fc9pLXTd5ZcYj 0jq00Lg9PysFW5w6uJ1uvr5E9DHHjamhGmamla75vUUd0JNkOFOEvhQ7hHVUf0PE6FEf3P I/D1IiiOTWutMc3RvIIUisQaK+2E4WRcucWutDzUJ5hDB0KIKAmPAkltQAxISzyCIpfIWK yH/v21FQoTfC0nBNFgRCvLuEsr9XYBWqQGi/THNlKWM6Sql1PrTJLYr7XZgIWYIMq9stvk 9VupMSowfTsEvPopANmETmLIw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id be97198a (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Sat, 29 Aug 2020 01:51:24 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Brett Gilio Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87h7sm6x7v.fsf@gnu.org> In-reply-to: <87h7sm6x7v.fsf@gnu.org> Date: Sat, 29 Aug 2020 03:51:00 +0200 Message-ID: <87ft86kynv.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096 Cc: 43096@debbugs.gnu.org, Michael Rohleder 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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Brett Gilio =E5=86=99=E9=81=93=EF=BC=9A >> - (license license:expat)))) >> + (license license:gpl3+)))) >>=20=20 >> (define-public emacs-shut-up >> (package > > I might be mistaken, but I think the license change belongs in a > separate patch. Not if the licence actually changed between versions. If it's correcting a previously incorrect licence in Guix, then=20 indeed it does. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX0m0hAAKCRANsP+IT1Vt efwyAP0ThqE9zhBQcVeitnTs12OvdBBCqcAPAMSj+w9Muf2QOgEAhnfd/uPKc7in IupWfW4uesjnk2G+CW/HJr7avsZIrg4= =PyX1 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:57:58 2020 Received: (at 43096) by debbugs.gnu.org; 29 Aug 2020 01:57:58 +0000 Received: from localhost ([127.0.0.1]:47726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq7y-00018Y-B2 for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:57:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq7w-00018L-Dc for 43096@debbugs.gnu.org; Fri, 28 Aug 2020 21:57:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44202) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBq7q-0004ef-JG; Fri, 28 Aug 2020 21:57:50 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=52900 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBq7p-0002xT-1s; Fri, 28 Aug 2020 21:57:50 -0400 From: Brett Gilio To: Tobias Geerinckx-Rice Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87h7sm6x7v.fsf@gnu.org> <87ft86kynv.fsf@nckx> Date: Fri, 28 Aug 2020 20:58:08 -0500 In-Reply-To: <87ft86kynv.fsf@nckx> (Tobias Geerinckx-Rice's message of "Sat, 29 Aug 2020 03:51:00 +0200") Message-ID: <87y2ly5i33.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096 Cc: 43096@debbugs.gnu.org, Michael Rohleder 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: -3.3 (---) Tobias Geerinckx-Rice writes: > Brett Gilio =E5=86=99=E9=81=93=EF=BC=9A >>> - (license license:expat)))) >>> + (license license:gpl3+)))) >>> (define-public emacs-shut-up >>> (package >> >> I might be mistaken, but I think the license change belongs in a >> separate patch. > > Not if the licence actually changed between versions. > > If it's correcting a previously incorrect licence in Guix, then indeed > it does. > > Kind regards, > > T G-R It's kind of a weird case where it is both? The LICENSE file has always been GPL3, but the code header erroneously stated it as expat-style. https://github.com/drewbarbs/erc-status-sidebar/commit/b589b74245591257c9e6= 66bd5cd25812e04b7a34 I kind of lean on the side of a separate patch since the license never really changed, but was an error both upstream and on our end as well. Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 28 21:59:44 2020 Received: (at 43096) by debbugs.gnu.org; 29 Aug 2020 01:59:45 +0000 Received: from localhost ([127.0.0.1]:47730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq9g-0001B9-Nk for submit@debbugs.gnu.org; Fri, 28 Aug 2020 21:59:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBq9f-0001Aw-GL for 43096@debbugs.gnu.org; Fri, 28 Aug 2020 21:59:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44306) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBq9a-0004qc-6T; Fri, 28 Aug 2020 21:59:38 -0400 Received: from [2605:6000:1a0d:48fb::11d] (port=52918 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBq9Z-0006q0-98; Fri, 28 Aug 2020 21:59:37 -0400 From: Brett Gilio To: Tobias Geerinckx-Rice Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87h7sm6x7v.fsf@gnu.org> <87ft86kynv.fsf@nckx> <87y2ly5i33.fsf@gnu.org> Date: Fri, 28 Aug 2020 20:59:58 -0500 In-Reply-To: <87y2ly5i33.fsf@gnu.org> (Brett Gilio's message of "Fri, 28 Aug 2020 20:58:08 -0500") Message-ID: <87sgc65i01.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096 Cc: 43096@debbugs.gnu.org, Michael Rohleder 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: -3.3 (---) Brett Gilio writes: > Tobias Geerinckx-Rice writes: > >> Brett Gilio =E5=86=99=E9=81=93=EF=BC=9A >>>> - (license license:expat)))) >>>> + (license license:gpl3+)))) >>>> (define-public emacs-shut-up >>>> (package >>> >>> I might be mistaken, but I think the license change belongs in a >>> separate patch. >> >> Not if the licence actually changed between versions. >> >> If it's correcting a previously incorrect licence in Guix, then indeed >> it does. >> >> Kind regards, >> >> T G-R > > It's kind of a weird case where it is both? The LICENSE file has always > been GPL3, but the code header erroneously stated it as expat-style. > > https://github.com/drewbarbs/erc-status-sidebar/commit/b589b74245591257c9= e666bd5cd25812e04b7a34 > > I kind of lean on the side of a separate patch since the license never > really changed, but was an error both upstream and on our end as well. > > Brett Gilio Actually, the change of commits may not be necessary at all. There is no code changes between the commits, and the license file is intact. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 29 21:30:56 2020 Received: (at 43096) by debbugs.gnu.org; 30 Aug 2020 01:30:56 +0000 Received: from localhost ([127.0.0.1]:49313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCCBM-0004Eh-8B for submit@debbugs.gnu.org; Sat, 29 Aug 2020 21:30:56 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:56064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCCBJ-0004EY-RM for 43096@debbugs.gnu.org; Sat, 29 Aug 2020 21:30:54 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kCCBG-0003Wz-7H; Sun, 30 Aug 2020 03:30:50 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kCCBE-0004zd-0L; Sun, 30 Aug 2020 03:30:49 +0200 From: Michael Rohleder To: Brett Gilio Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87h7sm6x7v.fsf@gnu.org> <87ft86kynv.fsf@nckx> <87y2ly5i33.fsf@gnu.org> <87sgc65i01.fsf@gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sun, 30 Aug 2020 03:29:48 +0200 In-Reply-To: <87sgc65i01.fsf@gnu.org> (Brett Gilio's message of "Fri, 28 Aug 2020 20:59:58 -0500") Message-ID: <87y2lw3oqb.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1598751053;4ee00dad; X-HE-SMSGID: 1kCCBG-0003Wz-7H X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43096 Cc: Tobias Geerinckx-Rice , 43096@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: -1.7 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hey Brett, hey Tobias, Brett Gilio writes: >> It's kind of a weird case where it is both? The LICENSE file has always >> been GPL3, but the code header erroneously stated it as expat-style. >> >> https://github.com/drewbarbs/erc-status-sidebar/commit/b589b74245591257c9e666bd5cd25812e04b7a34 >> >> I kind of lean on the side of a separate patch since the license never >> really changed, but was an error both upstream and on our end as well. >> >> Brett Gilio > > Actually, the change of commits may not be necessary at all. There is no > code changes between the commits, and the license file is intact. > Ok, here are 2 patches, one for the license and one for removing emacs-seq: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-erc-status-sidebar-Correct-license.patch Content-Transfer-Encoding: quoted-printable Content-Description: Fix license. From=20340699d5ceb2db40824a403399556536f2e07e23 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 30 Aug 2020 02:48:32 +0200 Subject: [PATCH] gnu: emacs-erc-status-sidebar: Correct license. * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[license]: Set to GP= L3+. =2D-- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ff789ffedf..9975fc8366 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3509,7 +3509,7 @@ IRC bouncer with ERC.") ERC, an Emacs client for IRC (Internet Relay Chat). It relies on the @code{erc-track} module, and displays all the same information @code{erc-track} does in the mode line, but in an alternative format.") =2D (license license:expat)))) + (license license:gpl3+)))) =20 (define-public emacs-shut-up (package =2D-=20 2.28.0 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-erc-status-sidebar-Fix-for-emacs27.patch Content-Transfer-Encoding: quoted-printable Content-Description: Fix for emacs27. From=20028021a0654c3a82d951ec991d63d392c421324d Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 30 Aug 2020 03:03:48 +0200 Subject: [PATCH] gnu: emacs-erc-status-sidebar: Fix for emacs27. * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[propagated-inputs]:= remove emacs-seq. This package works well with the seq library that is provided with emacs. Current emacs-seq (0.20) is broken for emacs27. A fix seems on it's way: https://lists.gnu.org/archive/html/emacs-devel/2020-08/msg00996.html =2D-- gnu/packages/emacs-xyz.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 9975fc8366..a2427112aa 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3501,7 +3501,6 @@ IRC bouncer with ERC.") (sha256 (base32 "1hwlhzgx03z8891sblz56zdp8zj0izh72kxykgcnz5rrkyc3vfi3"))= )) (build-system emacs-build-system) =2D (propagated-inputs `(("emacs-seq" ,emacs-seq))) (home-page "https://github.com/drewbarbs/erc-status-sidebar") (synopsis "Hexchat-like activity overview for ERC channels") (description =2D-=20 2.28.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 "How should I know if it works? That's what beta testers are for. I only coded it." (Attributed to Linus Torvalds, somewhere in a posting) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl9LAQwRHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyVMjgf+IOC0WR1Na6xawO8W7R21uFu0qxxDhZya PAurAPS6XwvRyLFoHswx/JT9ZtVLvI6U3PSxPbuiq5u64/ozbb/bq+M+0CGHSMC8 h+zvqSR2RAfRzD78pIayP/On8mdD+sxUMPcvMU94wL0qK0x7GD65kXkuICDf0+kK N4vfbR64dTz4EslhshoI1Hh4qwdFvStcxyz42mbj4kIxQcXm9MZCYZYg4CXQoVbC do4iwpl1D0qJWr/DQk3cfH0DJNSuvU5m4clhZ+C0NuJS9rv/RobWgqnwG2dkgg+e O5G7SsEQRMEmnpBvTEVhfjsnyo+zMyU23BqNQyTjqiPT3mMy3WC7uw== =0n+i -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 30 05:23:05 2020 Received: (at 43096) by debbugs.gnu.org; 30 Aug 2020 09:23:05 +0000 Received: from localhost ([127.0.0.1]:49504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCJYH-0007BZ-3Q for submit@debbugs.gnu.org; Sun, 30 Aug 2020 05:23:05 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:53567) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCJYF-0007Ap-4j for 43096@debbugs.gnu.org; Sun, 30 Aug 2020 05:23:04 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D893B100003; Sun, 30 Aug 2020 09:22:55 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> Date: Sun, 30 Aug 2020 11:22:54 +0200 In-Reply-To: <20200829011157.3382-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 29 Aug 2020 03:11:57 +0200") Message-ID: <87d038lc7l.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43096 Cc: 43096@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: -1.7 (-) Hello, Michael Rohleder writes: > I think, we should remove that dep everywhere (it's provided by emacs) and > mark it as deprecated or also remove it. I agree that the dependency should be removed from Emacs packages. The emacs-seq package can be deprecated, indeed. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 31 23:49:14 2020 Received: (at 43096) by debbugs.gnu.org; 1 Sep 2020 03:49:14 +0000 Received: from localhost ([127.0.0.1]:54433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCxII-00079f-D9 for submit@debbugs.gnu.org; Mon, 31 Aug 2020 23:49:14 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:48520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCxID-00079S-2p for 43096@debbugs.gnu.org; Mon, 31 Aug 2020 23:49:12 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kCxIA-0006RD-Gi; Tue, 01 Sep 2020 05:49:06 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kCxI8-0000Pn-Ai; Tue, 01 Sep 2020 05:49:06 +0200 From: Michael Rohleder To: Nicolas Goaziou Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87d038lc7l.fsf@nicolasgoaziou.fr> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Tue, 01 Sep 2020 05:48:57 +0200 In-Reply-To: <87d038lc7l.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 30 Aug 2020 11:22:54 +0200") Message-ID: <87imcycg2e.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1598932149;66e1cfdc; X-HE-SMSGID: 1kCxIA-0006RD-Gi X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43096 Cc: 43096@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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Nicolas Goaziou writes: >> I think, we should remove that dep everywhere (it's provided by emacs) a= nd >> mark it as deprecated or also remove it. > > I agree that the dependency should be removed from Emacs packages. The > emacs-seq package can be deprecated, indeed. Pierre made a patch for bug #43138: https://lists.gnu.org/archive/html/bug-guix/2020-08/msg00311.html =2D-=20 There are two reasons why we dont trust people. First - we dont know them. Second - we know them. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl9NxKoRHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyVsOgf+LeFqVSzDxEQLIh90Zfn8B34R5HQn+cvZ MBFg6aWuUHochW5jP9aKbfwwI83oKo/zKNZGWZub9pbwN+5puiX1RQntYNkGfaX5 26PEqH9kNM8U2JQIdAk3XQROuzWBbb+vCx4Z9A1PnV9gLthugiI9zVC96HT2TuXI hzRiGnoiTAeXExzm98M59OU7QodR5swy3ZYTyxM7pFZL0BjUq2kdYSWs8U9boUMs Jnsjuw0vvSSlhUTIUeZKGFk9YnmLTiiNq1AQwkPDHAKauePRN0D7LEzhuwkUmBj6 U4R+yuMkeRftoEe0MtqMh/936nsIjWIEhfJDd5f+Jk5Tj+SWEEGm7Q== =sq/L -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 18 08:18:42 2020 Received: (at 43096-done) by debbugs.gnu.org; 18 Dec 2020 13:18:42 +0000 Received: from localhost ([127.0.0.1]:38090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFeb-0007Bq-Ur for submit@debbugs.gnu.org; Fri, 18 Dec 2020 08:18:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqFea-0007Bd-MZ for 43096-done@debbugs.gnu.org; Fri, 18 Dec 2020 08:18:40 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59513) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqFeU-0007tE-Uu; Fri, 18 Dec 2020 08:18:34 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52656 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kqFeU-0000Dy-2N; Fri, 18 Dec 2020 08:18:34 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#43096] [PATCH] gnu: emacs-erc-status-sidebar: Update to 0.1-2.b589b742. References: <20200829011157.3382-1-mike@rohleder.de> <87h7sm6x7v.fsf@gnu.org> <87ft86kynv.fsf@nckx> <87y2ly5i33.fsf@gnu.org> <87sgc65i01.fsf@gnu.org> <87y2lw3oqb.fsf@rohleder.de> Date: Fri, 18 Dec 2020 14:18:32 +0100 In-Reply-To: <87y2lw3oqb.fsf@rohleder.de> (Michael Rohleder's message of "Sun, 30 Aug 2020 03:29:48 +0200") Message-ID: <87wnxfckwn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43096-done Cc: Tobias Geerinckx-Rice , 43096-done@debbugs.gnu.org, Brett Gilio 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: -3.3 (---) Hi! Michael Rohleder skribis: > From 340699d5ceb2db40824a403399556536f2e07e23 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Sun, 30 Aug 2020 02:48:32 +0200 > Subject: [PATCH] gnu: emacs-erc-status-sidebar: Correct license. > > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[license]: Set to = GPL3+. Applied, thanks! The emacs-seq bit is already done, as discussed on IRC. Ludo=E2=80=99. From unknown Sat Aug 16 19:18:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Jan 2021 12:24:09 +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