patrick 14/03/31 06:53:16 Modified: ChangeLog Added: flask-openid-1.2.1.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 dev-python/flask-openid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 17 Jun 2013 02:31:31 -0000 1.7 +++ ChangeLog 31 Mar 2014 06:53:16 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flask-openid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.7 2013/06/17 02:31:31 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.8 2014/03/31 06:53:16 patrick Exp $ + +*flask-openid-1.2.1 (31 Mar 2014) + + 31 Mar 2014; Patrick Lauer <[email protected]> +flask-openid-1.2.1.ebuild: + Bump 17 Jun 2013; Patrick Lauer <[email protected]> flask-openid-1.1.1-r1.ebuild: Fix python targets as flask was downrated 1.1 dev-python/flask-openid/flask-openid-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-openid/flask-openid-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: flask-openid-1.2.1.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-openid/flask-openid-1.2.1.ebuild,v 1.1 2014/03/31 06:53:16 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 MY_PN="Flask-OpenID" MY_P="${MY_PN}-${PV}" DESCRIPTION="OpenID support for Flask" HOMEPAGE="http://pypi.python.org/pypi/Flask-OpenID" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND=">=dev-python/flask-0.3[${PYTHON_USEDEP}] >=dev-python/python-openid-2.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}" python_install_all() { use examples && local EXAMPLES=( example/. ) distutils-r1_python_install_all }
