Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461250 - New package: net-p2p/rsstorrent - Small python script/program that monitors an RSS-feed and automatically downloads matching entries, based on a configuration file.
Summary: New package: net-p2p/rsstorrent - Small python script/program that monitors a...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/AzP/rsstorrent
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-03-10 13:02 UTC by Peter Asplund
Modified: 2020-07-18 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild (rsstorrent-0.6.ebuild,1.25 KB, text/plain)
2013-03-10 13:02 UTC, Peter Asplund
Details
Metadata (metadata.xml,242 bytes, text/plain)
2013-03-10 13:03 UTC, Peter Asplund
Details
Manifest file (Manifest,1.46 KB, text/plain)
2013-03-10 13:03 UTC, Peter Asplund
Details
Ebuild for version 0.8 (rsstorrent-0.8.ebuild,1.21 KB, text/plain)
2020-07-18 16:13 UTC, Peter Asplund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Asplund 2013-03-10 13:02:31 UTC
Created attachment 341524 [details]
Ebuild

An ebuild request for 
https://github.com/AzP/rsstorrent

It's a small python script/program that monitors an RSS-feed and automatically downloads matching entries, based on a configuration file.

I've written an ebuild in my own overlay (AzP), but I'm attaching the ebuild.
Comment 1 Peter Asplund 2013-03-10 13:03:15 UTC
Created attachment 341526 [details]
Metadata
Comment 2 Peter Asplund 2013-03-10 13:03:46 UTC
Created attachment 341528 [details]
Manifest file
Comment 3 Peter Asplund 2013-03-11 17:24:20 UTC
I should probably port it to Python 3, since 2.7 isn't the default version in Gentoo anymore.
Shouldn't be too hard since I've already prepared it for it.
Comment 4 Peter Asplund 2013-06-17 09:27:27 UTC
I can't port it to Python 3 since some dependencies aren't ported yet (the daemon package).
Comment 5 Peter Asplund 2014-07-28 12:15:42 UTC
What would I do to maintain this package myself? I'm the developer of the software, so at least I have some idea of how it works ;)
Comment 6 Peter Asplund 2016-05-09 19:59:46 UTC
*bump* - How do I became a package maintainer? I think I'm ready to maintain this little gem.
Comment 7 Peter Asplund 2020-07-18 16:13:41 UTC
Created attachment 649766 [details]
Ebuild for version 0.8

New version has been released. Now completely ported to Python 3.