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 A1E341384B4 for ; Mon, 23 Nov 2015 10:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 544F821C09B; Mon, 23 Nov 2015 10:05:58 +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 8C6F021C09B for ; Mon, 23 Nov 2015 10:05:57 +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 B80AE34074E for ; Mon, 23 Nov 2015 10:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AABE514CE for ; Mon, 23 Nov 2015 10:05:47 +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: <1448273131.abbe871a26a85862ccec762751998d676d50fa9b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorama/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/colorama/colorama-0.3.3.ebuild X-VCS-Directories: dev-python/colorama/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: abbe871a26a85862ccec762751998d676d50fa9b X-VCS-Branch: master Date: Mon, 23 Nov 2015 10:05:47 +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: 4aebae14-eae2-4530-af70-60dc00a61152 X-Archives-Hash: 4d9b0f18741035b8f157ce90d200bc13 commit: abbe871a26a85862ccec762751998d676d50fa9b Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 23 10:05:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 23 10:05:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbe871a dev-python/colorama: Chop DESCRIPTION to 80 chars Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/colorama/colorama-0.3.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/colorama/colorama-0.3.3.ebuild b/dev-python/colorama/colorama-0.3.3.ebuild index f219d7a..3fa7ed7 100644 --- a/dev-python/colorama/colorama-0.3.3.ebuild +++ b/dev-python/colorama/colorama-0.3.3.ebuild @@ -8,8 +8,11 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 -DESCRIPTION="Makes ANSI escape character sequences for producing colored terminal text & cursor positioning" -HOMEPAGE="https://code.google.com/p/colorama/ https://pypi.python.org/pypi/colorama https://github.com/tartley/colorama" +DESCRIPTION="ANSI escape character sequences for colored terminal text & cursor positioning" +HOMEPAGE=" + https://code.google.com/p/colorama/ + https://pypi.python.org/pypi/colorama + https://github.com/tartley/colorama" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"