diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:54:00 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:26:20 +0100 |
commit | 71f469ba0cd1347a507a3cba579ed8f9b301e320 (patch) | |
tree | 8f7e11bb63fb466ba1da00ea04b86b0caa1f754a /app-dicts/aspell-pt | |
parent | app-dicts/aspell-pl: drop 6.0.20210731.0 (diff) | |
download | gentoo-71f469ba0cd1347a507a3cba579ed8f9b301e320.tar.gz gentoo-71f469ba0cd1347a507a3cba579ed8f9b301e320.tar.bz2 gentoo-71f469ba0cd1347a507a3cba579ed8f9b301e320.zip |
app-dicts/aspell-pt: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pt')
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild b/app-dicts/aspell-pt/aspell-pt-20190329.1.0-r1.ebuild new file mode 100644 index 000000000000..53c4971a6ba5 --- /dev/null +++ b/app-dicts/aspell-pt/aspell-pt-20190329.1.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="Portuguese" +ASPELL_VERSION=6 +MY_PN="${PN}_PT" +MY_P="${MY_PN/aspell/aspell${ASPELL_VERSION}}-${PV//./-}" + +inherit aspell-dict-r1 + +SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_PN/aspell-/}/${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" |