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 927BD1382C5 for ; Wed, 7 Mar 2018 22:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16A40E0A43; Wed, 7 Mar 2018 22:15:18 +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 E4AF4E0A07 for ; Wed, 7 Mar 2018 22:15:17 +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 95E7A335C4A for ; Wed, 7 Mar 2018 22:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89649248 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: <1520460877.04ca0acfc051d78eeffedd2dda53a3294e1cf84d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/phpdocs/phpdocs-0.26-r1.ebuild X-VCS-Directories: app-vim/phpdocs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 04ca0acfc051d78eeffedd2dda53a3294e1cf84d 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: 2a9062f4-dc2c-447a-b418-4519e5ed78ca X-Archives-Hash: f73164ea5982a9916b5cb053b994b43e commit: 04ca0acfc051d78eeffedd2dda53a3294e1cf84d Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 7 18:48:25 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 7 22:14:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ca0acf app-vim/phpdocs: use HTTPS. app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild index 4f344a1b3ed..40740286d0d 100644 --- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild +++ b/app-vim/phpdocs/phpdocs-0.26-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,11 +6,11 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: PHPDoc Support in VIM" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520" LICENSE="vim" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520" +VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520" src_prepare() { default