diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-10-10 22:50:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-10 22:59:51 +0200 |
commit | 496028d9737e21d15de7223d6decddf31b85abe3 (patch) | |
tree | 992ebf3e2567533c21d5068ff67da7a6b1975156 /app-dicts | |
parent | sys-auth/AusweisApp2: drop 1.22.7 (diff) | |
download | gentoo-496028d9737e21d15de7223d6decddf31b85abe3.tar.gz gentoo-496028d9737e21d15de7223d6decddf31b85abe3.tar.bz2 gentoo-496028d9737e21d15de7223d6decddf31b85abe3.zip |
app-dicts/aspell-pt: add 20220621
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20220621.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index a09b9d198695..236fb43bfc27 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1 +1,2 @@ DIST aspell6.pt-20220304.tar.bz2 170068 BLAKE2B 058e9e96d57da795251f99c83e1c39805208fe5b4d404e8e59944863e8ddeaa583d5934cc2916272d1598075865199029e7fb55fc3e6c22f47825e6326e18465 SHA512 39646317a85f82b1e5fe160b42e469ec7317fecafba168cb26ef1c138d90d03e1cc01b0a50cbb75c97e4cf70aa7197beb89d0041ed7fc32b2653ef5f9b755305 +DIST aspell6.pt-20220621.tar.bz2 170248 BLAKE2B 24263cc1fc19b0758c08637edbd8e2b7d75132ee2cde46cfb4fb60d820452d57117e73666dae542f43c15fcc85868c686a98909ec1b3469396871b6e1ad03bb6 SHA512 9e5d7bd10b858f7fac288212c5658786fe1ce27c895673177aca99a17996ba7629817e0882432bfcf4dc9bdee501393f9f25744d59b0ae5995e2c2c78e2c147f diff --git a/app-dicts/aspell-pt/aspell-pt-20220621.ebuild b/app-dicts/aspell-pt/aspell-pt-20220621.ebuild new file mode 100644 index 000000000000..ec2b021e8fd7 --- /dev/null +++ b/app-dicts/aspell-pt/aspell-pt-20220621.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ASPELL_LANG="Portuguese" +ASPELL_VERSION=6 +MY_PN="${PN/-/.}" +MY_P="${MY_PN/aspell/aspell${ASPELL_VERSION}}-${PV}" +MY_S="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" + +inherit aspell-dict-r1 + +HOMEPAGE="https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main" +SRC_URI="https://natura.di.uminho.pt/download/sources/Dictionaries/aspell${ASPELL_VERSION}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_S/pt/pt_PT}-0" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |