From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 10:00:54 2020 Received: (at 41566) by debbugs.gnu.org; 30 May 2020 14:00:54 +0000 Received: from localhost ([127.0.0.1]:58791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf22g-0002WU-FG for submit@debbugs.gnu.org; Sat, 30 May 2020 10:00:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf22f-0002WI-8I for 41566@debbugs.gnu.org; Sat, 30 May 2020 10:00:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35292) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf22Y-0005lO-Va; Sat, 30 May 2020 10:00:46 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:57570 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf22X-0002kO-U1; Sat, 30 May 2020 10:00:46 -0400 From: Marius Bakke To: Michael Rohleder , 41566@debbugs.gnu.org Subject: Re: [bug#41566] [PATCH] gnu: Add emacs-erc-status-sidebar. In-Reply-To: <87367le0xu.fsf@rohleder.de> References: <87367le0xu.fsf@rohleder.de> Date: Sat, 30 May 2020 16:00:43 +0200 Message-ID: <87tuzxzfn8.fsf@gnu.org> 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: 41566 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 Content-Transfer-Encoding: quoted-printable Michael Rohleder writes: > From 2c47a49177ab0a8ceee52910007a998b73f3bf81 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Wed, 27 May 2020 19:31:46 +0200 > Subject: [PATCH] gnu: Add emacs-erc-status-sidebar. > > * gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. Thanks! =20=20 > +(define-public emacs-erc-status-sidebar > + (package > + (name "emacs-erc-status-sidebar") > + (version "20171223.2124") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://melpa.org/packages/erc-status-sideba= r-" > + version ".el")) > + (sha256 > + (base32 "1jjz4zs4fx45i9nvy2h7nfzkv0qrpp1pfhr8fx3hb6wxvi6zjis0"))= )) IIRC melpa.org purges old versions, so we should probably change to 'git-fetch' here. > + (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 > + "This package is provides a hexchat-like status bar for joined > +channels in ERC. It relies on the @code{erc-track} module, and displays > +all the same information erc-track does in the mode line, but in an > +alternative format.") > + (license license:gpl3))) Well this is awkward, the LICENSE file is GPL3, but the headers in erc-status-sidebar.el actually uses the Expat license. So this should be license:expat. It would be good to notify upstream about this inconstency, but not a blocking issue. Can you send an updated patch? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SZwsACgkQoqBt8qM6 VPqJmAf8DsASX/jiqcjfO46JO6ed56SciBQ5gJ9NspSGWuk6mjnQnhPIsYTNZgZH 4UYOKGXGo/qrfBZ56PKLqLOTq+WD98uoK+j/MXS0ZuVM4FyylsXW/ddgAnOOTiqW G9ns/iUGaRUxG8/PafosojPSv3L8uL1E82vNH6YWnL7vBYlXBbxM9Zp7XjgEU4VQ d0gly9swqaN0KN+xArB42HpIZyzWPS8OlQB+FN0SXlrMmQj7MI/icCtXLBED9w76 ojZwc06Ru7niZb2Y9XZCo3AiDYZciN5MMggu6/TbNUnqxLPnfPFtq9VQcd+Jt4vz xW0pqvgmXBexFrBuvKFqMT5noIyYKw== =jWRb -----END PGP SIGNATURE----- --=-=-=--