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/aspell-da/
Date: Tue, 23 Apr 2019 08:51:45
Message-Id: 1556009487.7fe49baf21931ca13ebf512708226ef941f2ff0a.soap@gentoo
1 commit: 7fe49baf21931ca13ebf512708226ef941f2ff0a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 08:42:53 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe49baf
7
8 app-dicts/aspell-da: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/11782
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-dicts/aspell-da/aspell-da-1.7.42.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild
18 index 6aa816b27d4..df1de1e0ceb 100644
19 --- a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild
20 +++ b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,8 +7,8 @@ ASPELL_LANG="Danish"
28
29 inherit aspell-dict-r1
30
31 -HOMEPAGE="http://da.speling.org"
32 -SRC_URI="http://da.speling.org/filer/new_${P}.tar.bz2"
33 +HOMEPAGE="https://da.speling.org"
34 +SRC_URI="https://da.speling.org/filer/new_${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"