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 7DEC21382C5 for ; Mon, 5 Mar 2018 22:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BFB1E0817; Mon, 5 Mar 2018 22:00:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E3CDEE0817 for ; Mon, 5 Mar 2018 22:00:55 +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 CD35E335C4C for ; Mon, 5 Mar 2018 22:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06645241 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: <1520286373.8e8cae271bdcec3c35faf8b7ff9c292143670404.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/colorsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/colorsel/colorsel-20100406.ebuild X-VCS-Directories: app-vim/colorsel/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8e8cae271bdcec3c35faf8b7ff9c292143670404 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: df28dae5-c3f1-4844-a1c2-70c28a200775 X-Archives-Hash: 9051a834ff2f2c9147310cf012faf69c commit: 8e8cae271bdcec3c35faf8b7ff9c292143670404 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 4 07:59:37 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Mar 5 21:46:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8cae27 app-vim/colorsel: use HTTPS. app-vim/colorsel/colorsel-20100406.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild index ecdc5044066..7c63a3c9012 100644 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ b/app-vim/colorsel/colorsel-20100406.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,8 +6,8 @@ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: RGB / HSV color selector" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927" +SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" LICENSE="public-domain" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"