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

Previous Next

Package: guix-patches;

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

Date: Mon, 8 Nov 2021 11:15:01 UTC

Severity: normal

Tags: patch

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

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: phodina <phodina <at> protonmail.com>
Subject: bug#51687: closed (Re: bug#51687: Acknowledgement ([PATCH 2/2]
 gnu: Add emacs-ement.))
Date: Mon, 08 Nov 2021 11:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51687: [PATCH 2/2] gnu: Add emacs-ement.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51687 <at> debbugs.gnu.org.

-- 
51687: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51687
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: "51687-close <at> debbugs.gnu.org" <51687-close <at> debbugs.gnu.org>
Subject: Re: bug#51687: Acknowledgement ([PATCH 2/2] gnu: Add emacs-ement.)
Date: Mon, 08 Nov 2021 11:22:52 +0000
Sorry this patch should be part of bug#51686.

[Message part 3 (message/rfc822, inline)]
From: phodina <phodina <at> protonmail.com>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH 2/2] gnu: Add emacs-ement.
Date: Mon, 08 Nov 2021 11:14:19 +0000
* gnu/packages/emacs-xyz.scm (emacs-ement): Add variable.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7e5c05030..c772e86748 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15058,6 +15058,31 @@ (define-public emacs-plz
 url.")
       (license license:gpl3+))))

+(define-public emacs-ement
+  (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
+        (revision "1"))
+    (package
+      (name "emacs-ement")
+      (version (git-version "0.0" 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)
+      (inputs `(("emacs-plz" ,emacs-plz)
+                ("emacs-ts" ,emacs-ts)))
+      (home-page "https://github.com/alphapapa/ement.el")
+      (synopsis "Matrix client for Emacs")
+      (description "This package provides simple, fast, featureful and
+reliable Matrix client for Emacs.")
+      (license license:gpl3+))))
+
 (define-public emacs-rpm-spec-mode
   (package
     (name "emacs-rpm-spec-mode")
--
2.33.1



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

Previous Next


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