From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1007970-garchives=archives.gentoo.org@lists.gentoo.org> 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 99F251382C5 for <garchives@archives.gentoo.org>; Wed, 7 Mar 2018 22:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DB2CE09F7; Wed, 7 Mar 2018 22:15:17 +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 6CB42E09F7 for <gentoo-commits@lists.gentoo.org>; 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 934B5335C0C for <gentoo-commits@lists.gentoo.org>; Wed, 7 Mar 2018 22:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19279241 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Mar 2018 22:15:13 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> 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" <monsieurp@gentoo.org> Message-ID: <1520460864.410c630dbf059cb0c146397981e95e17fc4cab9b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdcommenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/nerdcommenter/nerdcommenter-2.5.0.ebuild app-vim/nerdcommenter/nerdcommenter-9999.ebuild X-VCS-Directories: app-vim/nerdcommenter/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 410c630dbf059cb0c146397981e95e17fc4cab9b X-VCS-Branch: master Date: Wed, 7 Mar 2018 22:15:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 50da1f6e-0878-4d09-b623-700ba9f10edd X-Archives-Hash: 3750a421fce6d6e19e4e4f61418d9b1b commit: 410c630dbf059cb0c146397981e95e17fc4cab9b Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 7 18:44:39 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Mar 7 22:14:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c630d app-vim/nerdcommenter: use HTTPS. app-vim/nerdcommenter/nerdcommenter-2.5.0.ebuild | 4 ++-- app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.0.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.0.ebuild index 5d0f89e4459..7d944d15a29 100644 --- a/app-vim/nerdcommenter/nerdcommenter-2.5.0.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-2.5.0.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: easy commenting of code for many filetypes" -HOMEPAGE="https://github.com/scrooloose/nerdcommenter http://www.vim.org/scripts/script.php?script_id=1218" +HOMEPAGE="https://github.com/scrooloose/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218" LICENSE="WTFPL-2 " VIM_PLUGIN_HELPFILES="NERD_commenter.txt" diff --git a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild index 5d3f9f95e5f..e698dd51a16 100644 --- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-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: easy commenting of code for many filetypes" -HOMEPAGE="https://github.com/scrooloose/nerdcommenter http://www.vim.org/scripts/script.php?script_id=1218" +HOMEPAGE="https://github.com/scrooloose/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218" LICENSE="WTFPL-2 " VIM_PLUGIN_HELPFILES="NERD_commenter.txt"