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 803FF138334 for ; Tue, 23 Apr 2019 08:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A824E09DA; Tue, 23 Apr 2019 08:51: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 6F34FE09DA for ; Tue, 23 Apr 2019 08:51:42 +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 2F9D4341CAB for ; Tue, 23 Apr 2019 08:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E59095D2 for ; Tue, 23 Apr 2019 08:51:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556009489.daef4f1f8737f5a7f3f409081ef81240b21dfac8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-fo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild X-VCS-Directories: app-dicts/myspell-fo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: daef4f1f8737f5a7f3f409081ef81240b21dfac8 X-VCS-Branch: master Date: Tue, 23 Apr 2019 08:51: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d655b1be-4030-44c0-8fd5-11d9417807df X-Archives-Hash: 745ae4d79099398a09556bcc4d01fdbd commit: daef4f1f8737f5a7f3f409081ef81240b21dfac8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Apr 22 08:43:39 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 23 08:51:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daef4f1f app-dicts/myspell-fo: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: David Seifert gentoo.org> app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild index c57824e0271..2045a49fa82 100644 --- a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild +++ b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,10 @@ MYSPELL_THES=( inherit myspell-r2 DESCRIPTION="Faroese dictionaries for myspell/hunspell" -HOMEPAGE="http://fo.speling.org/" +HOMEPAGE="https://fo.speling.org/" SRC_URI=" - http://fo.speling.org/filer/${P}.tar.bz2 - http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip + https://fo.speling.org/filer/${P}.tar.bz2 + https://fo.speling.org/filer/hyph_fo_FO-20040420a.zip " LICENSE="GPL-2 LGPL-2.1 MPL-1.1"