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 CE0231382C5 for ; Sat, 10 Mar 2018 22:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C782E08FC; Sat, 10 Mar 2018 22:55:42 +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 F2F73E08FC for ; Sat, 10 Mar 2018 22:55:41 +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 302C0335C53 for ; Sat, 10 Mar 2018 22:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DF725C for ; Sat, 10 Mar 2018 22:55:37 +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: <1520722522.28e23bc90da113ee741b30567b248d5970cec9bb.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/languagetool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/languagetool/languagetool-1.29.ebuild app-vim/languagetool/languagetool-1.30.ebuild X-VCS-Directories: app-vim/languagetool/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 28e23bc90da113ee741b30567b248d5970cec9bb X-VCS-Branch: master Date: Sat, 10 Mar 2018 22:55:37 +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: 768f6078-489e-450d-84eb-22a7ab2c19b7 X-Archives-Hash: 63d93a7c7175940b49775c1da9701568 commit: 28e23bc90da113ee741b30567b248d5970cec9bb Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Mar 5 21:02:22 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Mar 10 22:55:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e23bc9 app-vim/languagetool: use HTTPS. app-vim/languagetool/languagetool-1.29.ebuild | 4 ++-- app-vim/languagetool/languagetool-1.30.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild index b02abf5fdeb..271bff06b7c 100644 --- a/app-vim/languagetool/languagetool-1.29.ebuild +++ b/app-vim/languagetool/languagetool-1.29.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=6 @@ -6,7 +6,7 @@ inherit vim-plugin MY_PN=LanguageTool DESCRIPTION="grammar checker for various languages" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" LICENSE="vim" KEYWORDS="~amd64 ~x86" diff --git a/app-vim/languagetool/languagetool-1.30.ebuild b/app-vim/languagetool/languagetool-1.30.ebuild index ee2e5b4a770..b3e96c572a4 100644 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ b/app-vim/languagetool/languagetool-1.30.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=6 @@ -6,7 +6,7 @@ inherit vim-plugin MY_PN=LanguageTool DESCRIPTION="grammar checker for various languages" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3223" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" LICENSE="vim" KEYWORDS="~amd64 ~x86"