Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663228 - www-client/rtv: Browse Reddit from your terminal (new package)
Summary: www-client/rtv: Browse Reddit from your terminal (new package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-09 13:14 UTC by crest.wave
Modified: 2022-11-20 10:49 UTC (History)
1 user (show)

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


Attachments
ebuild for rtv v1.23.0 (rtv-1.23.0.ebuild,830 bytes, text/plain)
2018-08-09 13:14 UTC, crest.wave
Details
ebuild for rtv v1.24.0 (rtv-1.24.0.ebuild,829 bytes, text/plain)
2018-08-19 01:21 UTC, crest.wave
Details
ebuild for rtv v1.24.0 (rtv-1.24.0.ebuild,772 bytes, text/plain)
2018-08-19 06:11 UTC, crest.wave
Details
ebuild for rtv v1.24.0 (rtv-1.24.0.ebuild,801 bytes, text/plain)
2018-08-31 11:24 UTC, crest.wave
Details
ebuild for rtv 1.24.0 (rtv-1.24.0.ebuild,800 bytes, text/plain)
2018-09-02 03:20 UTC, crest.wave
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crest.wave 2018-08-09 13:14:05 UTC
Created attachment 542854 [details]
ebuild for rtv v1.23.0

RTV (Reddit Terminal Viewer) provides a text-based interface to view and interact with Reddit, fully controlled by the keyboard. It supports opening media links in external applications by associating them with MIME types through a mailcap file.
Comment 1 Jonas Stein gentoo-dev 2018-08-18 13:11:41 UTC
Thank you for your contribution. I had a short look on the ebuild. 
Here a few ideas:
use a variable for 1.23.0 in
SRC_URI="https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz"
see 
https://devmanual.gentoo.org/ebuild-writing/variables/
Comment 2 crest.wave 2018-08-19 01:21:00 UTC
Created attachment 543972 [details]
ebuild for rtv v1.24.0
Comment 3 crest.wave 2018-08-19 01:25:31 UTC
(In reply to Jonas Stein from comment #1)
> Thank you for your contribution. I had a short look on the ebuild. 
> Here a few ideas:
> use a variable for 1.23.0 in
> SRC_URI="https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz"
> see 
> https://devmanual.gentoo.org/ebuild-writing/variables/

Thanks for the suggestion! I implemented this in the updated ebuild.
Comment 4 crest.wave 2018-08-19 06:11:41 UTC
Created attachment 543980 [details]
ebuild for rtv v1.24.0
Comment 5 crest.wave 2018-08-31 11:24:05 UTC
Created attachment 545594 [details]
ebuild for rtv v1.24.0

Changed the description to match the PyPI package's and set the DOCS variable.
Comment 6 crest.wave 2018-09-02 03:20:13 UTC
Created attachment 545760 [details]
ebuild for rtv 1.24.0

Bumped to EAPI 7 and removed a blank line.