idella4 14/03/18 10:06:46 Modified: ChangeLog Added: django-social-auth-0.7.28.ebuild Removed: django-social-auth-0.7.23.ebuild Log: bump; add IUSE doc, examples, update deps, remove old (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/django-social-auth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 1 Jun 2013 17:24:37 -0000 1.4 +++ ChangeLog 18 Mar 2014 10:06:46 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/django-social-auth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v 1.4 2013/06/01 17:24:37 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v 1.5 2014/03/18 10:06:46 idella4 Exp $ + +*django-social-auth-0.7.28 (18 Mar 2014) + + 18 Mar 2014; Ian Delaney <[email protected]> + +django-social-auth-0.7.28.ebuild, -django-social-auth-0.7.23.ebuild: + bump; add IUSE doc, examples, update deps, remove old 01 Jun 2013; Ian Delaney <[email protected]> django-social-auth-0.7.23.ebuild: 1.1 dev-python/django-social-auth/django-social-auth-0.7.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild?rev=1.1&content-type=text/plain Index: django-social-auth-0.7.28.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild,v 1.1 2014/03/18 10:06:46 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects" HOMEPAGE="http://pypi.python.org/pypi/django-social-auth/" SRC_URI="https://github.com/omab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" IUSE="doc examples" LICENSE="BSD" SLOT="0" # Tests access and test logins to social media sites RESTRICT="test" RDEPEND=">=dev-python/django-1.2.5[${PYTHON_USEDEP}] >=dev-python/oauth2-1.5.167[${PYTHON_USEDEP}] >=dev-python/python-openid-2.2[${PYTHON_USEDEP}] >=dev-python/selenium-2.29.0[${PYTHON_USEDEP}] ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed d'loading in doc build sed -e 's:^intersphinx:_&:' -i doc/conf.py || die distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C doc html } python_install_all() { use doc && local HTML_DOCS=( doc/_build/html/. ) use examples && local EXAMPLES=( example/. ) distutils-r1_python_install_all }
