From: Mathieu Othacehe <m.othacehe@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/5] gnu: Add emacs-log4e.
Date: Thu, 26 Jan 2017 13:31:16 +0100 [thread overview]
Message-ID: <20170126123119.18942-3-m.othacehe@gmail.com> (raw)
In-Reply-To: <20170126123119.18942-1-m.othacehe@gmail.com>
* 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
next prev parent reply other threads:[~2017-01-26 12:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-26 12:31 [PATCH 0/5] Add emacs-mu4e-alert Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 1/5] gnu: Add emacs-ht Mathieu Othacehe
2017-01-27 9:20 ` Alex Kost
2017-01-27 9:59 ` Leo Famulari
2017-01-27 10:16 ` Mathieu OTHACEHE
2017-01-27 19:56 ` Alex Kost
2017-01-27 23:16 ` Ludovic Courtès
2017-01-28 8:18 ` Alex Kost
2017-01-28 9:07 ` Mathieu OTHACEHE
2017-01-30 9:09 ` ELPA importer and upstream URLs Ludovic Courtès
2017-01-30 15:57 ` Mathieu OTHACEHE
2017-01-28 22:07 ` [PATCH 1/5] gnu: Add emacs-ht Carlo Zancanaro
2017-01-26 12:31 ` Mathieu Othacehe [this message]
2017-01-26 12:31 ` [PATCH 3/5] gnu: Add emacs-gntp Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 4/5] gnu: Add emacs-alert Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 5/5] gnu: Add emacs-mu4e-alert Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170126123119.18942-3-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).