GNU bug report logs -
#57609
[PATCH] gnu: Add emacs-ox-rss.
Previous Next
Reported by: Masaya Tojo <masaya <at> tojo.tokyo>
Date: Tue, 6 Sep 2022 08:02:01 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 57609 in the body.
You can then email your comments to 57609 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#57609
; Package
guix-patches
.
(Tue, 06 Sep 2022 08:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Masaya Tojo <masaya <at> tojo.tokyo>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 06 Sep 2022 08:02: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-ox-rss): New variable.
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2f41654777..2e36501894 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -61,7 +61,7 @@
;;; Copyright © 2020 Paul Garlick <pgarlick <at> tourbillion-technology.com>
;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
-;;; Copyright © 2020, 2021 Masaya Tojo <masaya <at> tojo.tokyo>
+;;; Copyright © 2020, 2021, 2022 Masaya Tojo <masaya <at> tojo.tokyo>
;;; Copyright © 2020, 2021 Martin Becze <mjbecze <at> riseup.net>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
@@ -32512,3 +32512,26 @@ (define-public emacs-vertico-posframe
a Vertico extension which provides a way to pop up a frame at point to show
a vertical completion UI.")
(license license:gpl3+)))
+
+(define-public emacs-ox-rss
+ (let ((commit "83dc898fa5493925b01716e5dd495d5e07c3d41a")
+ (revision "0"))
+ (package
+ (name "emacs-ox-rss")
+ (version (git-version "20210606" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/nsavage/ox-rss")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0513kixv9bgkignmji95m3rskn6px6c0fack4zdl61qq09fg8w6h"))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/nsavage/ox-rss")
+ (synopsis "RSS 2.0 Back-End for Org Export Engine")
+ (description
+ "This library implements an RSS 2.0 back-end for Org exporter, based
+on the HTML back-end.")
+ (license license:gpl3+))))
--
2.37.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Tue, 06 Sep 2022 11:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Masaya Tojo <masaya <at> tojo.tokyo>
:
bug acknowledged by developer.
(Tue, 06 Sep 2022 11:59:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 57609-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Masaya Tojo <masaya <at> tojo.tokyo> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ox-rss): New variable.
Thank you. I moved the package out of the end of the file, and applied
your patch with the changes below.
> +(define-public emacs-ox-rss
> + (let ((commit "83dc898fa5493925b01716e5dd495d5e07c3d41a")
> + (revision "0"))
> + (package
> + (name "emacs-ox-rss")
> + (version (git-version "20210606" revision commit))
I used "0" as the base version, as there is no reference to a version or
a tag in the code base.
> + (synopsis "RSS 2.0 Back-End for Org Export Engine")
I un-titlecased the synopsis.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Oct 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.