unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Pjotr Prins <pjotr.public12@thebird.nl>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add ruby-bio-logger.
Date: Wed, 16 Sep 2015 08:10:03 +0200	[thread overview]
Message-ID: <55f907bb.9/Upvwvparw1Ma9U%pjotr.public12@thebird.nl> (raw)

* gnu/packages/ruby.scm (ruby-bio-logger): New variable.
---
 gnu/packages/ruby.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e61332f..0cdc5e3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -445,6 +445,27 @@ configuration, and more.")
      (home-page "http://log4r.rubyforge.org/")
      (license license:bsd-3)))
 
+(define-public ruby-bio-logger
+  (package
+    (name "ruby-bio-logger")
+    (version "1.0.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "bio-logger" version))
+        (sha256
+          (base32
+            "02pylfy8nkdqzyzplvnhn1crzmfkj1zmi3qjhrj2f2imlxvycd28"))))
+    (build-system ruby-build-system)
+    (propagated-inputs `(("ruby-log4r" ,ruby-log4r)))
+    (arguments
+     '(#:tests? #f)) ; no test suite
+    (synopsis "Log4r wrapper for Ruby with extra features")
+    (description "Library with extra logging features on top of
+ruby-log4r (not specific to bioinformatics)")
+    (home-page "https://github.com/pjotrp/bioruby-logger-plugin")
+    (license license:expat)))
+
 (define-public ruby-atoulme-antwrap
   (package
     (name "ruby-atoulme-antwrap")
-- 
2.4.3

             reply	other threads:[~2015-09-16  6:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16  6:10 Pjotr Prins [this message]
2015-09-16 16:02 ` [PATCH] gnu: Add ruby-bio-logger Ricardo Wurmus
2015-09-17  5:12   ` Pjotr Prins
2015-09-17 21:42     ` Thompson, David

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=55f907bb.9/Upvwvparw1Ma9U%pjotr.public12@thebird.nl \
    --to=pjotr.public12@thebird.nl \
    --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).