GNU bug report logs - #73269
[PATCH] gnu: Add sbcl-birch.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sun, 15 Sep 2024 08:25:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73269 in the body.
You can then email your comments to 73269 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#73269; Package guix-patches. (Sun, 15 Sep 2024 08:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Roman Scherer <roman <at> burningswell.com>:
New bug report received and forwarded. Copy sent to glv <at> posteo.net, cox.katherine.e+guix <at> gmail.com, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Sun, 15 Sep 2024 08:25:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH] gnu: Add sbcl-birch.
Date: Sun, 15 Sep 2024 10:23:38 +0200
* gnu/packages/lisp-xyz.scm (sbcl-birch): New variable.

Change-Id: I2ea6358cc41ddd26aaaed81a1cb828c74450a111
---
 gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..6b48798530 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1999,6 +1999,40 @@ (define-public cl-bit-smasher
 (define-public ecl-bit-smasher
   (sbcl-package->ecl-package sbcl-bit-smasher))
 
+(define-public sbcl-birch
+  (let ((commit "30cd24260675c6c4e276daaf28be8d02ac15dd8f")
+        (revision "0"))
+    (package
+      (name "sbcl-birch")
+      (version (git-version "1.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jorams/birch")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1b24xng92ra7420s3zy44pybk4h7xg4kjwdk35arl46badgi28r1"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-alexandria
+                    sbcl-cl+ssl
+                    sbcl-flexi-streams
+                    sbcl-split-sequence
+                    sbcl-usocket))
+      (native-inputs (list sbcl-prove))
+      (home-page "https://github.com/jorams/birch")
+      (synopsis "Common Lisp IRC client library")
+      (description "Birch is a simple Common Lisp IRC client library.  It
+makes use of CLOS for event handling.")
+      (license (list license:expat)))))
+
+(define-public cl-birch
+  (sbcl-package->cl-source-package sbcl-birch))
+
+(define-public ecl-birch
+  (sbcl-package->ecl-package sbcl-birch))
+
 (define-public sbcl-bknr-datastore
   (let ((commit "c98d44f47cc88d19ff91ca3eefbd9719a8ace022")
         (revision "1"))

base-commit: 66611696975409a52478b95a862a464daeaefe2a
-- 
2.46.0





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Wed, 18 Sep 2024 12:43:02 GMT) Full text and rfc822 format available.

Notification sent to Roman Scherer <roman <at> burningswell.com>:
bug acknowledged by developer. (Wed, 18 Sep 2024 12:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 73269-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 73269-done <at> debbugs.gnu.org
Subject: Re: [bug#73269] [PATCH] gnu: Add sbcl-birch.
Date: Wed, 18 Sep 2024 12:41:51 +0000
[Message part 1 (text/plain, inline)]
Patch applied as e071f5a9531261164b13eaa1cd04c4b1851da923.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 17 Oct 2024 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.