GNU bug report logs -
#75630
[PATCH] gnu: Add emacs-fedi.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75630 in the body.
You can then email your comments to 75630 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75630
; Package
guix-patches
.
(Fri, 17 Jan 2025 12:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 17 Jan 2025 12:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-fedi): New variable.
Change-Id: Icfcb92e9e57e060390c14389c748567fa809a6cb
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9e99bad820..9eb38db85d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36070,6 +36070,27 @@ (define-public emacs-mastodon
federated microblogging social network.")
(license license:gpl3+)))
+(define-public emacs-fedi
+ (package
+ (name "emacs-fedi")
+ (version "0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/martianh/fedi.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0a5zq7axxh3khx6465s7ym9s7v2iw7ky9z486d0zg41k7926bm9d"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-markdown-mode))
+ (home-page "https://codeberg.org/martianh/fedi.el")
+ (synopsis "Library to make writing clients for APIs easier")
+ (description "@code{fedi.el} is an Emacs library used by several fediverse
+frontend packages.")
+ (license license:gpl3+)))
+
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d
--
2.47.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 18 Jan 2025 23:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sat, 18 Jan 2025 23:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75630-done <at> debbugs.gnu.org (full text, mbox):
Cayetano Santos <csantosb <at> inventati.org> skribis:
> * gnu/packages/emacs-xyz.scm (emacs-fedi): New variable.
>
> Change-Id: Icfcb92e9e57e060390c14389c748567fa809a6cb
Applied, thanks! :-)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 16 Feb 2025 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.