From unknown Tue Aug 19 21:04:14 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47449] [PATCH] Add emacs-elfeed-protocol Resent-From: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 28 Mar 2021 10:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47449 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47449@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161692804018541 (code B ref -1); Sun, 28 Mar 2021 10:41:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Mar 2021 10:40:40 +0000 Received: from localhost ([127.0.0.1]:45463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSqR-0004ov-I9 for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:40:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:40312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSqP-0004om-2n for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:40:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59596) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQSqO-0007tq-Qo for guix-patches@gnu.org; Sun, 28 Mar 2021 06:40:32 -0400 Received: from mail-wm1-x32d.google.com ([2a00:1450:4864:20::32d]:44867) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lQSqN-0007pj-2N for guix-patches@gnu.org; Sun, 28 Mar 2021 06:40:32 -0400 Received: by mail-wm1-x32d.google.com with SMTP id j4-20020a05600c4104b029010c62bc1e20so5197811wmi.3 for ; Sun, 28 Mar 2021 03:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=FyK2W68bTJfIi2LoLuSf/QRBcv3/QiAwREhuQUoBxDc=; b=FNJgEmjtvVHMsmdomijhX85P2Hdmv91WRr8OlAk2plaX7FiyYPX/d/UnLHQhjbloSg Y/QjsQ93dTI0q/E77lTq4WFouWqBo5C+0wEn0IgBotyhn2NIfEzxFs5VFWdlExo40YDx gHVA2OszkzAQ7qB9q66RgkVsuSL/5bNHjnSg6W0vMI+nYHxrL1a4kVGcH6p4Jpi52NtA 7FPhuq7trGtVmDUafsv1dRSSiVoYlAktwXs7OhsVscms6E/NZYq9Scc1CKi8T8RIlFdy WR+j4MowC/1wFwfKk7FUzjqzdSFOmafieh1jnQJVzhMGW7FZnZhXU7fAF8sGr6zcbCqq Tasw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=FyK2W68bTJfIi2LoLuSf/QRBcv3/QiAwREhuQUoBxDc=; b=aBf4OUc/s+aokSAwlxQhTs6SITZvIvd9ZXLygZgl/DaIFRBCFt2uqZDohaYpLCqteo pG7w6v2NpGkmI/QQXLTCAqs8YJvfGpe23s06pQ6yTj/6wOnRlxYRC15/baZ3fLIS2wmv TB7F7y834Dn4fwRyfM5dvh4ntxMmsk2EPjjXOm7diugTUmhhORkLqIra6Era5I4NXlFJ AiMXPchYTTsn9wY/mNxgLDMbZzRTtxROlhxKRfVMOcZZDFbCkONbN7mDSjOduaXXWDUw X+S4Y0PVyo8KE/+bsowOue3R+Ny5wP+LVj5BCr3jV8i9hLIMGWiOAsTOPvvIvkXe5ARu f9XA== X-Gm-Message-State: AOAM532gogSCnfqpKfvwf4L8HaPinV/9aw2c1Yn9yZ2yVnLAYmelXJRH 1D++fQ7xUXdMd02vk7s9frN7eIRZvdM= X-Google-Smtp-Source: ABdhPJxRLpZRaY4be3WP9N/XAv6iOHSVnFRazvhR7q7jerI1Z3It8khZC8+7YTSsjd+/1n5WiFw4qw== X-Received: by 2002:a7b:c084:: with SMTP id r4mr20446351wmh.166.1616928029013; Sun, 28 Mar 2021 03:40:29 -0700 (PDT) Received: from guixSD (host-79-17-142-89.retail.telecomitalia.it. [79.17.142.89]) by smtp.gmail.com with ESMTPSA id m17sm24029636wrx.92.2021.03.28.03.40.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Mar 2021 03:40:28 -0700 (PDT) From: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Date: Sun, 28 Mar 2021 12:40:26 +0200 Message-ID: <87sg4fd0it.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::32d; envelope-from=anothersms@gmail.com; helo=mail-wm1-x32d.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi! This patch adds emacs-elfeed-protocol! Thanks, =?UTF-8?Q?Nicol=C3=B2?= Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: nixo.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (anothersms[at]gmail.com) 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! This patch adds emacs-elfeed-protocol! Thanks, Nicol=C3=B2 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-elfeed-protocol.patch Content-Transfer-Encoding: quoted-printable >From 87dbbcefbf981d57ba032f44ff71a273d21c4c31 Mon Sep 17 00:00:00 2001 From: nixo 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 =C2=A9 2020 Adam Kandur ;;; Copyright =C2=A9 2020 Tim Howes ;;; Copyright =C2=A9 2020 Noah Landis -;;; Copyright =C2=A9 2020 Nicol=C3=B2 Balzarotti +;;; Copyright =C2=A9 2020, 2021 Nicol=C3=B2 Balzarotti ;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; Copyright =C2=A9 2020 Jonathan Rostran ;;; Copyright =C2=A9 2020, 2021 Noah Evans @@ -9119,6 +9119,32 @@ duplicated a lot. Org-mode makes the book keeping o= f tags and feeds much easier.") (license license:gpl3+)))) =20 +(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") --=20 2.31.0 --=-=-=-- From unknown Tue Aug 19 21:04:14 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Subject: bug#47449: closed (Re: [bug#47449] [PATCH] Add emacs-elfeed-protocol) Message-ID: References: <87sg3xqimp.fsf@nicolasgoaziou.fr> <87sg4fd0it.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> X-Gnu-PR-Message: they-closed 47449 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47449@debbugs.gnu.org Date: Sun, 11 Apr 2021 09:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1618133102-18029-1" This is a multi-part message in MIME format... ------------=_1618133102-18029-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47449: [PATCH] Add emacs-elfeed-protocol 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 47449@debbugs.gnu.org. --=20 47449: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47449 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1618133102-18029-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47449-done) by debbugs.gnu.org; 11 Apr 2021 09:24:08 +0000 Received: from localhost ([127.0.0.1]:54011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVWK8-0004fI-IW for submit@debbugs.gnu.org; Sun, 11 Apr 2021 05:24:08 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:55929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVWK7-0004en-3x for 47449-done@debbugs.gnu.org; Sun, 11 Apr 2021 05:24:07 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 0A62120004; Sun, 11 Apr 2021 09:23:59 +0000 (UTC) From: Nicolas Goaziou To: =?utf-8?Q?Nicol=C3=B2?= Balzarotti Subject: Re: [bug#47449] [PATCH] Add emacs-elfeed-protocol References: <87sg4fd0it.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> Date: Sun, 11 Apr 2021 11:23:58 +0200 In-Reply-To: <87sg4fd0it.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> (=?utf-8?Q?=22Nicol=C3=B2?= Balzarotti"'s message of "Sun, 28 Mar 2021 12:40:26 +0200") Message-ID: <87sg3xqimp.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47449-done Cc: 47449-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Nicol=C3=B2 Balzarotti writes: > Subject: [PATCH] gnu: Add emacs-elfeed-protocol. > > * gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): New variable. Applied. Thank you. Regards, --=20 Nicolas Goaziou ------------=_1618133102-18029-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Mar 2021 10:40:40 +0000 Received: from localhost ([127.0.0.1]:45463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSqR-0004ov-I9 for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:40:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:40312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSqP-0004om-2n for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:40:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59596) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQSqO-0007tq-Qo for guix-patches@gnu.org; Sun, 28 Mar 2021 06:40:32 -0400 Received: from mail-wm1-x32d.google.com ([2a00:1450:4864:20::32d]:44867) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lQSqN-0007pj-2N for guix-patches@gnu.org; Sun, 28 Mar 2021 06:40:32 -0400 Received: by mail-wm1-x32d.google.com with SMTP id j4-20020a05600c4104b029010c62bc1e20so5197811wmi.3 for ; Sun, 28 Mar 2021 03:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=FyK2W68bTJfIi2LoLuSf/QRBcv3/QiAwREhuQUoBxDc=; b=FNJgEmjtvVHMsmdomijhX85P2Hdmv91WRr8OlAk2plaX7FiyYPX/d/UnLHQhjbloSg Y/QjsQ93dTI0q/E77lTq4WFouWqBo5C+0wEn0IgBotyhn2NIfEzxFs5VFWdlExo40YDx gHVA2OszkzAQ7qB9q66RgkVsuSL/5bNHjnSg6W0vMI+nYHxrL1a4kVGcH6p4Jpi52NtA 7FPhuq7trGtVmDUafsv1dRSSiVoYlAktwXs7OhsVscms6E/NZYq9Scc1CKi8T8RIlFdy WR+j4MowC/1wFwfKk7FUzjqzdSFOmafieh1jnQJVzhMGW7FZnZhXU7fAF8sGr6zcbCqq Tasw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=FyK2W68bTJfIi2LoLuSf/QRBcv3/QiAwREhuQUoBxDc=; b=aBf4OUc/s+aokSAwlxQhTs6SITZvIvd9ZXLygZgl/DaIFRBCFt2uqZDohaYpLCqteo pG7w6v2NpGkmI/QQXLTCAqs8YJvfGpe23s06pQ6yTj/6wOnRlxYRC15/baZ3fLIS2wmv TB7F7y834Dn4fwRyfM5dvh4ntxMmsk2EPjjXOm7diugTUmhhORkLqIra6Era5I4NXlFJ AiMXPchYTTsn9wY/mNxgLDMbZzRTtxROlhxKRfVMOcZZDFbCkONbN7mDSjOduaXXWDUw X+S4Y0PVyo8KE/+bsowOue3R+Ny5wP+LVj5BCr3jV8i9hLIMGWiOAsTOPvvIvkXe5ARu f9XA== X-Gm-Message-State: AOAM532gogSCnfqpKfvwf4L8HaPinV/9aw2c1Yn9yZ2yVnLAYmelXJRH 1D++fQ7xUXdMd02vk7s9frN7eIRZvdM= X-Google-Smtp-Source: ABdhPJxRLpZRaY4be3WP9N/XAv6iOHSVnFRazvhR7q7jerI1Z3It8khZC8+7YTSsjd+/1n5WiFw4qw== X-Received: by 2002:a7b:c084:: with SMTP id r4mr20446351wmh.166.1616928029013; Sun, 28 Mar 2021 03:40:29 -0700 (PDT) Received: from guixSD (host-79-17-142-89.retail.telecomitalia.it. [79.17.142.89]) by smtp.gmail.com with ESMTPSA id m17sm24029636wrx.92.2021.03.28.03.40.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Mar 2021 03:40:28 -0700 (PDT) From: =?utf-8?Q?Nicol=C3=B2_Balzarotti?= To: guix-patches@gnu.org Subject: [PATCH] Add emacs-elfeed-protocol Date: Sun, 28 Mar 2021 12:40:26 +0200 Message-ID: <87sg4fd0it.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::32d; envelope-from=anothersms@gmail.com; helo=mail-wm1-x32d.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi! This patch adds emacs-elfeed-protocol! Thanks, Nicolò Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: nixo.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (anothersms[at]gmail.com) 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! This patch adds emacs-elfeed-protocol! Thanks, Nicol=C3=B2 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-emacs-elfeed-protocol.patch Content-Transfer-Encoding: quoted-printable >From 87dbbcefbf981d57ba032f44ff71a273d21c4c31 Mon Sep 17 00:00:00 2001 From: nixo 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 =C2=A9 2020 Adam Kandur ;;; Copyright =C2=A9 2020 Tim Howes ;;; Copyright =C2=A9 2020 Noah Landis -;;; Copyright =C2=A9 2020 Nicol=C3=B2 Balzarotti +;;; Copyright =C2=A9 2020, 2021 Nicol=C3=B2 Balzarotti ;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; Copyright =C2=A9 2020 Jonathan Rostran ;;; Copyright =C2=A9 2020, 2021 Noah Evans @@ -9119,6 +9119,32 @@ duplicated a lot. Org-mode makes the book keeping o= f tags and feeds much easier.") (license license:gpl3+)))) =20 +(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") --=20 2.31.0 --=-=-=-- ------------=_1618133102-18029-1--