slyfox 14/08/10 21:10:59 Modified: flask-themes-0.1.3-r1.ebuild ChangeLog Log: QA: drop trailing '.' from DESCRIPTION (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.6 dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild?r1=1.5&r2=1.6 Index: flask-themes-0.1.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- flask-themes-0.1.3-r1.ebuild 30 May 2014 11:07:43 -0000 1.5 +++ flask-themes-0.1.3-r1.ebuild 10 Aug 2014 21:10:59 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild,v 1.5 2014/05/30 11:07:43 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/flask-themes-0.1.3-r1.ebuild,v 1.6 2014/08/10 21:10:59 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -10,7 +10,7 @@ MY_PN="Flask-Themes" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Infrastructure for theming support in Flask applications." +DESCRIPTION="Infrastructure for theming support in Flask applications" HOMEPAGE="http://packages.python.org/Flask-Themes/ http://pypi.python.org/pypi/Flask-Themes" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 1.8 dev-python/flask-themes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-themes/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-themes/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 30 May 2014 11:07:43 -0000 1.7 +++ ChangeLog 10 Aug 2014 21:10:59 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/flask-themes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/ChangeLog,v 1.7 2014/05/30 11:07:43 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-themes/ChangeLog,v 1.8 2014/08/10 21:10:59 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> + flask-themes-0.1.3-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 30 May 2014; Ian Delaney <idel...@gentoo.org> flask-themes-0.1.3-r1.ebuild: add py3 support