Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-fo/
Date: Tue, 23 Apr 2019 08:51:48
Message-Id: 1556009489.daef4f1f8737f5a7f3f409081ef81240b21dfac8.soap@gentoo
1 commit: daef4f1f8737f5a7f3f409081ef81240b21dfac8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 08:43:39 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daef4f1f
7
8 app-dicts/myspell-fo: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild
17 index c57824e0271..2045a49fa82 100644
18 --- a/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild
19 +++ b/app-dicts/myspell-fo/myspell-fo-0.4.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,10 +18,10 @@ MYSPELL_THES=(
27 inherit myspell-r2
28
29 DESCRIPTION="Faroese dictionaries for myspell/hunspell"
30 -HOMEPAGE="http://fo.speling.org/"
31 +HOMEPAGE="https://fo.speling.org/"
32 SRC_URI="
33 - http://fo.speling.org/filer/${P}.tar.bz2
34 - http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
35 + https://fo.speling.org/filer/${P}.tar.bz2
36 + https://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
37 "
38
39 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"