GNU bug report logs - #77131
[PATCH emacs-team 00/51] Some test fixes.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 20 Mar 2025 09:25:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 77131 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77131 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 04/51] gnu: Remove emacs-matrix-client.
Date: Thu, 20 Mar 2025 11:08:12 +0100
* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Delete variable.
---
 gnu/packages/emacs-xyz.scm | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b744d72333..eb71be599b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31598,41 +31598,6 @@ (define-public emacs-ov
 Emacs.")
     (license license:gpl3+)))
 
-(define-public emacs-matrix-client
-  (let ((commit "d2ac55293c96d4c95971ed8e2a3f6f354565c5ed"))
-    (package
-      (name "emacs-matrix-client")
-      (version (git-version "0.0.0" "6" commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/jgkamat/matrix-client-el")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1scfv1502yg7x4bsl253cpr6plml1j4d437vci2ggs764sh3rcqq"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       (list emacs-a
-             emacs-anaphora
-             emacs-dash
-             emacs-esxml
-             emacs-f
-             emacs-frame-purpose
-             emacs-ht
-             emacs-ov
-             emacs-rainbow-identifiers
-             emacs-request
-             emacs-s
-             emacs-tracking))
-      (home-page "https://github.com/jgkamat/matrix-client-el")
-      (synopsis "Matrix client for Emacs")
-      (description "@code{matrix-client} is a simple chat UI to Matrix.org
-rooms.  It also provides an API which allows Emacs to seamlessly create
-RPC channels with users and other software.")
-      (license license:gpl3+))))
-
 (define-public emacs-sesman
   (package
     (name "emacs-sesman")
-- 
2.48.1





This bug report was last modified 55 days ago.

Previous Next


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