most web applications like say roundcube, owncloud, and all previous ebuilds of tt-rss obey the -vhosts useflag. tt-rss-20150304 broke this. After uninstalls, installs moving directories it still did not obey. The only way to make use of the tt-rss-20150304 ebuild was to use webapp-config which seems to indicate -vhosts is not being obeyed unlike 1.15.3 (or prior), owncloud etc. Reproducible: Always Steps to Reproduce: 1.unmerge tt-rss-1.15.3 2.emerge tt-rss-20150304 3.do not find files in expected location Actual Results: all previous ebuilds ot tt-rss obeyed the vhosts useflag and installed files as expected. tt-rss-20150304 did not install as all previous tt-rss ebuilds did and required using webapp-config to install the files in expected location like 1.15.3 and prior Expected Results: It should have installed like 1.15.3 and prior by placing files in the expected location without webapp-config much like roundcube, owncloud, squirrelmail, phppgadmin
What I expect is for tt-rss-20150304 to act like tt-rss-1.15.3 and earlier as well as owncloud, roundcube etc. This is to install files in the normal location when not using vhosts without the need of manually invoking webapp-config. tt-rss-20150304 unlike all previous versions appears not to obey -vhosts and requires web-app config to install manually. I often downgraded as I needed to be able to run tt-rss and did not find the installed files. 1.15.3 continues to operate as expected. The issue was introduced in 20150304 and is always reproducable.
I see it now. This was an oversight on my side. It should be fixed now. The updated ebuild will hit rsync mirrors in a few hours. Thanks for reporting. + 23 Mar 2015; Thomas Kahle <tomka@gentoo.org> tt-rss-20150304.ebuild: + Call webapp pkg_postinst again (bug 543626)
Just wanted to give confirmation I see the fix on my side as well. I compared behavior of 1.15.3 vs 20150304 and they are the same. Thank you.