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 0F732139083 for ; Fri, 24 Nov 2017 00:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC22E0DC4; Fri, 24 Nov 2017 00:55:57 +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 063DAE0E0F for ; Fri, 24 Nov 2017 00:55:56 +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 B00DB33FE7D for ; Fri, 24 Nov 2017 00:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0785CA55F for ; Fri, 24 Nov 2017 00:55:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511484933.07fdb022d8b3e757edd6c15c6bfcd83f9bfcb37e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild dev-vcs/tortoisehg/tortoisehg-9999.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07fdb022d8b3e757edd6c15c6bfcd83f9bfcb37e X-VCS-Branch: master Date: Fri, 24 Nov 2017 00:55:54 +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: fcb9690b-fa77-4d87-a3aa-f353981e92c2 X-Archives-Hash: a842c185395aee7d23a5cfae9a66f948 commit: 07fdb022d8b3e757edd6c15c6bfcd83f9bfcb37e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 24 00:52:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 24 00:55:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fdb022 dev-vcs/tortoisehg: Fix HOMEPAGE Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild | 2 +- dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild index a293c12f975..b729b1893e3 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="Set of graphical tools for Mercurial" -HOMEPAGE="https://tortoisehg.bitbucket.org" +HOMEPAGE="https://tortoisehg.bitbucket.io/" LICENSE="GPL-2" SLOT="0" diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 747cc0ce034..006534e30ee 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -18,7 +18,7 @@ else fi DESCRIPTION="Set of graphical tools for Mercurial" -HOMEPAGE="https://tortoisehg.bitbucket.org" +HOMEPAGE="https://tortoisehg.bitbucket.io/" LICENSE="GPL-2" SLOT="0"