diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 13:59:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-07 14:02:17 +0100 |
commit | 6abaede6beee95d050350b3c74e6702a1356b31e (patch) | |
tree | 4e66f33fec24958cc5b0903fb46c5877460da5c8 /app-dicts/aspell-pl | |
parent | dev-python/pandas: Force -j1 to avoid miscompilation (diff) | |
download | gentoo-6abaede6beee95d050350b3c74e6702a1356b31e.tar.gz gentoo-6abaede6beee95d050350b3c74e6702a1356b31e.tar.bz2 gentoo-6abaede6beee95d050350b3c74e6702a1356b31e.zip |
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 <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pl')
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild | 8 |
1 files 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 88cbe02d9927..2950599c97ba 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}" |