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 D1803138351 for ; Mon, 16 Mar 2020 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23BBCE0CE6; Mon, 16 Mar 2020 21:24:00 +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 E0BD3E0CE6 for ; Mon, 16 Mar 2020 21:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9C5834F1FE for ; Mon, 16 Mar 2020 21:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DD015F for ; Mon, 16 Mar 2020 21:23:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1584393832.e1d117dec66b0c0b843b5bd5cf818dff7e583223.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-8.3.1-r1.ebuild sys-devel/gdb/gdb-8.3.1.ebuild sys-devel/gdb/gdb-8.3.ebuild sys-devel/gdb/gdb-9.1.ebuild sys-devel/gdb/gdb-9999.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e1d117dec66b0c0b843b5bd5cf818dff7e583223 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:23:57 +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: 7f8b9838-cd02-4366-8849-45fbd28a61be X-Archives-Hash: 9d4a3ddfa018d49be8a73e363d70afe8 commit: e1d117dec66b0c0b843b5bd5cf818dff7e583223 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Mar 16 18:53:15 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 16 21:23:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d117de sys-devel/gdb: Use https:// for git repository. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/gdb/gdb-8.3.1-r1.ebuild | 2 +- sys-devel/gdb/gdb-8.3.1.ebuild | 2 +- sys-devel/gdb/gdb-8.3.ebuild | 2 +- sys-devel/gdb/gdb-9.1.ebuild | 2 +- sys-devel/gdb/gdb-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-devel/gdb/gdb-8.3.1-r1.ebuild b/sys-devel/gdb/gdb-8.3.1-r1.ebuild index 015c3bc58e7..61a550b1cec 100644 --- a/sys-devel/gdb/gdb-8.3.1-r1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1-r1.ebuild @@ -18,7 +18,7 @@ MY_PV=${PV} case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 SRC_URI="" ;; diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild index bdc663153f4..38a8945f038 100644 --- a/sys-devel/gdb/gdb-8.3.1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1.ebuild @@ -19,7 +19,7 @@ MY_PV=${PV} case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 SRC_URI="" ;; diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild index 8e01738db46..9498f9d844f 100644 --- a/sys-devel/gdb/gdb-8.3.ebuild +++ b/sys-devel/gdb/gdb-8.3.ebuild @@ -19,7 +19,7 @@ MY_PV=${PV} case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 SRC_URI="" ;; diff --git a/sys-devel/gdb/gdb-9.1.ebuild b/sys-devel/gdb/gdb-9.1.ebuild index 56d42b386ae..15b43cbfe08 100644 --- a/sys-devel/gdb/gdb-9.1.ebuild +++ b/sys-devel/gdb/gdb-9.1.ebuild @@ -17,7 +17,7 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 SRC_URI="" ;; diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 06bc0404245..9eeecb75885 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -17,7 +17,7 @@ is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } case ${PV} in 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 SRC_URI="" ;;