From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C60E01388C1 for ; Mon, 2 Nov 2015 13:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530FAE0806; Mon, 2 Nov 2015 13:15:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B18D3E0818 for ; Mon, 2 Nov 2015 13:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D7A233E01A for ; Mon, 2 Nov 2015 13:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 639DB1E64 for ; Mon, 2 Nov 2015 13:15:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446470137.0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild X-VCS-Directories: dev-python/django-openstack-auth/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf X-VCS-Branch: master Date: Mon, 2 Nov 2015 13:15:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d78835d-4dc5-4c4b-8e6f-108906f7dd4a X-Archives-Hash: e8a476975c9dbe47141fa5796ed8ec4c commit: 0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 2 13:11:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 2 13:15:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0382332f dev-python/django-openstack-auth: Shorten DESCRIPTION to fit max length Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 index 7f7d650..48e1247 100644 --- 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 @@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 -DESCRIPTION="A Django authentication backend for use with the OpenStack Keystone -Identity backend." +DESCRIPTION="Django authentication backend for use with OpenStack Keystone Identity backend" HOMEPAGE="http://django_openstack_auth.readthedocs.org/" SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz" S="${WORKDIR}/django_openstack_auth-${PV}"