Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/
Date: Mon, 02 Nov 2015 13:15:44
Message-Id: 1446470137.0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf.jlec@gentoo
1 commit: 0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 13:11:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 13:15:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382332f
7
8 dev-python/django-openstack-auth: Shorten DESCRIPTION to fit max length
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
17 index 7f7d650..48e1247 100644
18 --- a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
19 +++ b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild
20 @@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_3 )
21
22 inherit distutils-r1
23
24 -DESCRIPTION="A Django authentication backend for use with the OpenStack Keystone
25 -Identity backend."
26 +DESCRIPTION="Django authentication backend for use with OpenStack Keystone Identity backend"
27 HOMEPAGE="http://django_openstack_auth.readthedocs.org/"
28 SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
29 S="${WORKDIR}/django_openstack_auth-${PV}"