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 B26B51382C5 for ; Mon, 5 Mar 2018 22:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECDA7E081A; Mon, 5 Mar 2018 22:00:55 +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 C939BE0814 for ; Mon, 5 Mar 2018 22:00:55 +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 D546E335C31 for ; Mon, 5 Mar 2018 22:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BA59243 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: <1520286376.9eb0a19c36be67e6debea4720fc951b1cb1d652e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/command-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/command-t/command-t-5.0.1.ebuild X-VCS-Directories: app-vim/command-t/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9eb0a19c36be67e6debea4720fc951b1cb1d652e 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: 0b10581a-27e6-4ec3-ab3e-5e2537f38b60 X-Archives-Hash: 0d02b1d6df02f9e4c538c8944a3d29d6 commit: 9eb0a19c36be67e6debea4720fc951b1cb1d652e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 4 08:01:35 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Mar 5 21:46:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb0a19c app-vim/command-t: use HTTPS, sync HOMEPAGE. app-vim/command-t/command-t-5.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/command-t/command-t-5.0.1.ebuild b/app-vim/command-t/command-t-5.0.1.ebuild index c9923ecdfe3..700b5dbef1e 100644 --- a/app-vim/command-t/command-t-5.0.1.ebuild +++ b/app-vim/command-t/command-t-5.0.1.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 @@ -7,7 +7,7 @@ USE_RUBY="ruby22 ruby23 ruby24" inherit vim-plugin ruby-ng DESCRIPTION="vim plugin: fast file navigation for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025 https://github.com/wincent/command-t" +HOMEPAGE="https://vim.sourceforge.io/scripts/script.php?script_id=3025 https://github.com/wincent/command-t" SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86"