diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:16:50 +0000 |
commit | 1d83e9df2c417d94bf10d9daa117445c930ce3f2 (patch) | |
tree | fa4c31c90c286dc01f0800823510fffe9649a105 /dev-python/django-social-auth | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-1d83e9df2c417d94bf10d9daa117445c930ce3f2.tar.gz gentoo-2-1d83e9df2c417d94bf10d9daa117445c930ce3f2.tar.bz2 gentoo-2-1d83e9df2c417d94bf10d9daa117445c930ce3f2.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/django-social-auth')
-rw-r--r-- | dev-python/django-social-auth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-social-auth/django-social-auth-0.7.28.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-social-auth/ChangeLog b/dev-python/django-social-auth/ChangeLog index 995cb0692892..3e32c7c053fe 100644 --- a/dev-python/django-social-auth/ChangeLog +++ b/dev-python/django-social-auth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-social-auth -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/ChangeLog,v 1.6 2015/03/06 22:16:50 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> django-social-auth-0.7.28.ebuild: + amd64 stable, bug 540290 *django-social-auth-0.7.28 (18 Mar 2014) diff --git a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild b/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild index b3100589c733..8ab3d7415f19 100644 --- a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild +++ b/dev-python/django-social-auth/django-social-auth-0.7.28.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/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild,v 1.1 2014/03/18 10:06:46 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild,v 1.2 2015/03/06 22:16:50 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -10,7 +10,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" +KEYWORDS="amd64 ~x86" IUSE="doc examples" LICENSE="BSD" |