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 CD8221396D1 for ; Sun, 3 Sep 2017 01:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 149721FC040; Sun, 3 Sep 2017 01:04:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB5141FC040 for ; Sun, 3 Sep 2017 01:04:19 +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 EDCB634168E for ; Sun, 3 Sep 2017 01:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2A78C0A for ; Sun, 3 Sep 2017 01:04:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504400606.bd6ac64dd3673061ff07db30ef7b91bac1c2d50c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hgtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hgtools/hgtools-6.5.1.ebuild X-VCS-Directories: dev-python/hgtools/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: bd6ac64dd3673061ff07db30ef7b91bac1c2d50c X-VCS-Branch: master Date: Sun, 3 Sep 2017 01:04:16 +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: cf0afe1c-2d86-4b3f-9440-0bb871ebca9f X-Archives-Hash: ea48d87b4e4e5b2f3571bc29a12e8bf8 commit: bd6ac64dd3673061ff07db30ef7b91bac1c2d50c Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Aug 18 08:59:16 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 3 01:03:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6ac64d dev-python/hgtools: fix HOMEPAGE dev-python/hgtools/hgtools-6.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hgtools/hgtools-6.5.1.ebuild b/dev-python/hgtools/hgtools-6.5.1.ebuild index 442d63b655b..ed2c0a896a6 100644 --- a/dev-python/hgtools/hgtools-6.5.1.ebuild +++ b/dev-python/hgtools/hgtools-6.5.1.ebuild @@ -9,7 +9,7 @@ RESTRICT="test" inherit distutils-r1 eutils DESCRIPTION="Classes and setuptools plugin for Mercurial repositories" -HOMEPAGE="https://bitbucket.org/jaraco/hgtools/" +HOMEPAGE="https://pypi.python.org/pypi/hgtools https://github.com/jaraco/hgtools" SRC_URI="mirror://pypi/h/${PN}/${P}.tar.gz" LICENSE="GPL-2"