* [bug#47449] [PATCH] Add emacs-elfeed-protocol
@ 2021-03-28 10:40 Nicolò Balzarotti
2021-04-11 9:23 ` bug#47449: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Nicolò Balzarotti @ 2021-03-28 10:40 UTC (permalink / raw)
To: 47449
[-- Attachment #1: Type: text/plain, Size: 68 bytes --]
Hi!
This patch adds emacs-elfeed-protocol!
Thanks, Nicolò
[-- Attachment #2: 0001-gnu-Add-emacs-elfeed-protocol.patch --]
[-- Type: text/x-patch, Size: 2221 bytes --]
From 87dbbcefbf981d57ba032f44ff71a273d21c4c31 Mon Sep 17 00:00:00 2001
From: nixo <nicolo@nixo.xyz>
Date: Sun, 28 Mar 2021 11:59:16 +0200
Subject: [PATCH] gnu: Add emacs-elfeed-protocol.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): New variable.
---
gnu/packages/emacs-xyz.scm | 28 +++++++++++++++++++++++++++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ead2144b42..d8bffff961 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -85,7 +85,7 @@
;;; Copyright © 2020 Adam Kandur <rndd@tuta.io>
;;; Copyright © 2020 Tim Howes <timhowes@lavabit.com>
;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
-;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2020, 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 André A. Gomes <andremegafone@gmail.com>
;;; Copyright © 2020 Jonathan Rostran <rostranjj@gmail.com>
;;; Copyright © 2020, 2021 Noah Evans <noah@nevans.me>
@@ -9119,6 +9119,32 @@ duplicated a lot. Org-mode makes the book keeping of tags and feeds
much easier.")
(license license:gpl3+))))
+(define-public emacs-elfeed-protocol
+ (package
+ (name "emacs-elfeed-protocol")
+ (version "0.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/fasheng/elfeed-protocol")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "07r1qlldgd0kfikd0y737y5n42ab3nkw2s5jx7frimj41yandbdp"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-elfeed" ,emacs-elfeed)))
+ (home-page
+ "https://github.com/fasheng/elfeed-protocol")
+ (synopsis "Fever/NewsBlur/ownCloud/tt-rss protocols for elfeed")
+ (description
+ "elfeed-protocol provides extra protocols to make self-hosting RSS
+readers like Fever, NewsBlur, ownCloud News and Tiny TIny RSS work
+with elfeed.")
+ (license license:gpl3+)))
+
(define-public emacs-elfeed-score
(package
(name "emacs-elfeed-score")
--
2.31.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#47449: [PATCH] Add emacs-elfeed-protocol
2021-03-28 10:40 [bug#47449] [PATCH] Add emacs-elfeed-protocol Nicolò Balzarotti
@ 2021-04-11 9:23 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-04-11 9:23 UTC (permalink / raw)
To: Nicolò Balzarotti; +Cc: 47449-done
Hello,
Nicolò Balzarotti <anothersms@gmail.com> writes:
> Subject: [PATCH] gnu: Add emacs-elfeed-protocol.
>
> * gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-11 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 10:40 [bug#47449] [PATCH] Add emacs-elfeed-protocol Nicolò Balzarotti
2021-04-11 9:23 ` bug#47449: " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.