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 8CD901399E6 for ; Fri, 4 Sep 2015 06:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D97A1425B; Fri, 4 Sep 2015 06:03:20 +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 E298F1425B for ; Fri, 4 Sep 2015 06:03:19 +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 A9352340766 for ; Fri, 4 Sep 2015 06:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEFF1170 for ; Fri, 4 Sep 2015 06:03:14 +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: <1441346586.27908a8cddd57f14bded66f2067c8dce4d17b763.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/futurist/futurist-0.4.0.ebuild X-VCS-Directories: dev-python/futurist/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 27908a8cddd57f14bded66f2067c8dce4d17b763 X-VCS-Branch: master Date: Fri, 4 Sep 2015 06:03:14 +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: 850b6cff-7785-4440-990b-e3072a10389c X-Archives-Hash: 7e41f334d71c0a41efe8b0b6b8f421c8 commit: 27908a8cddd57f14bded66f2067c8dce4d17b763 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 4 06:03:06 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 4 06:03:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27908a8c dev-python/futurist: Add documentation to HOMEPAGE Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/futurist/futurist-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/futurist/futurist-0.4.0.ebuild b/dev-python/futurist/futurist-0.4.0.ebuild index 8a9f1b0..2fa646a 100644 --- a/dev-python/futurist/futurist-0.4.0.ebuild +++ b/dev-python/futurist/futurist-0.4.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 -DESCRIPTION="Useful additions to futures, from the future." -HOMEPAGE="https://pypi.python.org/pypi/futurist" +DESCRIPTION="Useful additions to futures, from the future" +HOMEPAGE="https://pypi.python.org/pypi/futurist http://docs.openstack.org/developer/futurist" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"