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 C0EFD1382C5 for ; Mon, 5 Mar 2018 22:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1861CE0841; Mon, 5 Mar 2018 22:00:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EA731E0841 for ; Mon, 5 Mar 2018 22:00:56 +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 E079C335C34 for ; Mon, 5 Mar 2018 22:00:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B00D249 for ; Mon, 5 Mar 2018 22:00:52 +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: <1520286384.87e2161ee09059acce714e53b50cd4f7d427123b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/diffchar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/diffchar/diffchar-7.01.ebuild app-vim/diffchar/diffchar-7.2.ebuild X-VCS-Directories: app-vim/diffchar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 87e2161ee09059acce714e53b50cd4f7d427123b X-VCS-Branch: master Date: Mon, 5 Mar 2018 22:00:52 +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: 9a4a1c30-f87e-4de1-94f9-f032e18bcc01 X-Archives-Hash: a8efac70c7872efd9413b3dc209ebcec commit: 87e2161ee09059acce714e53b50cd4f7d427123b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 4 08:21:33 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Mar 5 21:46:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e2161e app-vim/diffchar: use HTTPS. app-vim/diffchar/diffchar-7.01.ebuild | 4 ++-- app-vim/diffchar/diffchar-7.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/diffchar/diffchar-7.01.ebuild b/app-vim/diffchar/diffchar-7.01.ebuild index c7ec4e2fdc9..6c45dd971e7 100644 --- a/app-vim/diffchar/diffchar-7.01.ebuild +++ b/app-vim/diffchar/diffchar-7.01.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 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" -HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" +HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" LICENSE="vim.org" KEYWORDS="amd64 x86" diff --git a/app-vim/diffchar/diffchar-7.2.ebuild b/app-vim/diffchar/diffchar-7.2.ebuild index 6790b0da6cf..7a51a197391 100644 --- a/app-vim/diffchar/diffchar-7.2.ebuild +++ b/app-vim/diffchar/diffchar-7.2.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 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" -HOMEPAGE="https://github.com/rickhowe/diffchar.vim http://www.vim.org/scripts/script.php?script_id=4932" +HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" LICENSE="vim.org" KEYWORDS="~amd64 ~x86"