diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-03-15 16:03:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-03-15 16:04:05 +0100 |
commit | 31e3ed47e2366b495e99ac9989cee07335a2c4a1 (patch) | |
tree | 7b5467530723a0384ceb8457020aaccae37e51a0 /app-dicts/aspell-pt | |
parent | net-im/yowsup: drop 3.2.3_p20190905-r1 (diff) | |
download | gentoo-31e3ed47e2366b495e99ac9989cee07335a2c4a1.tar.gz gentoo-31e3ed47e2366b495e99ac9989cee07335a2c4a1.tar.bz2 gentoo-31e3ed47e2366b495e99ac9989cee07335a2c4a1.zip |
app-dicts/aspell-pt: add 20220304
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-pt')
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20220304.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index 543aa65b3192..d5b8c2a0e1ab 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1 +1,2 @@ DIST aspell6-pt_PT-20190329-1-0.tar.bz2 87497 BLAKE2B 678f33a13e995a13fbce084546c37a5ef331db6a4a8cb1d31386327acf905dca148167c156043d3ba0175cd0b2cfb3f6f724bace10ed8e0a4a4bf194049ec1e6 SHA512 7c7edb79cd46bf4566814dbdef09f9b6d202f183abe5c25fda454e69c57d617948806657ed1da83039b508c1ccdb8a020d694b7119edfce63bae7defeafa1123 +DIST aspell6.pt-20220304.tar.bz2 170068 BLAKE2B 058e9e96d57da795251f99c83e1c39805208fe5b4d404e8e59944863e8ddeaa583d5934cc2916272d1598075865199029e7fb55fc3e6c22f47825e6326e18465 SHA512 39646317a85f82b1e5fe160b42e469ec7317fecafba168cb26ef1c138d90d03e1cc01b0a50cbb75c97e4cf70aa7197beb89d0041ed7fc32b2653ef5f9b755305 diff --git a/app-dicts/aspell-pt/aspell-pt-20220304.ebuild b/app-dicts/aspell-pt/aspell-pt-20220304.ebuild new file mode 100644 index 000000000000..3a6c3c901d7d --- /dev/null +++ b/app-dicts/aspell-pt/aspell-pt-20220304.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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |