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 5C2AF138331 for ; Wed, 7 Mar 2018 22:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 547E6E09F0; Wed, 7 Mar 2018 22:15:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2C88AE09F0 for ; Wed, 7 Mar 2018 22:15:15 +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 A609D335C2A for ; Wed, 7 Mar 2018 22:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF74243 for ; Wed, 7 Mar 2018 22:15:13 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520460866.062bbd3c838ff85b727780ff01e75618a434d52a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nerdtree/nerdtree-5.0.0.ebuild app-vim/nerdtree/nerdtree-9999.ebuild X-VCS-Directories: app-vim/nerdtree/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 062bbd3c838ff85b727780ff01e75618a434d52a X-VCS-Branch: master Date: Wed, 7 Mar 2018 22:15:13 +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: f7aa4a8d-03c7-49ed-8416-e6ee63cb9298 X-Archives-Hash: 285f746c918e176189874ae6c2edbf09 commit: 062bbd3c838ff85b727780ff01e75618a434d52a Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 7 18:45:21 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 7 22:14:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062bbd3c app-vim/nerdtree: use HTTPS. app-vim/nerdtree/nerdtree-5.0.0.ebuild | 4 ++-- app-vim/nerdtree/nerdtree-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/nerdtree/nerdtree-5.0.0.ebuild b/app-vim/nerdtree/nerdtree-5.0.0.ebuild index c97d4f0cf06..d01ff3cf26a 100644 --- a/app-vim/nerdtree/nerdtree-5.0.0.ebuild +++ b/app-vim/nerdtree/nerdtree-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" KEYWORDS="amd64 x86 ~x64-macos" diff --git a/app-vim/nerdtree/nerdtree-9999.ebuild b/app-vim/nerdtree/nerdtree-9999.ebuild index 54290f4ae09..249a0a771d9 100644 --- a/app-vim/nerdtree/nerdtree-9999.ebuild +++ b/app-vim/nerdtree/nerdtree-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 @@ -14,7 +14,7 @@ else fi DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/scrooloose/nerdtree" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="NERD_tree"