From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52205) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0ovI-0003lQ-Nw for guix-patches@gnu.org; Sun, 09 Feb 2020 10:55:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0ovG-0004v6-Ap for guix-patches@gnu.org; Sun, 09 Feb 2020 10:55:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:47129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0ovF-0004uv-SF for guix-patches@gnu.org; Sun, 09 Feb 2020 10:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0ovF-0006N0-OL for guix-patches@gnu.org; Sun, 09 Feb 2020 10:55:01 -0500 Subject: [bug#39372] Chicken Scheme: Update version to 5.1.0 and add gcc-toolchain Resent-Message-ID: Date: Sun, 09 Feb 2020 15:54:02 +0000 From: Ekaitz Zarraga Message-ID: <34Y0W0Ll0Mpsb3EexxFit46MyRTOblEmy9rRB5bwJbSzUx9Udyj4a4k55gDRn6r5JRgFs3YINo8MjKOs1pWCNGF4mQWRAreN6AQKO9tUDOQ=@elenq.tech> In-Reply-To: <20200209153042.31f2d723@tachikoma.lepiller.eu> References: <20200209153042.31f2d723@tachikoma.lepiller.eu> 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: , Reply-To: Ekaitz Zarraga Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: "39372@debbugs.gnu.org" <39372@debbugs.gnu.org> =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Sunday, February 9, 2020 3:30 PM, Julien Lepiller w= rote: > This is almost correct. You should make it two patches: the first moves > chicken to its own module, the second updates it. Make sure to add the > licence in the new file with a copyright line for yourself. The commit > message should be: > > gnu: chicken: Move to a separate module. > > - gnu/packages/scheme.scm (chicken): Move to chicken.scm. > - gnu/packages/chicken.scm: New file. > - gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > for the first patch and: > > gnu: chicken: Update to 5.1.0. > > - gnu/packages/chicken.scm (chicken): Update to 5.1.0. > [propagated-inputs]: Add gcc-toolchain. > > for the second patch. This makes it clearer what happens. You can fin= d > a lot of examples from 'git log'. > > Since no other package depends on chicken, we're all good I think. > Oh thanks. I'll add them to the thread right now.