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 DAAF7138331 for ; Wed, 7 Mar 2018 22:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F93E09F5; Wed, 7 Mar 2018 22:15:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E613DE09F4 for ; Wed, 7 Mar 2018 22:15:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C07D1335C36 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 05C3E240 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: <1520460862.546cd7f701185f5588dc55effdacef7a6ebea17c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/neocomplcache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild app-vim/neocomplcache/neocomplcache-7.1.ebuild X-VCS-Directories: app-vim/neocomplcache/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 546cd7f701185f5588dc55effdacef7a6ebea17c 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: 3a8f68ec-343d-4117-b4e6-3d1802a268b9 X-Archives-Hash: 6b4f899cf5fbe9eba13ea1025cc7446f commit: 546cd7f701185f5588dc55effdacef7a6ebea17c Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 7 18:43:10 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 7 22:14:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546cd7f7 app-vim/neocomplcache: use HTTPS. app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild | 4 ++-- app-vim/neocomplcache/neocomplcache-7.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild index ae2a54cd75d..ea0fa5e9873 100644 --- a/app-vim/neocomplcache/neocomplcache-7.1-r1.ebuild +++ b/app-vim/neocomplcache/neocomplcache-7.1-r1.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: ultimate auto completion system" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620" LICENSE="MIT" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/neocomplcache/neocomplcache-7.1.ebuild b/app-vim/neocomplcache/neocomplcache-7.1.ebuild index 127f58a1c2c..2e6bd637060 100644 --- a/app-vim/neocomplcache/neocomplcache-7.1.ebuild +++ b/app-vim/neocomplcache/neocomplcache-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,7 +6,7 @@ EAPI=4 inherit vim-plugin DESCRIPTION="vim plugin: ultimate auto completion system" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2620" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620" LICENSE="MIT" KEYWORDS="amd64 x86" IUSE=""