Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 562950

Summary: net-misc/feedreader - rss desktop client
Product: Gentoo Linux Reporter: gerion <gerion.entrup>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: hydrapolic, mahdi1234
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: FeedReader-1.4.1.ebuild
FeedReader-1.4.1-r1.ebuild
FeedReader-1.4.1-r2.ebuild
FeedReader-1.4.2.ebuild

Description gerion 2015-10-12 17:57:58 UTC
There is a new application for RSS-feeds, Feedreader.

It would be nice, if you provide an ebuild.

Here is the website:
https://jangernert.github.io/feedreader/

There are already Arch packages and some other distrubtions:
https://aur.archlinux.org/packages/feedreader/

The code is on launchpad:
https://bazaar.launchpad.net/~eviltwin1/feedreader/master/files
Comment 1 Tomáš Mózes 2015-10-12 18:59:51 UTC
Hello gerion, it seems like a nice application. I've checked the arch package, the building/installation doesn't look that complicated. Maybe try creating an ebuild an attach it here?
Comment 2 mAhdi 2015-11-20 20:15:44 UTC
Created attachment 417480 [details]
FeedReader-1.4.1.ebuild

Here's quick-and-dirty ebuild, just put together something which works on my system (x86), there's likely missing some deps or useflags for deps.

Feel free to try it.
Comment 3 Tomáš Mózes 2015-11-21 05:58:48 UTC
Thanks for the ebuild. 

The "work" dir where portage unpacks the package is at ${WORKDIR}, you can replace these: 
S="${PORTAGE_BUILDDIR}/work"
/var/tmp/portage/net-news/${PN}-${PV}/work/

You can replace:
emake DESTDIR="${D}" install
just with "default", because that's what normally src_install() does.
Comment 4 mAhdi 2015-11-21 14:04:31 UTC
Created attachment 417494 [details]
FeedReader-1.4.1-r1.ebuild

Updated ebuild with suggested.
Comment 5 mAhdi 2015-11-21 17:24:07 UTC
Created attachment 417500 [details]
FeedReader-1.4.1-r2.ebuild

Updated ebuild to use gnome2-utils & fdo-mime classes as suggested in forums.
Comment 6 Tomáš Mózes 2015-11-21 19:31:31 UTC
Seems I overlooked the first time, but ${PN}-${PV} can be substituted to simple ${P}. Nice job, keep polishing it.
Comment 7 mAhdi 2015-12-10 21:29:24 UTC
Created attachment 418952 [details]
FeedReader-1.4.2.ebuild

Version bump 1.4.2