gnu: Remove rawdog.

* gnu/packages/syndication.scm (rawdog): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:14:42 -04:00
parent 082a6f41c4
commit 5a601e8f2b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -491,31 +491,6 @@ (define-public tuir
(license (list license:expat
license:gpl3+)))) ; tuir/packages/praw
(define-public rawdog
(package
(name "rawdog")
(version "2.23")
(source
(origin
(method url-fetch)
(uri (string-append "https://offog.org/files/rawdog-"
version ".tar.gz"))
(sha256
(base32
"18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2.7))
(inputs
(list python2-feedparser python2-pytidylib))
(home-page "https://offog.org/code/rawdog/")
(synopsis "RSS Aggregator Without Delusions Of Grandeur")
(description
"@command{rawdog} is a feed aggregator, capable of producing a personal
\"river of news\" or a public \"planet\" page. It supports all common feed
formats, including all versions of RSS and Atom.")
(license license:gpl2+)))
(define-public gfeeds
(package
(name "gfeeds")