From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-dicts/myspell-it/Manifest | 3 ++ app-dicts/myspell-it/metadata.xml | 8 +++++ app-dicts/myspell-it/myspell-it-20081129-r1.ebuild | 37 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 app-dicts/myspell-it/Manifest create mode 100644 app-dicts/myspell-it/metadata.xml create mode 100644 app-dicts/myspell-it/myspell-it-20081129-r1.ebuild (limited to 'app-dicts/myspell-it') diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest new file mode 100644 index 000000000000..ce59a078e045 --- /dev/null +++ b/app-dicts/myspell-it/Manifest @@ -0,0 +1,3 @@ +DIST Dizionari.IT_20081129.oxt 1433036 BLAKE2B 0e0aa03fafa34957a00b054070de67aec3f742d4cf177c6185c8a6b8a4005ea94f4041fb2e29a0ab7fa87a7d04c5f2148f98bd446e196470104ccf1b3ad97a0c SHA512 f0576f62448d368680545a66bf99d3d44c75562a0b5bc72c9020cef707c5543182ea1f45934826970b9e3ea588b9f2e29686cd08f7b8fdddcfdbd067e6536071 +EBUILD myspell-it-20081129-r1.ebuild 792 BLAKE2B b6703d9ffb49a5283eb323ec7d5107b57133371323170935cd31027807858188a6d422dcb3a10806cb46dfc64e3bd9b4e1a497af9e431cddb6fbfe3a8c217de2 SHA512 9e297463af4e50b3a1248553cbc56a59b9592e84d573f52ae041b04e347dff223c67765d2c407951dad037fc30f66c66219d2eb2c81b12e2c4da7bb776e907aa +MISC metadata.xml 248 BLAKE2B 2c1fcd90482f1cfffb25b908862709cebdefed604a40a5611ebd3e8831829c1b07aab4911cb5962aa9bc0587832d8a01ed43558a6fad30feed29b9ae0ff97161 SHA512 1d44fa5baaf032845df65374a83f1eb1459100ced59d260a19456fff81ce7dc1c074cd34b1ad37b172af7cdee476fe0de39aa3a280e311816dd8bdd9c98a61ad diff --git a/app-dicts/myspell-it/metadata.xml b/app-dicts/myspell-it/metadata.xml new file mode 100644 index 000000000000..3338c5556542 --- /dev/null +++ b/app-dicts/myspell-it/metadata.xml @@ -0,0 +1,8 @@ + + + + + + linguistico + + diff --git a/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild new file mode 100644 index 000000000000..dfca78f79f29 --- /dev/null +++ b/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_prepare() { + default + # remove useless license files. + rm -rf 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