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 95630138334 for ; Wed, 6 Jun 2018 16:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE03E0A89; Wed, 6 Jun 2018 16:17:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3C045E0A89 for ; Wed, 6 Jun 2018 16:17:35 +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 96F50335C97 for ; Wed, 6 Jun 2018 16:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0984829E for ; Wed, 6 Jun 2018 16:17:32 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1528301845.ab4125f0a2e2ff799ba2b6431f97b888abca4b55.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rfcat/rfcat-9999.ebuild X-VCS-Directories: net-wireless/rfcat/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: ab4125f0a2e2ff799ba2b6431f97b888abca4b55 X-VCS-Branch: master Date: Wed, 6 Jun 2018 16:17:32 +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: 8e658a47-79b8-436d-9621-bf34099e6cb4 X-Archives-Hash: c68581ae8af6f15301e57cd1917d15c5 commit: ab4125f0a2e2ff799ba2b6431f97b888abca4b55 Author: Zero_Chaos gentoo org> AuthorDate: Wed Jun 6 16:17:12 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Jun 6 16:17:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4125f0 net-wireless/rfcat: development moved to github Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-wireless/rfcat/rfcat-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/rfcat/rfcat-9999.ebuild b/net-wireless/rfcat/rfcat-9999.ebuild index 344278dba59..12bb3e32f0c 100644 --- a/net-wireless/rfcat/rfcat-9999.ebuild +++ b/net-wireless/rfcat/rfcat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,8 @@ DESCRIPTION="The swiss army knife of subGHz" HOMEPAGE="https://bitbucket.org/atlas0fd00m/rfcat/" if [ "${PV}" = "9999" ]; then - EHG_REPO_URI="https://bitbucket.org/atlas0fd00m/rfcat" - inherit mercurial + EGIT_REPO_URI="https://github.com/atlas0fd00m/rfcat.git" + inherit git-r3 KEYWORDS="" else DATE="170508"