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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86224158086 for ; Tue, 2 Nov 2021 19:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B640AE0893; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A8D4E0893 for ; Tue, 2 Nov 2021 19:43:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7145A342F19 for ; Tue, 2 Nov 2021 19:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37D31132 for ; Tue, 2 Nov 2021 19:43:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635882124.0545003256a3c2736ae28ecd05b944bf1356c6a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild X-VCS-Directories: app-misc/tmux-mem-cpu-load/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0545003256a3c2736ae28ecd05b944bf1356c6a2 X-VCS-Branch: master Date: Tue, 2 Nov 2021 19:43: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: feef42a7-1a61-4473-a3b0-e8fdfcb302b2 X-Archives-Hash: 2766043a0cb72185a8156adb8bc46307 commit: 0545003256a3c2736ae28ecd05b944bf1356c6a2 Author: Sam James gentoo org> AuthorDate: Tue Nov 2 19:42:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 2 19:42:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05450032 app-misc/tmux-mem-cpu-load: fix github EGIT_REPO_URI GitHub no longer supports git://, let's switch to https://. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 2 +- app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild index e8fb406d2e5..d83314a824b 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils IUSE="" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"} SRC_URI="" else KEYWORDS="amd64 ~arm64 x86" diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild index a93c22ace65..2ed393ced5f 100644 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit cmake-utils IUSE="" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} + EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"} SRC_URI="" else KEYWORDS=""