all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: phodina via Guix-patches via <guix-patches@gnu.org>
To: "36091@debbugs.gnu.org" <36091@debbugs.gnu.org>
Subject: [bug#36091] [PATCH v2 6/6] gnu: Add emacs-excorporate.
Date: Thu, 04 Nov 2021 21:37:39 +0000	[thread overview]
Message-ID: <kQrB3DngJoySo7fqAAWlp4GYmZAO_Z8Bj9JoJ90NfA3Fit9YC9IBE5L51jmPvgLNnJ0A2LpZ7-6ptc5eIcmLEixJyQxzJ9TYysBQF8XdBP8=@protonmail.com> (raw)
In-Reply-To: <n_YztFw412lx5VOCWh9kbK1K-3vlVj0Na5mHSEyssAoeogh2jfjsh_jF45h7BkvsQ_3ogOou9tFM5dfUFksumlwP5UCMnCLwE_cLx_dRRmw=@protonmail.com>

* gnu/packages/emacs-xyz.scm (emacs-excorporate): New variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ba33974e1b..c1fd6018d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25736,6 +25736,29 @@ (define-public emacs-fsm
 make asynchronous programming in Emacs Lisp easy and fun.")
     (license license:gpl3+)))

+(define-public emacs-excorporate
+  (package
+    (name "emacs-excorporate")
+    (version "1.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://elpa.gnu.org/packages/excorporate-" version ".tar"))
+        (sha256
+          (base32
+            "1g0wc2kp15ra323b4rxvdh58q9c4h7m20grw6a0cs53m7l9xi62f"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+      `(("emacs-fsm" ,emacs-fsm)
+        ("emacs-soap-client" ,emacs-soap-client)
+        ("emacs-url-http-ntlm" ,emacs-url-http-ntlm)
+        ("emacs-nadvice" ,emacs-nadvice)))
+    (home-page "https://elpa.gnu.org/packages/excorporate.html")
+    (synopsis "Exchange integration")
+    (description "This package provides Exchange integration
+for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-evil-traces
   (let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
         (revision "2"))
--
2.33.1




  parent reply	other threads:[~2021-11-04 21:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 11:29 [bug#36091] [PATCH] gnu: Add emacs-excorporate TK
2019-06-05  6:33 ` Oleg Pykhalov
2019-12-10  5:31   ` Brett Gilio
2021-11-04 21:34 ` [bug#36091] [PATCH v2 1/6] gnu: Add emacs-ntlm phodina via Guix-patches via
2021-11-04 21:35 ` [bug#36091] [PATCH v2 2/6] gnu: Add emacs-nadvice phodina via Guix-patches via
2021-11-04 21:35 ` [bug#36091] [PATCH v2 3/6] gnu: Add emacs-url-http-ntlm phodina via Guix-patches via
2021-11-04 21:36 ` [bug#36091] [PATCH v2 4/6] gnu: Add emacs-soap-client phodina via Guix-patches via
2021-11-04 21:36 ` [bug#36091] [PATCH v2 5/6] gnu: Add emacs-fsm phodina via Guix-patches via
2021-11-04 21:37 ` phodina via Guix-patches via [this message]
2021-11-04 21:39 ` [bug#36091] gnu: Add emacs-excorporate phodina via Guix-patches via
2021-11-06  9:45   ` bug#36091: " Nicolas Goaziou
2021-11-06 16:19     ` [bug#36091] " phodina via Guix-patches via
2021-11-07 20:27       ` Nicolas Goaziou

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='kQrB3DngJoySo7fqAAWlp4GYmZAO_Z8Bj9JoJ90NfA3Fit9YC9IBE5L51jmPvgLNnJ0A2LpZ7-6ptc5eIcmLEixJyQxzJ9TYysBQF8XdBP8=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=36091@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.