Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/tt-rss/files: postinstall-en.txt postinstall-en-with-daemon.txt ttrssd.initd
Date: Sun, 04 Dec 2011 10:54:07
Message-Id: 20111204105346.D44FB2004B@flycatcher.gentoo.org
1 hwoarang 11/12/04 10:53:46
2
3 Modified: postinstall-en.txt postinstall-en-with-daemon.txt
4 ttrssd.initd
5 Log:
6 version bump. Bug #390395. Thanks to Patrick <mail@×××××××××××××.net>
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 www-apps/tt-rss/files/postinstall-en.txt
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en.txt?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en.txt?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en.txt?r1=1.1&r2=1.2
16
17 Index: postinstall-en.txt
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/postinstall-en.txt,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- postinstall-en.txt 3 Jul 2011 12:37:42 -0000 1.1
24 +++ postinstall-en.txt 4 Dec 2011 10:53:46 -0000 1.2
25 @@ -1 +1,5 @@
26 Please read http://tt-rss.org/trac/wiki/InstallationNotes
27 +
28 +Note on update from 1.5.6 or earlier: The directory containing the
29 +feed icons has been renamed from 'icons' to 'feed-icons'. Please
30 +move your *.ico files over, and then remove the old 'icons' dir.
31
32
33
34 1.2 www-apps/tt-rss/files/postinstall-en-with-daemon.txt
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en-with-daemon.txt?rev=1.2&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en-with-daemon.txt?rev=1.2&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/postinstall-en-with-daemon.txt?r1=1.1&r2=1.2
39
40 Index: postinstall-en-with-daemon.txt
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/postinstall-en-with-daemon.txt,v
43 retrieving revision 1.1
44 retrieving revision 1.2
45 diff -u -r1.1 -r1.2
46 --- postinstall-en-with-daemon.txt 17 Jul 2011 15:09:07 -0000 1.1
47 +++ postinstall-en-with-daemon.txt 4 Dec 2011 10:53:46 -0000 1.2
48 @@ -12,3 +12,7 @@
49
50 rc-update add ttrssd default
51
52 +
53 +Note on update from 1.5.6 or earlier: The directory containing the
54 +feed icons has been renamed from 'icons' to 'feed-icons'. Please
55 +move your *.ico files over, and then remove the old 'icons' dir.
56
57
58
59 1.2 www-apps/tt-rss/files/ttrssd.initd
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd?r1=1.1&r2=1.2
64
65 Index: ttrssd.initd
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/files/ttrssd.initd,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- ttrssd.initd 17 Jul 2011 15:09:07 -0000 1.1
72 +++ ttrssd.initd 4 Dec 2011 10:53:46 -0000 1.2
73 @@ -19,7 +19,7 @@
74
75 # Since I have no idea how I could do this during the webapp-config installation,
76 # lets do it during start up...
77 - for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie lock icons; do
78 + for DIR in cache cache/htmlpurifier cache/magpie cache/simplepie lock feed-icons; do
79 chgrp ttrssd "${INSTANCE_DIR}/${DIR}"
80 chmod g+w "${INSTANCE_DIR}/${DIR}"
81 done