GNU bug report logs - #47114
[PATCH] gnu: Add emacs-elfeed-score.

Previous Next

Package: guix-patches;

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

Date: Fri, 12 Mar 2021 21:57: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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#47114: closed ([PATCH] gnu: Add emacs-elfeed-score.)
Date: Sat, 13 Mar 2021 12:52:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 13 Mar 2021 13:51:11 +0100
with message-id <87k0qbxlmo.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#47114] [PATCH] gnu: Add emacs-elfeed-score.
has caused the debbugs.gnu.org bug report #47114,
regarding [PATCH] gnu: Add emacs-elfeed-score.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
47114: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47114
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-elfeed-score.
Date: Fri, 12 Mar 2021 22:56:09 +0100
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0bf744e1cf..dfe66d778c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9048,6 +9048,32 @@ duplicated a lot.  Org-mode makes the book keeping of tags and feeds
 much easier.")
       (license license:gpl3+))))
 
+(define-public emacs-elfeed-score
+  (package
+    (name "emacs-elfeed-score")
+    (version "0.7.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/sp1ff/elfeed-score")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "07xid0a31ghknbfwj8dxzbqkg4sfayjhlqvp17p2bzlf1mj0zjyd"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-elfeed" ,emacs-elfeed)))
+    (home-page "https://github.com/sp1ff/elfeed-score")
+    (synopsis "Gnus-style scoring for Elfeed")
+    (description "@code{elfeed-score} is an add-on for Elfeed, an RSS reader
+for Emacs.  It brings Gnus-style scoring to your RSS feeds.  Elfeed, by
+default, displays feed entries by date.  This package allows you to setup
+rules for assigning numeric scores to entries, and sorting entries with higher
+scores ahead of those with lower, regardless of date.  The idea is to
+prioritize content important to you.")
+    (license license:gpl3+)))
+
 (define-public emacs-el-x
   (package
     (name "emacs-el-x")

base-commit: 5a06b83fc92710c5846a83bbf49f0ea84c8ecec2
-- 
2.30.2




[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 47114-done <at> debbugs.gnu.org
Subject: Re: [bug#47114] [PATCH] gnu: Add emacs-elfeed-score.
Date: Sat, 13 Mar 2021 13:51:11 +0100
Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


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

Previous Next


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