diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 13:11:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-12 16:10:40 +0100 |
commit | 50d049f6d7937a302fc8b510619168fe02e4d16c (patch) | |
tree | 30167e8d36242f4b829e34ac3d2506ccc8f9b490 /app-dicts/aspell-pl | |
parent | app-dicts/aspell-br: EAPI-7 bump (diff) | |
download | gentoo-50d049f6d7937a302fc8b510619168fe02e4d16c.tar.gz gentoo-50d049f6d7937a302fc8b510619168fe02e4d16c.tar.bz2 gentoo-50d049f6d7937a302fc8b510619168fe02e4d16c.zip |
app-dicts/aspell-pl: EAPI-7 bump
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pl')
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild | 11 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 11 |
2 files changed, 10 insertions, 12 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 2950599c97ba..ae159ba248b6 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,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Polish" ASPELL_VERSION=6 - -inherit versionator aspell-dict-r1 - -MY_P="${PN/aspell/aspell6}-$(replace_version_separator 2 _ $(replace_version_separator 3 -))" +inherit aspell-dict-r1 HOMEPAGE="https://sjp.pl/slownik/en/" -SRC_URI="http://www.sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" + +MY_P="${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild index 118c025e32a5..9f00e1ad73cc 100644 --- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ASPELL_LANG="Polish" ASPELL_VERSION=6 - -inherit aspell-dict-r1 eapi7-ver - -MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ $(ver_rs 3 -))" +inherit aspell-dict-r1 HOMEPAGE="https://sjp.pl/slownik/en/" -SRC_URI="https://www.sjp.pl/slownik/ort/${MY_P}.tar.bz2" + +MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)" +SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P/sjp-/}" LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 " |