patrick 14/05/26 07:47:16 Modified: ChangeLog Added: flask-login-0.2.11.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 dev-python/flask-login/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 31 Mar 2014 06:43:14 -0000 1.12 +++ ChangeLog 26 May 2014 07:47:16 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flask-login # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.12 2014/03/31 06:43:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/ChangeLog,v 1.13 2014/05/26 07:47:16 patrick Exp $ + +*flask-login-0.2.11 (26 May 2014) + + 26 May 2014; Patrick Lauer <[email protected]> +flask-login-0.2.11.ebuild: + Bump *flask-login-0.2.10 (31 Mar 2014) 1.1 dev-python/flask-login/flask-login-0.2.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild?rev=1.1&content-type=text/plain Index: flask-login-0.2.11.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.11.ebuild,v 1.1 2014/05/26 07:47:16 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 MY_PN="Flask-Login" MY_P="${MY_PN}-${PV}" DESCRIPTION="Login session support for Flask" HOMEPAGE="http://pypi.python.org/pypi/Flask-Login" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}"
