From unknown Wed Jul 09 00:15:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44869] [PATCH] gnu: Add sbcl-claw-support. Resent-From: Adam Kandur Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 25 Nov 2020 15:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 44869 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44869@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches Received: via spool by submit@debbugs.gnu.org id=B.160631635325785 (code B ref -1); Wed, 25 Nov 2020 15:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Nov 2020 14:59:13 +0000 Received: from localhost ([127.0.0.1]:36655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwGH-0006ho-8H for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:59:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:50486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwGF-0006hh-Nh for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:59:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwGF-0000wA-9X for guix-patches@gnu.org; Wed, 25 Nov 2020 09:59:11 -0500 Received: from w4.tutanota.de ([81.3.6.165]:47252) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwGC-0000HI-27 for guix-patches@gnu.org; Wed, 25 Nov 2020 09:59:10 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 5C5B5106029E for ; Wed, 25 Nov 2020 14:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1606316346; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=lgs4cNG1GuXsUC5Mr7x97cuLdvtdKRaCWTcp/pET3aw=; b=fmaeMQs/JgOsOfRtUKYgZqf/CrTnJcFZKBG3Sn/XVcVk79Qjs3Jv31B0UfhWALiy qwOFDDG+vurWvEbkZU2vBwHyAOR1FFGZTf4pyOmF76ga05E5CgsPtYjOrXGnPrt819K MfwwzBHujBw6bGw3h1E9Yj3SvpMC8RdY553BmDBUh43bxqGOoQI3NHgl8KpyvgrteWI hMeejtjVSdYgqpR9EJtzq4EhhBT/QJ02w7ni8soyWPDIddy5vGbDFitB5nPqojOI0fL fJ+ssDzZS/1+jm8xxxrV2EzdJTq6U55zhBHiqz7EB60Dk2nciWHnqiRxWRcrcnJByrM jk16tGscQw== Date: Wed, 25 Nov 2020 15:59:06 +0100 (CET) From: Adam Kandur Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) >From 0c0e80e5d0062e5285f4d8424c6393f332678dca Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 25 Nov 2020 17:58:04 +0300 Subject: [PATCH] gnu: Add sbcl-claw-support. * gnu/packages/lisp-xyz.scm (sbcl-claw-support): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++ =C2=A01 file changed, 22 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index fe2af3e..24f1424 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6045,6 +6045,28 @@ neat APIs and connection-pooling.=C2=A0 It is meant = to supersede Drakma.") =C2=A0(define-public ecl-dexador =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-dexador)) =C2=A0 +(define-public sbcl-claw-support +=C2=A0 (package +=C2=A0=C2=A0=C2=A0 (name "sbcl-claw-support") +=C2=A0=C2=A0=C2=A0 (version "stable") +=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= url "https://github.com/borodust/claw-support") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= commit "9a15c8bed04585f45e6a461bcda1b475144dbd0b"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name versio= n)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1my2ka7h72ipx5n3b465g6= kjkasrhsvhqlijwcg6dhlzs5yygl23")))) +=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0 '(#:asd-file "claw-support.asd" +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:asd-system-name "claw-support")) +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/borodust/claw-support") +=C2=A0=C2=A0=C2=A0 (synopsis "Support routines for claw") +=C2=A0=C2=A0=C2=A0 (description "This packages provide support routines fo= r @code{claw} common-lisp package.") +=C2=A0=C2=A0=C2=A0 (license license:expat))) + =C2=A0(define-public sbcl-lisp-namespace =C2=A0=C2=A0 (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "1")) --=20 2.28.0 From unknown Wed Jul 09 00:15:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Adam Kandur Subject: bug#44869: closed (Re: [bug#44869] [PATCH] gnu: Add sbcl-claw-support.) Message-ID: References: <87ft4sb4ol.fsf@yamatai> X-Gnu-PR-Message: they-closed 44869 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 44869@debbugs.gnu.org Date: Sun, 29 Nov 2020 14:48:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1606661282-10196-1" This is a multi-part message in MIME format... ------------=_1606661282-10196-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #44869: [PATCH] gnu: Add sbcl-claw-support. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 44869@debbugs.gnu.org. --=20 44869: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44869 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1606661282-10196-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 44869-done) by debbugs.gnu.org; 29 Nov 2020 14:47:49 +0000 Received: from localhost ([127.0.0.1]:50146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjNzR-0002dn-7Y for submit@debbugs.gnu.org; Sun, 29 Nov 2020 09:47:49 -0500 Received: from mout01.posteo.de ([185.67.36.65]:45839) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjNzP-0002dU-Um for 44869-done@debbugs.gnu.org; Sun, 29 Nov 2020 09:47:48 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id F05C416005F for <44869-done@debbugs.gnu.org>; Sun, 29 Nov 2020 15:47:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606661262; bh=zmvN9ARQiOSn2ZOFJVa68TSQA4+V2QMaHbeen1ACx44=; h=From:To:Cc:Subject:Date:From; b=Epua7RMhpS2B7PGl6IV39WpN9i+ZNVzikZhTwkLEeD2thONb+93ErvqkODRC1MCw7 KaUbfgHC7Yrt8q+BphEhpZQYcISJV4A2Qa+3hNCDZmJ8JHMYpVOUp9tnT4F/N5pRko ocuHqOv9ZDhLwCzQrp/YAPYM/cQjio5tDYzpNTVCWNiUHz0j8pTkT3ajLhJo3c7mnt bLeu9HSKiubS+Qfs/IOraaiLCaSiOEwpUoUye2+BWF9nA0xm06/R+8YX/pjMl7wAzL cgkIAEMsrmL7msK3ROCQJw3USBT7OcHFeUAx21HMSgrPHwPdX+AtS6M4cJWvGaRUhc k53SBbh6hawJg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CkWRw1vQJz6tmJ; Sun, 29 Nov 2020 15:47:40 +0100 (CET) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Guillaume Le Vaillant To: Adam Kandur Subject: Re: [bug#44869] [PATCH] gnu: Add sbcl-claw-support. In-reply-to: Date: Sun, 29 Nov 2020 15:47:38 +0100 Message-ID: <87ft4sb4ol.fsf@yamatai> 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: 44869-done Cc: 44869-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: -3.3 (---) --=-=-= Content-Type: text/plain Pushed as 6e043dfccdf4c584b7308b618167838a2f4bb79d with some modifications. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCX8O0ig8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j96iQD+J8OQADMLoKbf6t+9SPEN0zoeRN82veBlqBZ/ Hqy+sdoBAIzDLQV//67D3l0OQvKTBGydyW1dZGGVV3xw45Iq4Rxp =YIWY -----END PGP SIGNATURE----- --=-=-=-- ------------=_1606661282-10196-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Nov 2020 14:59:13 +0000 Received: from localhost ([127.0.0.1]:36655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwGH-0006ho-8H for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:59:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:50486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1khwGF-0006hh-Nh for submit@debbugs.gnu.org; Wed, 25 Nov 2020 09:59:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwGF-0000wA-9X for guix-patches@gnu.org; Wed, 25 Nov 2020 09:59:11 -0500 Received: from w4.tutanota.de ([81.3.6.165]:47252) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khwGC-0000HI-27 for guix-patches@gnu.org; Wed, 25 Nov 2020 09:59:10 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 5C5B5106029E for ; Wed, 25 Nov 2020 14:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1606316346; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=lgs4cNG1GuXsUC5Mr7x97cuLdvtdKRaCWTcp/pET3aw=; b=fmaeMQs/JgOsOfRtUKYgZqf/CrTnJcFZKBG3Sn/XVcVk79Qjs3Jv31B0UfhWALiy qwOFDDG+vurWvEbkZU2vBwHyAOR1FFGZTf4pyOmF76ga05E5CgsPtYjOrXGnPrt819K MfwwzBHujBw6bGw3h1E9Yj3SvpMC8RdY553BmDBUh43bxqGOoQI3NHgl8KpyvgrteWI hMeejtjVSdYgqpR9EJtzq4EhhBT/QJ02w7ni8soyWPDIddy5vGbDFitB5nPqojOI0fL fJ+ssDzZS/1+jm8xxxrV2EzdJTq6U55zhBHiqz7EB60Dk2nciWHnqiRxWRcrcnJByrM jk16tGscQw== Date: Wed, 25 Nov 2020 15:59:06 +0100 (CET) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add sbcl-claw-support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) >From 0c0e80e5d0062e5285f4d8424c6393f332678dca Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 25 Nov 2020 17:58:04 +0300 Subject: [PATCH] gnu: Add sbcl-claw-support. * gnu/packages/lisp-xyz.scm (sbcl-claw-support): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++ =C2=A01 file changed, 22 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index fe2af3e..24f1424 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6045,6 +6045,28 @@ neat APIs and connection-pooling.=C2=A0 It is meant = to supersede Drakma.") =C2=A0(define-public ecl-dexador =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-dexador)) =C2=A0 +(define-public sbcl-claw-support +=C2=A0 (package +=C2=A0=C2=A0=C2=A0 (name "sbcl-claw-support") +=C2=A0=C2=A0=C2=A0 (version "stable") +=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= url "https://github.com/borodust/claw-support") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (= commit "9a15c8bed04585f45e6a461bcda1b475144dbd0b"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name name versio= n)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1my2ka7h72ipx5n3b465g6= kjkasrhsvhqlijwcg6dhlzs5yygl23")))) +=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0 '(#:asd-file "claw-support.asd" +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:asd-system-name "claw-support")) +=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/borodust/claw-support") +=C2=A0=C2=A0=C2=A0 (synopsis "Support routines for claw") +=C2=A0=C2=A0=C2=A0 (description "This packages provide support routines fo= r @code{claw} common-lisp package.") +=C2=A0=C2=A0=C2=A0 (license license:expat))) + =C2=A0(define-public sbcl-lisp-namespace =C2=A0=C2=A0 (let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "1")) --=20 2.28.0 ------------=_1606661282-10196-1--