diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:50:54 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:25:55 +0100 |
commit | 0d60e778e6527fdb98a23558ec6644437dc6a7f8 (patch) | |
tree | eecc9b827fa132591940c611e1f631c933dcf8d8 /app-dicts/aspell-it | |
parent | app-dicts/aspell-id: drop 1.2.0 (diff) | |
download | gentoo-0d60e778e6527fdb98a23558ec6644437dc6a7f8.tar.gz gentoo-0d60e778e6527fdb98a23558ec6644437dc6a7f8.tar.bz2 gentoo-0d60e778e6527fdb98a23558ec6644437dc6a7f8.zip |
app-dicts/aspell-it: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-it')
-rw-r--r-- | app-dicts/aspell-it/aspell-it-2.4.20070901.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-dicts/aspell-it/aspell-it-2.4.20070901.0-r1.ebuild b/app-dicts/aspell-it/aspell-it-2.4.20070901.0-r1.ebuild new file mode 100644 index 000000000000..57497c434ed2 --- /dev/null +++ b/app-dicts/aspell-it/aspell-it-2.4.20070901.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Italian" +ASPELL_VERSION=6 +MY_PV="${PV#*.}" +MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV%%.*}.${MY_PV//./-}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://sourceforge/linguistico/${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" |