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 1935F139694 for ; Sun, 30 Jul 2017 08:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D961FC183; Sun, 30 Jul 2017 08:47:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D34BD1FC183 for ; Sun, 30 Jul 2017 08:47:53 +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 72011341AA8 for ; Sun, 30 Jul 2017 08:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02F3074D3 for ; Sun, 30 Jul 2017 08:47:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501404432.7145b86d630af2578e8381c08f5f2685f395c608.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fugitive/fugitive-2.2.ebuild app-vim/fugitive/fugitive-9999.ebuild X-VCS-Directories: app-vim/fugitive/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7145b86d630af2578e8381c08f5f2685f395c608 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:47:50 +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: a4052873-8b37-43c2-a0be-572f72f60ca6 X-Archives-Hash: 14026c97299c9005f6fb2be4bff2b6a9 commit: 7145b86d630af2578e8381c08f5f2685f395c608 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 01:44:49 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:47:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7145b86d app-vim/fugitive: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-vim/fugitive/fugitive-2.2.ebuild | 4 ++-- app-vim/fugitive/fugitive-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/fugitive/fugitive-2.2.ebuild b/app-vim/fugitive/fugitive-2.2.ebuild index 60c28e051f7..71ee67fe65d 100644 --- a/app-vim/fugitive/fugitive-2.2.ebuild +++ b/app-vim/fugitive/fugitive-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit vim-plugin if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" + EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" else inherit vcs-snapshot SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild index 302754b8137..71ee67fe65d 100644 --- a/app-vim/fugitive/fugitive-9999.ebuild +++ b/app-vim/fugitive/fugitive-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit vim-plugin if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git" + EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" else inherit vcs-snapshot SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"