GNU bug report logs - #47002
[PATCH] gnu: Add emacs-ox-gemini.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Mon, 8 Mar 2021 09:43:01 UTC

Severity: normal

Tags: patch

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

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: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#47002: closed (Re: [bug#47002] [PATCH] gnu: Add emacs-ox-gemini.)
Date: Sat, 13 Mar 2021 11:11:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#47002: [PATCH] gnu: Add emacs-ox-gemini.

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 47002 <at> debbugs.gnu.org.

-- 
47002: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47002
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 47002-done <at> debbugs.gnu.org
Subject: Re: [bug#47002] [PATCH] gnu: Add emacs-ox-gemini.
Date: Sat, 13 Mar 2021 12:10:19 +0100
Hello,

Xinglu Chen <public <at> yoctocell.xyz> writes:

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

Applied. Thank you.

> +(define-public emacs-ox-gemini
> +  ;; No releases yet
> +  (let ((commit "d88c10bcb10fc463fa5a2f6e29c8c94b75a314c0")
> +        (revision "0"))
> +    (package
> +      (name "emacs-ox-gemini")
> +      (version (git-version "2021-01-02" revision commit))

I fixed the version, which is "0", not the date of the last commit.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-ox-gemini.
Date: Mon, 08 Mar 2021 10:41:53 +0100
* gnu/packages/emacs-xyz.scm (emacs-ox-gemini): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 960a5668ca..08e84a245c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23892,6 +23892,30 @@ convert the resulting @code{.epub} to a @code{.mobi} file.  Needs a working
 zip utility (default is @code{zip}).")
     (license license:gpl3+)))
 
+(define-public emacs-ox-gemini
+  ;; No releases yet
+  (let ((commit "d88c10bcb10fc463fa5a2f6e29c8c94b75a314c0")
+        (revision "0"))
+    (package
+      (name "emacs-ox-gemini")
+      (version (git-version "2021-01-02" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://git.sr.ht/~abrahms/ox-gemini")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1f8kbg5vjd1k7fak3v56b77yk612j6vmzx4xzx3m2vq3f0nyxq29"))))
+      (build-system emacs-build-system)
+      (home-page "https://sr.ht/~abrahms/ox-gemini")
+      (synopsis "Export Org files in Gemini format")
+      (description "@code{ox-gemini} adds support for exporting Org files in
+Gemini format.  Many things were taken from the Ascii exporter, from which
+@code{ox-gemini} derives.")
+      (license license:gpl3+))))
+
 (define-public emacs-ox-hugo
   (package
     (name "emacs-ox-hugo")

base-commit: a4640f40fb155b37282450da1b12caa2c705eb50
-- 
2.30.0





This bug report was last modified 4 years and 67 days ago.

Previous Next


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