GNU bug report logs - #35221
[PATCH 1/2] Update bordeaux-threads update to 0.8.6 and add log4cl

Previous Next

Package: guix-patches;

Reported by: JesseJohnGildersleve <JesseJohnGildersleve <at> protonmail.com>

Date: Wed, 10 Apr 2019 18:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: JesseJohnGildersleve <JesseJohnGildersleve <at> protonmail.com>
To: "35221 <at> debbugs.gnu.org" <35221 <at> debbugs.gnu.org>
Subject: Add log4cl packages
Date: Wed, 10 Apr 2019 18:29:43 +0000
From 5ea316ec3873737bd1a99591d4127dc48d8b471a Mon Sep 17 00:00:00 2001
From: frozenpigs <purpjuice <at> protonmail.com>
Date: Wed, 10 Apr 2019 19:25:50 +0100
Subject: [PATCH] gnu: Add sbcl-log4cl, cl-log4cl and ecl-log4cl

---
 gnu/packages/lisp.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e0f3e0ae40..2a51a98240 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5239,3 +5239,31 @@ Python's WSGI and Ruby's Rack.")

 (define-public cl-clack
   (sbcl-package->cl-source-package sbcl-clack))
+
+(define-public sbcl-log4cl
+  (package
+    (name "sbcl-log4cl")
+    (build-system asdf-build-system/sbcl)
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+                      (url "https://github.com/sharplispers/log4cl")
+                      (commit "611e094458504b938d49de904eab141285328c7c")))
+       (sha256
+        (base32
+         "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
+    (arguments
+     `(#:tests? #f))
+    (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
+    (version "1.1.2")
+    (synopsis "Common Lisp logging framework, modeled after Log4J")
+    (home-page "https://github.com/7max/log4cl")
+    (description "Common Lisp logging framework, modeled after Log4J")
+    (license license:expat)))
+
+(define-public cl-log4cl
+  (sbcl-package->cl-source-package sbcl-log4cl))
+
+(define-public ecl-log4cl
+  (sbcl-package->ecl-package sbcl-log4cl))
--
2.21.0





This bug report was last modified 6 years and 96 days ago.

Previous Next


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