GNU bug report logs - #51751
[PATCH v2 2/2] gnu: Add emacs-ement.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Wed, 10 Nov 2021 13:23:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51751: closed ([PATCH v2 2/2] gnu: Add emacs-ement.)
Date: Fri, 10 Dec 2021 14:04:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 10 Dec 2021 15:03:17 +0100
with message-id <874k7ga76i.fsf <at> gnu.org>
and subject line Re: bug#51751: [PATCH v2 2/2] gnu: Add emacs-ement.
has caused the debbugs.gnu.org bug report #51751,
regarding [PATCH v2 2/2] gnu: Add emacs-ement.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51751: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51751
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: phodina <phodina <at> protonmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 51686 <at> debbugs.gnu.org, phodina via Guix-patches via <guix-patches <at> gnu.org>
Subject: [PATCH v2 2/2] gnu: Add emacs-ement.
Date: Wed, 10 Nov 2021 13:21:41 +0000
* gnu/packages/emacs-xyz.scm (emacs-ement): New variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 88f0dd7f2f..97c7ce8c1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15097,6 +15097,32 @@ (define-public emacs-plz
 url library.")
       (license license:gpl3+))))

+(define-public emacs-ement
+  (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
+        (revision "1"))
+    (package
+      (name "emacs-ement")
+      (version (git-version "0.1-pre" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/alphapapa/ement.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "00iwwz4hzg4g59wrb5df6snqz3ppvrsadhfp61w1pa8gvg2z9bvy"))))
+      (build-system emacs-build-system)
+      (arguments
+       `(#:emacs ,emacs))
+      (inputs `(("emacs-plz" ,emacs-plz)
+                ("emacs-ts" ,emacs-ts)))
+      (home-page "https://github.com/alphapapa/ement.el")
+      (synopsis "Matrix client for Emacs")
+      (description "Ement.el is a Matrix client for Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-rpm-spec-mode
   (package
     (name "emacs-rpm-spec-mode")
--
2.33.1


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: phodina <phodina <at> protonmail.com>
Cc: 51751-done <at> debbugs.gnu.org, Nicolas Goaziou <mail <at> nicolasgoaziou.fr>,
 51686-done <at> debbugs.gnu.org
Subject: Re: bug#51751: [PATCH v2 2/2] gnu: Add emacs-ement.
Date: Fri, 10 Dec 2021 15:03:17 +0100
Hi,

phodina <phodina <at> protonmail.com> skribis:

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

Applied, thanks!

Ludo’.


This bug report was last modified 3 years and 165 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.