GNU bug report logs - #74704
[PATCH] gnu: Add emacs-writefreely.el.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 5 Dec 2024 18:58:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74704 in the body.
You can then email your comments to 74704 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#74704; Package guix-patches. (Thu, 05 Dec 2024 18:58: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 andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Thu, 05 Dec 2024 18:58:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-writefreely.el.
Date: Thu,  5 Dec 2024 19:56:11 +0100
* gnu/packages/emacs-xyz.scm (emacs-writefreely.el): New variable.

Change-Id: I6c731afeee16944b97b493a6fba66af841b324a5
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11518d9e7f..020adfae94 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17990,6 +17990,29 @@ (define-public emacs-writegood-mode
 passive voice.")
     (license license:gpl3+)))
 
+(define-public emacs-writefreely.el
+  (let ((commit "cfbba9c3a34f580f39c0796966ea76b0cf98a23e")
+        (revision "0"))
+    (package
+      (name "emacs-writefreely.el")
+      (version (git-version "0.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/dangom/writefreely.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "02gy3kg28igqcg7ai8n2p19q8m4xpgp5wn34n2fwz2bjymgf9g4s"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-ox-hugo emacs-request))
+      (home-page "https://github.com/dangom/writefreely.el")
+      (synopsis "Emacs interface to the writefreely API")
+      (description
+       "This library publishes org-mode files as posts to any instance of the federated blogging platform writefreely.")
+      (license license:gpl3+))))
+
 (define-public emacs-neotree
   (package
     (name "emacs-neotree")

base-commit: 006679d1e6ca7acea0629b4f019c8cf89cde08be
-- 
2.46.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 23 Dec 2024 23:43:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 23 Dec 2024 23:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 74704-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 74704-done <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: Add emacs-writefreely.el.
Date: Tue, 24 Dec 2024 00:41:47 +0100
Hello,

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

I changed the name of the variable to "emacs-writefreely" and applied
your patch. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Jan 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 201 days ago.

Previous Next


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