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 9F50C58973 for ; Mon, 25 Jan 2016 15:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21A121C0A7; Mon, 25 Jan 2016 15:12:00 +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 6588D21C0A6 for ; Mon, 25 Jan 2016 15:11:59 +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 7321D340A03 for ; Mon, 25 Jan 2016 15:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E4610FB for ; Mon, 25 Jan 2016 15:11:55 +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: <1453734701.ca391d29ffc9dac4c91f1295d74651484aafdd62.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/celery-3.1.17.ebuild dev-python/celery/celery-3.1.18-r1.ebuild dev-python/celery/celery-3.1.18.ebuild dev-python/celery/celery-3.1.19.ebuild dev-python/celery/celery-3.1.20.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ca391d29ffc9dac4c91f1295d74651484aafdd62 X-VCS-Branch: master Date: Mon, 25 Jan 2016 15:11:55 +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: aefb8dd6-49d0-4bb3-9954-500f19c01a7a X-Archives-Hash: 73f2c0d4f79e60c5e0196e3beff9e4a9 commit: ca391d29ffc9dac4c91f1295d74651484aafdd62 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 25 12:49:07 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 25 15:11:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca391d29 dev-python/celery: Chop DESCRIPTION to 80 chars Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/celery/celery-3.1.17.ebuild | 4 ++-- dev-python/celery/celery-3.1.18-r1.ebuild | 4 ++-- dev-python/celery/celery-3.1.18.ebuild | 4 ++-- dev-python/celery/celery-3.1.19.ebuild | 4 ++-- dev-python/celery/celery-3.1.20.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-python/celery/celery-3.1.17.ebuild b/dev-python/celery/celery-3.1.17.ebuild index 165617b..423539c 100644 --- a/dev-python/celery/celery-3.1.17.ebuild +++ b/dev-python/celery/celery-3.1.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 bash-completion-r1 -DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing" +DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/celery/celery-3.1.18-r1.ebuild b/dev-python/celery/celery-3.1.18-r1.ebuild index 29e2299..6087f19 100644 --- a/dev-python/celery/celery-3.1.18-r1.ebuild +++ b/dev-python/celery/celery-3.1.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 bash-completion-r1 -DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing" +DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/celery/celery-3.1.18.ebuild b/dev-python/celery/celery-3.1.18.ebuild index a13132c..fcc767c 100644 --- a/dev-python/celery/celery-3.1.18.ebuild +++ b/dev-python/celery/celery-3.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 bash-completion-r1 -DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing" +DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/celery/celery-3.1.19.ebuild b/dev-python/celery/celery-3.1.19.ebuild index e746f2b..93b22a8 100644 --- a/dev-python/celery/celery-3.1.19.ebuild +++ b/dev-python/celery/celery-3.1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 bash-completion-r1 -DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing" +DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/celery/celery-3.1.20.ebuild b/dev-python/celery/celery-3.1.20.ebuild index f1b1876..dfab3b8 100644 --- a/dev-python/celery/celery-3.1.20.ebuild +++ b/dev-python/celery/celery-3.1.20.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 bash-completion-r1 -DESCRIPTION="Open source asynchronous task queue/job queue based on distributed message passing" +DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"