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 56E9F138359 for ; Mon, 19 Oct 2020 06:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87501E0980; Mon, 19 Oct 2020 06:57:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 70977E0980 for ; Mon, 19 Oct 2020 06:57:27 +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 2C014340F63 for ; Mon, 19 Oct 2020 06:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 992EF398 for ; Mon, 19 Oct 2020 06:57:24 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1603090605.eec1071b5b94fcee809e15aa12284368d4fdc295.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mcabber/mcabber-9999.ebuild X-VCS-Directories: net-im/mcabber/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: eec1071b5b94fcee809e15aa12284368d4fdc295 X-VCS-Branch: master Date: Mon, 19 Oct 2020 06:57:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1cf71760-3420-4235-97c6-7e0316b8119e X-Archives-Hash: 104ecaeeff216b8496c476ec5622c34e commit: eec1071b5b94fcee809e15aa12284368d4fdc295 Author: Andrey Utkin gentoo org> AuthorDate: Mon Oct 19 06:44:56 2020 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Mon Oct 19 06:56:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec1071b net-im/mcabber: update HG_URI_REPO Bug: https://bugs.gentoo.org/737898 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Utkin gentoo.org> net-im/mcabber/mcabber-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild index 266ed8c59e8..0b84efe6530 100644 --- a/net-im/mcabber/mcabber-9999.ebuild +++ b/net-im/mcabber/mcabber-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://mcabber.com/" if [[ "${PV}" == 9999 ]]; then inherit mercurial - EHG_REPO_URI="https://bitbucket.org/McKael/mcabber" + EHG_REPO_URI="https://mcabber.com/hg/" EHG_CHECKOUT_DIR="${WORKDIR}" EHG_BOOTSTRAP="autogen.sh" S="${WORKDIR}/${PN}"