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 3366B1382C5 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 DE411E0A01; Wed, 7 Mar 2018 22:15:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BB28BE0A01 for ; Wed, 7 Mar 2018 22:15:17 +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 6E620335C3E 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 C108D24B 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: <1520460883.85d5e62067e22ef914d623a6118db6a6f2dc3eb6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydoc/pydoc-2.0-r1.ebuild X-VCS-Directories: app-vim/pydoc/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 85d5e62067e22ef914d623a6118db6a6f2dc3eb6 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: 89acc224-e67e-42e1-98d3-a39227453428 X-Archives-Hash: 261de78e3fe2de512c79f4949729fd09 commit: 85d5e62067e22ef914d623a6118db6a6f2dc3eb6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Mar 7 18:49:39 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 7 22:14:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d5e620 app-vim/pydoc: use HTTPS. app-vim/pydoc/pydoc-2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild index 88fd9c7ffd5..775d576a1d3 100644 --- a/app-vim/pydoc/pydoc-2.0-r1.ebuild +++ b/app-vim/pydoc/pydoc-2.0-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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: integrates python documentation view and search tool" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim" SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 ppc ppc64 x86"