unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ng0 <ng0@libertad.pw>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: Add ruby-mail.
Date: Sat, 14 Jan 2017 15:08:10 +0000	[thread overview]
Message-ID: <20170114150811.21767-2-ng0@libertad.pw> (raw)
In-Reply-To: <20170114150811.21767-1-ng0@libertad.pw>

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

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8fb22d006..eae83f1ac 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2014, 2015 David Thompson <davet@gnu.org>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
+;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4198,3 +4199,34 @@ RFC 2617.  This enables the use of the digest authentication scheme instead
 of the more insecure basic authentication scheme.")
     (home-page "http://github.com/drbrain/net-http-digest_auth")
     (license license:expat)))
+
+(define-public ruby-mail
+  (package
+    (name "ruby-mail")
+    (version "2.6.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "mail" version))
+       (sha256
+        (base32
+         "0c9vqfy0na9b5096i5i4qvrvhwamjnmajhgqi3kdsdfl8l6agmkp"))))
+    (build-system ruby-build-system)
+    (propagated-inputs
+     `(("ruby-mime-types" ,ruby-mime-types)))
+    (arguments
+     ;; Tests require extra gems not included in the Gemfile.
+     `(#:tests? #f))
+    (synopsis "Mail library for Ruby")
+    (description
+     "Mail is an internet library for Ruby that is designed to handle email
+generation, parsing and sending.  The purpose of this library is to provide
+a single point of access to handle all email functions, including sending
+and receiving emails.  All network type actions are done through proxy
+methods to @code{Net::SMTP}, @code{Net::POP3} etc.
+
+Mail has been designed with a very simple object oriented system that
+really opens up the email messages you are parsing, if you know what you
+are doing, you can fiddle with every last bit of your email directly.")
+    (home-page "https://github.com/mikel/mail")
+    (license license:expat)))
-- 
2.11.0

  reply	other threads:[~2017-01-14 15:07 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-14 15:08 Add: notmuch-vim ng0
2017-01-14 15:08 ` ng0 [this message]
2017-01-14 16:55   ` [PATCH 1/2] gnu: Add ruby-mail Marius Bakke
2017-01-14 15:08 ` [PATCH 2/2] gnu: Add notmuch-vim ng0
2017-01-14 16:56   ` Marius Bakke
2017-01-14 17:28     ` ng0
2017-01-14 17:40       ` Marius Bakke
2017-01-14 17:56         ` ng0
2017-01-15 19:20           ` Marius Bakke
2017-01-14 17:27   ` Marius Bakke
2017-01-14 17:50     ` ng0
2017-01-15 19:16       ` Marius Bakke
2017-01-15 21:29         ` notmuch-vim ,v2 ng0
2017-01-15 21:29           ` [PATCH] gnu: Add notmuch-vim ng0
2017-01-15 21:50             ` Marius Bakke
2017-01-15 22:44               ` ng0
2017-01-16  0:48                 ` Marius Bakke
2017-01-16 15:10                   ` notmuch-vim, ruby-notmuch ng0
2017-01-16 15:10                     ` [PATCH 1/2] gnu: Add ruby-notmuch ng0
2017-01-18 18:39                       ` Marius Bakke
     [not found]                         ` <87r340gp3a.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me>
     [not found]                           ` <87eg00894w.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me>
2017-01-18 20:50                             ` ng0
2017-06-11 20:24                         ` ng0
2017-01-16 15:10                     ` [PATCH 2/2] gnu: Add notmuch-vim ng0

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=20170114150811.21767-2-ng0@libertad.pw \
    --to=ng0@libertad.pw \
    --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).