From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1085175-garchives=archives.gentoo.org@lists.gentoo.org> 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 7587F138336 for <garchives@archives.gentoo.org>; Tue, 23 Apr 2019 08:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F82E09B7; Tue, 23 Apr 2019 08:51:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1BE77E09B7 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2019 08:51:42 +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 E8368341CB5 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2019 08:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A405D1 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2019 08:51:37 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1556009487.7fe49baf21931ca13ebf512708226ef941f2ff0a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-da/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-da/aspell-da-1.7.42.ebuild X-VCS-Directories: app-dicts/aspell-da/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7fe49baf21931ca13ebf512708226ef941f2ff0a X-VCS-Branch: master Date: Tue, 23 Apr 2019 08:51:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a00e0a22-ebc4-4f7d-a233-5f51447be858 X-Archives-Hash: 63ac44806d0a78ab58c01ddf57b5a498 commit: 7fe49baf21931ca13ebf512708226ef941f2ff0a Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Apr 22 08:42:53 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 08:51:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe49baf app-dicts/aspell-da: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11782 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> app-dicts/aspell-da/aspell-da-1.7.42.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild b/app-dicts/aspell-da/aspell-da-1.7.42.ebuild index 6aa816b27d4..df1de1e0ceb 100644 --- a/app-dicts/aspell-da/aspell-da-1.7.42.ebuild +++ b/app-dicts/aspell-da/aspell-da-1.7.42.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 @@ -7,8 +7,8 @@ ASPELL_LANG="Danish" inherit aspell-dict-r1 -HOMEPAGE="http://da.speling.org" -SRC_URI="http://da.speling.org/filer/new_${P}.tar.bz2" +HOMEPAGE="https://da.speling.org" +SRC_URI="https://da.speling.org/filer/new_${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos"