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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73269: closed ([PATCH] gnu: Add sbcl-birch.)
Date: Wed, 18 Sep 2024 12:43:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Sep 2024 12:41:51 +0000
with message-id <87ed5hqgkw.fsf <at> kitej>
and subject line Re: [bug#73269] [PATCH] gnu: Add sbcl-birch.
has caused the debbugs.gnu.org bug report #73269,
regarding [PATCH] gnu: Add sbcl-birch.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73269: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73269
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 4 (text/plain, inline)]
Patch applied as e071f5a9531261164b13eaa1cd04c4b1851da923.
Thanks.
[signature.asc (application/pgp-signature, inline)]

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.