From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0204A139694 for ; Fri, 4 Aug 2017 21:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73F80E0E4C; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5322EE0E4C for ; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AE5F341930 for ; Fri, 4 Aug 2017 21:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3DB175FE for ; Fri, 4 Aug 2017 21:07:07 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1501880752.de57f0df7e8f95965452076228a8136591067e82.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyECLib/PyECLib-1.4.0.ebuild X-VCS-Directories: dev-python/PyECLib/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: de57f0df7e8f95965452076228a8136591067e82 X-VCS-Branch: master Date: Fri, 4 Aug 2017 21:07:07 +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: 921a0209-6a41-41bd-bd72-d268e96a0dfd X-Archives-Hash: 28abd734663bbb82cc1c9d381e9069e1 commit: de57f0df7e8f95965452076228a8136591067e82 Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:22:14 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de57f0df dev-python/PyECLib: Shorter DESCRIPTION dev-python/PyECLib/PyECLib-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild b/dev-python/PyECLib/PyECLib-1.4.0.ebuild index 264e32353f7..7d57a5c8f14 100644 --- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild +++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils multilib -DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports" +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" HOMEPAGE="https://pypi.python.org/pypi/PyECLib" SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz" S="${WORKDIR}/pyeclib-${PV}"