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 DEA6213888F for ; Sun, 11 Oct 2015 16:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72F4BE079D; Sun, 11 Oct 2015 16:14:16 +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 2A116E079D for ; Sun, 11 Oct 2015 16:14:15 +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 3F8D93404A5 for ; Sun, 11 Oct 2015 16:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4879B126 for ; Sun, 11 Oct 2015 16:14:10 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1444580035.194929a8d2688f2e5a20df66eefae834a59ed076.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/more-itertools/more-itertools-2.2.ebuild X-VCS-Directories: dev-python/more-itertools/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 194929a8d2688f2e5a20df66eefae834a59ed076 X-VCS-Branch: master Date: Sun, 11 Oct 2015 16:14:10 +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: 332b1c59-f5ec-41b7-9649-ffe54f9d3384 X-Archives-Hash: a25e94681c30815637382472e5444ec9 commit: 194929a8d2688f2e5a20df66eefae834a59ed076 Author: Manuel Rüger gentoo org> AuthorDate: Sun Oct 11 16:13:55 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Oct 11 16:13:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194929a8 dev-python/more-itertools: Fix homepage Package-Manager: portage-2.2.23 dev-python/more-itertools/more-itertools-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/more-itertools/more-itertools-2.2.ebuild b/dev-python/more-itertools/more-itertools-2.2.ebuild index 05e5703..7577385 100644 --- a/dev-python/more-itertools/more-itertools-2.2.ebuild +++ b/dev-python/more-itertools/more-itertools-2.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="More routines for operating on iterables, beyond itertools" -HOMEPAGE="https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://pypi.python.org/pypi/more-itertools" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"