guix-commits
[Top][All Lists]
Advanced

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

18/82: gnu: Add Email-Abstract.


From: Eric Bavier
Subject: 18/82: gnu: Add Email-Abstract.
Date: Mon, 20 Apr 2015 01:02:30 +0000

bavier pushed a commit to branch master
in repository guix.

commit 26b8de19630af0873495c67f63120d9d044a6cdc
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 12:22:20 2015 -0500

    gnu: Add Email-Abstract.
    
    * gnu/packages/mail.scm (perl-email-abstract): New variable.
---
 gnu/packages/mail.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 10978fe..0db3284 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -650,6 +650,28 @@ facilities for checking incoming mail.")
 mailboxes.  Currently Maildir and IMAP are supported types.")
     (license gpl2+)))
 
+(define-public perl-email-abstract
+  (package
+    (name "perl-email-abstract")
+    (version "3.008")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
+                           "Email-Abstract-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0h42rhvp769wb421cpbbg6v6xjp8iv86mvz70pqgfgf4nsn6jwgw"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-email-simple" ,perl-email-simple)
+       ("perl-mro-compat" ,perl-mro-compat)))
+    (home-page "http://search.cpan.org/dist/Email-Abstract";)
+    (synopsis "Interface to mail representations")
+    (description "Email::Abstract provides module writers with the ability to
+write simple, representation-independent mail handling code.")
+    (license (package-license perl))))
+
 (define-public perl-email-address
   (package
     (name "perl-email-address")



reply via email to

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