From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- app-dicts/myspell-it/Manifest | 3 +- app-dicts/myspell-it/metadata.xml | 1 + app-dicts/myspell-it/myspell-it-20081129-r2.ebuild | 36 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 app-dicts/myspell-it/myspell-it-20081129-r2.ebuild (limited to 'app-dicts/myspell-it') diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest index 038c6ead4165..1f77033c4d23 100644 --- a/app-dicts/myspell-it/Manifest +++ b/app-dicts/myspell-it/Manifest @@ -1,3 +1,4 @@ DIST Dizionari.IT_20081129.oxt 1433036 BLAKE2B 0e0aa03fafa34957a00b054070de67aec3f742d4cf177c6185c8a6b8a4005ea94f4041fb2e29a0ab7fa87a7d04c5f2148f98bd446e196470104ccf1b3ad97a0c SHA512 f0576f62448d368680545a66bf99d3d44c75562a0b5bc72c9020cef707c5543182ea1f45934826970b9e3ea588b9f2e29686cd08f7b8fdddcfdbd067e6536071 EBUILD myspell-it-20081129-r1.ebuild 772 BLAKE2B 452629a67b0ec1c0b893b3bd0ef28589238ba2148c52f641a86eba2a0ecba79f4d161b2ef1c9f1509122fc4b1594ab758236c5dd051eb1014ca06d9f0cd59188 SHA512 df034c0bac8ecdf9dfb7cb8dacd04d8d5715565fa3c325e8eaf7732e0b67bb7a45cfebe605d7a890c1fa36af55e991887d49e99ea5d5c80b529dd7ed2f699a27 -MISC metadata.xml 248 BLAKE2B 2c1fcd90482f1cfffb25b908862709cebdefed604a40a5611ebd3e8831829c1b07aab4911cb5962aa9bc0587832d8a01ed43558a6fad30feed29b9ae0ff97161 SHA512 1d44fa5baaf032845df65374a83f1eb1459100ced59d260a19456fff81ce7dc1c074cd34b1ad37b172af7cdee476fe0de39aa3a280e311816dd8bdd9c98a61ad +EBUILD myspell-it-20081129-r2.ebuild 770 BLAKE2B 5a22db06bca6da6531d50f6a20e61c34deec000feddfce71c13c7284d744dc6803e997fb4d12c5f8a516f226a149da69be7cb9d035a0e0a20307ce3ab6491740 SHA512 367b8face3835ff38ab799c875f36849d577b715e6c7b2f603b648fa55cc804e7b16d212b821ef962eb740b70c17b1649bf8b73a4a7a8472e82e9a953650a960 +MISC metadata.xml 272 BLAKE2B af4cd812ee41d7eaf130bf7a49e48b4e21776f9457f39ac0b8bf27efa6b22fe1b0413c4a260cacc85fd3e63e42437f9b91686eab51c1dadf29b18fa77c5f0e4f SHA512 1e4677411873a0129b492dadf065ae6148da5d8ed3c604d64467f5ff960273bc8ba3f7604ad8a11a80260c9bcaa9656f28a80521708563517da450e8407c574b diff --git a/app-dicts/myspell-it/metadata.xml b/app-dicts/myspell-it/metadata.xml index 3338c5556542..294342d4903f 100644 --- a/app-dicts/myspell-it/metadata.xml +++ b/app-dicts/myspell-it/metadata.xml @@ -2,6 +2,7 @@ + linguistico diff --git a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild new file mode 100644 index 000000000000..477321619343 --- /dev/null +++ b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYSPELL_DICT=( + "it_IT.aff" + "it_IT.dic" +) + +MYSPELL_HYPH=( + "hyph_it_IT.dic" +) + +MYSPELL_THES=( + "th_it_IT.dat" + "th_it_IT.idx" +) + +inherit myspell-r2 + +DESCRIPTION="Italian dictionaries for myspell/hunspell" +HOMEPAGE="https://sourceforge.net/projects/linguistico/" +SRC_URI="mirror://sourceforge/linguistico/Dizionari.IT_${PV}.oxt" + +LICENSE="AGPL-3 GPL-3 LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +src_prepare() { + default + # remove useless license files. + rm -r agpl3-en.txt gpl3-en.txt it_IT_license.txt \ + lgpl3-en.txt th_it_IT_copyright_licenza.txt \ + th_it_IT_lettera_in_inglese.txt || die +} -- cgit v1.2.3