Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399889 - www-apps/tt-rss 1.5.9 version bump
Summary: www-apps/tt-rss 1.5.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Patrick
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-01-23 20:14 UTC by Patrick
Modified: 2012-02-03 22:37 UTC (History)
2 users (show)

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


Attachments
ebuild patch 1.5.8.1 -> 1.5.9 (tt-rss-1.5.9.ebuild.patch,990 bytes, patch)
2012-01-23 20:15 UTC, Patrick
Details | Diff
new files/ttrssd.initd (files-ttrssd.initd,1.26 KB, text/plain)
2012-01-23 20:16 UTC, Patrick
Details
new files/ttrssd.initd (backwards compatible) (tmp_227401517.null,1.33 KB, text/plain)
2012-01-28 23:57 UTC, Patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2012-01-23 20:14:58 UTC
TT-RSS 1.5.9 has been released on 2012-01-21.

hwoarang, I have made some small changes to the ebuild and the init script:
- There are two new sub-directories under cache/ that need serverown/chown/chmod treatment
- A user proposed DEPEND changes (see https://patrick-nagel.net/blog/archives/355#comment-18057 and https://patrick-nagel.net/blog/archives/355#comment-18258), which I have implemented and tested

Reproducible: Always
Comment 1 Patrick 2012-01-23 20:15:53 UTC
Created attachment 299659 [details, diff]
ebuild patch 1.5.8.1 -> 1.5.9
Comment 2 Patrick 2012-01-23 20:16:33 UTC
Created attachment 299661 [details]
new files/ttrssd.initd
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-01-28 21:47:39 UTC
Patrick,

Can the new initd script be used in older ebuilds? If so, I will replace the current with the updated one.
Comment 4 Patrick 2012-01-28 22:19:04 UTC
(In reply to comment #3)
> Patrick,
> 
> Can the new initd script be used in older ebuilds? If so, I will replace the
> current with the updated one.

It would output error messages for the two new directories when attempting to chown/chmod them. We could add

[ -d ${INSTANCE_DIR}/${DIR} ] && 

in front of the chown and the chmod line to prevent that.
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-01-28 23:07:25 UTC
Yeah that would be better. I'd rather have one initd file for all files. Could you please update it? Thanks
Comment 6 Patrick 2012-01-28 23:57:55 UTC
Created attachment 300209 [details]
new files/ttrssd.initd (backwards compatible)

let's see whether I can do that from the Shanghai subway and my mobile phone...
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2012-02-03 22:37:21 UTC
Bumped. Thanks