diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /app-dicts/aspell-pt | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'app-dicts/aspell-pt')
-rw-r--r-- | app-dicts/aspell-pt/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/aspell-pt/aspell-pt-20220304.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/aspell-pt/Manifest b/app-dicts/aspell-pt/Manifest index 3ff82aa0c2bb..14b93eed99cf 100644 --- a/app-dicts/aspell-pt/Manifest +++ b/app-dicts/aspell-pt/Manifest @@ -1,3 +1,5 @@ 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 EBUILD aspell-pt-20190329.1.0-r1.ebuild 457 BLAKE2B ed636750f36b1287f4935a5273e62c2ffb003ba9c3373a7a1435fe9909f5c898a3249bd7568065d5fb0787b7d8024cd09db63ed4e336d046ecde1bcc719fc95a SHA512 fac5105686a9cb9d069107b18fc06dd1b05eb200e690cd6d64a79f0a7ffea3f26ea31e6546d5ac597d47d31bf017ede9afbd87a5a72a355d6645eb65dbb7669b +EBUILD aspell-pt-20220304.ebuild 631 BLAKE2B 67bc8d758aad9b1f4fd108312be6f2f1c0d862647a18e80c65d52eaaae7293b6e0dbbee49b6070ef30918aa8099305ededdc0728014f0fdb517b978ffe167cc5 SHA512 55a97f7e8a77a99e653df71a024fc7331882e73f5ad9daef24fff262276705bdede63d98a4efaf9c03621cf788eeade356e7c824bf71aef22e81a945cf9d9c84 MISC metadata.xml 275 BLAKE2B 5ea4d40b14cc5ef65beaed8b1e6fba240963d79a9295621e0ec49d8e2a5577dc44770ebdea263723703611df01545780051e8cba4f2c4b6394c44db2abce3cde SHA512 c3dba23dbeb92f784a10f132881fd91e83a7bdc6a313ad5dff7da6e91ad72975a1b6fb5a85f3adef4abb746dd7f0fe7af81b8176ebf9ca495259ec04a29cbd8a 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" |