Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250607 - tt-rss-1.2.30.ebuild (New Package)
Summary: tt-rss-1.2.30.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, InVCS
Depends on:
Blocks:
 
Reported: 2008-12-11 11:12 UTC by Patrick
Modified: 2011-07-03 12:37 UTC (History)
3 users (show)

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


Attachments
tt-rss-1.2.29.ebuild (tt-rss-1.2.29.ebuild,1.72 KB, text/plain)
2008-12-11 11:16 UTC, Patrick
Details
inofficial libxml2 bug workaround patch (magpierss) (tt-rss-1.2.29_inofficial_libxml2_bug_workaround_magpierss.patch,547 bytes, patch)
2008-12-11 11:17 UTC, Patrick
Details | Diff
inofficial libxml2 bug workaround patch (simplepie) (tt-rss-1.2.29_inofficial_libxml2_bug_workaround_simplepie.patch,485 bytes, patch)
2008-12-11 11:17 UTC, Patrick
Details | Diff
tt-rss-1.2.29.ebuild (tt-rss-1.2.29.ebuild,1.76 KB, text/plain)
2008-12-11 13:35 UTC, Patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2008-12-11 11:12:45 UTC
Ebuild for Tiny Tiny RSS (short name: tt-rss)

"Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed to
allow you to read news from any location, while feeling as close to a real
desktop application as possible." (from http://tt-rss.org/)

It's my first webapp ebuild, and one of my first ebuilds at all, so there may
be newbish mistakes in it...

Currently the ebuild takes care of the following:
* USE flags for mysql/postgresql database - used the checks from the
mail-client/roundcube ebuild
* Config file protection
* Server-owned icons directory, so that the feed icons can be written by the
web server
* Applies two patches that are needed currently because of some problem in
libxml2 (see http://tt-rss.org/forum/viewtopic.php?f=1&t=393 for details)

I'd be willing to maintain the package.
Comment 1 Patrick 2008-12-11 11:16:19 UTC
Created attachment 174948 [details]
tt-rss-1.2.29.ebuild
Comment 2 Patrick 2008-12-11 11:17:18 UTC
Created attachment 174950 [details, diff]
inofficial libxml2 bug workaround patch (magpierss)
Comment 3 Patrick 2008-12-11 11:17:41 UTC
Created attachment 174951 [details, diff]
inofficial libxml2 bug workaround patch (simplepie)
Comment 4 Patrick 2008-12-11 13:35:22 UTC
Created attachment 174957 [details]
tt-rss-1.2.29.ebuild

changed: cp --> doins
Comment 5 Patrick 2008-12-27 11:51:48 UTC
This is now in the sunrise overlay. You can find it at:
http://overlays.gentoo.org/svn/proj/sunrise/reviewed/www-apps/tt-rss/
Comment 6 Daniel Mettler 2009-10-25 05:53:37 UTC
BTW, I've created a basic init script for the default update method (using a single-process daemon). See http://www.numlock.ch/news/it/tiny-tiny-rss-a-great-web-based-feed-reader/
Comment 7 René 'Necoro' Neumann 2010-03-23 21:04:43 UTC
Two notes: 
First: Version 1.4.1 has been released
Second: Why is there a mysqli flag in the ebuild? tt-rss seems to only support 'mysql'.
Comment 8 Patrick 2010-03-24 07:16:25 UTC
(In reply to comment #7)
> First: Version 1.4.1 has been released
> Second: Why is there a mysqli flag in the ebuild? tt-rss seems to only support
> 'mysql'.

I just committed a version bump to 1.4.1 to sunrise (it needs to be reviewed first, before it will show up for users). I removed the mysqli USE flag. 

Thanks for reporting.
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2011-07-02 13:02:55 UTC
I plan to move it to portage tree. If someone is willing to proxy maintain it please say so
Comment 10 Patrick 2011-07-02 13:16:52 UTC
(In reply to comment #9)
> I plan to move it to portage tree. If someone is willing to proxy maintain it
> please say so

Thanks, Markos. I could do that - I've been bumping versions in sunrise for the last 1.5 years already, and I'm actively using tt-rss.
Comment 11 Markos Chandras (RETIRED) gentoo-dev 2011-07-03 12:37:20 UTC
*tt-rss-1.5.4 (03 Jul 2011)

  03 Jul 2011; Markos Chandras <hwoarang@gentoo.org> +tt-rss-1.5.4.ebuild,
  +files/postinstall-en.txt, +metadata.xml:
  Moved from sunrise overlay. Thanks to Patrick Nagel <mail@patrick-nagel.net>.
  Bug #250607