guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/5] gnu: Add emacs-log4e.


From: Mathieu Othacehe
Subject: [PATCH 2/5] gnu: Add emacs-log4e.
Date: Thu, 26 Jan 2017 13:31:16 +0100

* gnu/packages/emacs.scm (emacs-log4e): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 699d41712..022ba4e3d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3670,3 +3670,25 @@ procedures for emacs-lisp-mode.")
 provides functions to convert hash tables from and to alists and plists.")
   (license license:gpl3+)))
 
+(define-public emacs-log4e
+  (package
+    (name "emacs-log4e")
+    (version "20150105.505")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://melpa.org/packages/log4e-";
+             version
+             ".el"))
+       (sha256
+        (base32
+         "18bvqjlxmwvfycvk9rg38bp2r6ydxvz0djv63kx3qnn8qp5hbvvw"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/aki2o/log4e";)
+    (synopsis "Logging framework for elisp.")
+    (description
+     "This package provides a logging framework for elisp. It allows to deal 
with
+multiple log levels.")
+    (license license:gpl3+)))
+
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]