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 0EA0F1382C5 for ; Sun, 7 Mar 2021 13:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 646D4E0830; Sun, 7 Mar 2021 13:02:30 +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 4FD43E0830 for ; Sun, 7 Mar 2021 13:02:30 +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 3563633FECD for ; Sun, 7 Mar 2021 13:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9611D4A8 for ; Sun, 7 Mar 2021 13:02:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1615122137.6abaede6beee95d050350b3c74e6702a1356b31e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild X-VCS-Directories: app-dicts/aspell-pl/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6abaede6beee95d050350b3c74e6702a1356b31e X-VCS-Branch: master Date: Sun, 7 Mar 2021 13:02:27 +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: e9847911-e371-41fb-9e20-2fc2ce21714f X-Archives-Hash: b30d89792fc41ba50b113ad603aaf21b commit: 6abaede6beee95d050350b3c74e6702a1356b31e Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 7 12:59:25 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 7 13:02:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abaede6 app-dicts/aspell-pl: update HOMEPAGE SRC_URI is not available anymore, but there is a newer version and that one is available. Will bump it. Closes: https://bugs.gentoo.org/708492 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild index 88cbe02d992..2950599c97b 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.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 @@ -10,11 +10,9 @@ inherit versionator aspell-dict-r1 MY_P="${PN/aspell/aspell6}-$(replace_version_separator 2 _ $(replace_version_separator 3 -))" -HOMEPAGE="http://www.sjp.pl/slownik/" +HOMEPAGE="https://sjp.pl/slownik/en/" SRC_URI="http://www.sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="" - -S="${WORKDIR}/${MY_P}"