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 AF0C613933E for ; Thu, 8 Jul 2021 12:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C92E0B46; Thu, 8 Jul 2021 12:06:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 01107E0B46 for ; Thu, 8 Jul 2021 12:06:52 +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 371BF335DBD for ; Thu, 8 Jul 2021 12:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51627C9 for ; Thu, 8 Jul 2021 12:06:50 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1625745972.e09c2dee481b7d6325ea186c4c8d15d710b2db2a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-pl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-pl/myspell-pl-20130306.ebuild app-dicts/myspell-pl/myspell-pl-20210428.ebuild X-VCS-Directories: app-dicts/myspell-pl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e09c2dee481b7d6325ea186c4c8d15d710b2db2a X-VCS-Branch: master Date: Thu, 8 Jul 2021 12:06:50 +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: 5cd1fdcf-d812-4bf2-bf2f-846d3751815a X-Archives-Hash: 66501427ab6606b0351285a1251f317a commit: e09c2dee481b7d6325ea186c4c8d15d710b2db2a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Jun 21 18:33:55 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jul 8 12:06:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09c2dee app-dicts/myspell-pl: update HOMEPAGE, use HTTPS Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ionen Wolkens gentoo.org> app-dicts/myspell-pl/myspell-pl-20130306.ebuild | 4 ++-- app-dicts/myspell-pl/myspell-pl-20210428.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild index 888bf83358a..d9361c69353 100644 --- a/app-dicts/myspell-pl/myspell-pl-20130306.ebuild +++ b/app-dicts/myspell-pl/myspell-pl-20130306.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ DESCRIPTION="Polish dictionaries for myspell/hunspell" # hyphen has no website # thesarus released last in 2k8 HOMEPAGE=" - http://www.sjp.pl/slownik/en/ + https://sjp.pl/slownik/en/ https://sourceforge.net/projects/synonimy/ " SRC_URI=" diff --git a/app-dicts/myspell-pl/myspell-pl-20210428.ebuild b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild index 7f45e21c6ac..8e8b87d53af 100644 --- a/app-dicts/myspell-pl/myspell-pl-20210428.ebuild +++ b/app-dicts/myspell-pl/myspell-pl-20210428.ebuild @@ -19,7 +19,7 @@ MYSPELL_THES=( inherit myspell-r2 DESCRIPTION="Polish dictionaries for myspell/hunspell" -HOMEPAGE="http://www.sjp.pl/slownik/en/" +HOMEPAGE="https://sjp.pl/slownik/en/" SRC_URI="https://github.com/scardracs/gentoo-packages/releases/download/pl-${PV}/${P}.tar.gz" LICENSE="CC-SA-1.0 Apache-2.0 LGPL-2.1+ GPL-2+ MPL-1.1"