summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2015-01-05 16:43:57 +0000
committerThomas Kahle <tomka@gentoo.org>2015-01-05 16:43:57 +0000
commite7c1480420afd53673d1490e6b08b3ac3944ec86 (patch)
tree30a717b589b4f38a7ffeb719c0ad2f2be05b480b /www-apps
parentEAPI 5 - Use python2 (diff)
downloadgentoo-2-e7c1480420afd53673d1490e6b08b3ac3944ec86.tar.gz
gentoo-2-e7c1480420afd53673d1490e6b08b3ac3944ec86.tar.bz2
gentoo-2-e7c1480420afd53673d1490e6b08b3ac3944ec86.zip
bump to 1.15.3, remove 1.13
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/tt-rss/ChangeLog10
-rw-r--r--www-apps/tt-rss/tt-rss-1.15.3.ebuild (renamed from www-apps/tt-rss/tt-rss-1.13.ebuild)8
2 files changed, 13 insertions, 5 deletions
diff --git a/www-apps/tt-rss/ChangeLog b/www-apps/tt-rss/ChangeLog
index d283130dfbaa..396befa90ca1 100644
--- a/www-apps/tt-rss/ChangeLog
+++ b/www-apps/tt-rss/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/tt-rss
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.35 2014/11/07 09:29:50 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.36 2015/01/05 16:43:57 tomka Exp $
+
+*tt-rss-1.15.3 (05 Jan 2015)
+
+ 05 Jan 2015; Thomas Kahle <tomka@gentoo.org> +tt-rss-1.15.3.ebuild,
+ -tt-rss-1.13.ebuild:
+ bump to 1.15.3, remove 1.13
*tt-rss-1.14 (07 Nov 2014)
diff --git a/www-apps/tt-rss/tt-rss-1.13.ebuild b/www-apps/tt-rss/tt-rss-1.15.3.ebuild
index dda790331ef1..135328e1ae17 100644
--- a/www-apps/tt-rss/tt-rss-1.13.ebuild
+++ b/www-apps/tt-rss/tt-rss-1.15.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.13.ebuild,v 1.1 2014/08/04 10:44:29 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.15.3.ebuild,v 1.1 2015/01/05 16:43:57 tomka Exp $
EAPI=5
@@ -63,7 +63,7 @@ src_install() {
webapp_serverowned -R "${MY_HTDOCSDIR}/${DIR}"
done
- # In the old days we put a config.php directly and tried to
+ # In the old days we put a config.php directly and tried to
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile "${MY_HTDOCSDIR}"/config.php
@@ -74,6 +74,8 @@ src_install() {
newconfd "${FILESDIR}"/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins "${FILESDIR}"/ttrssd.logrotated ttrssd
+
+ elog "After upgrading, please restart ttrssd"
else
webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
fi