summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Scardovi <marco@scardovi.com>2021-05-03 12:06:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-06-03 17:20:37 +0300
commit3e2cc6be078dddb7dc2c1b23980873ad4fc0e3e7 (patch)
tree12c0c248d7f1b49089cf8c3da82edbf332b8bb5b /app-dicts/myspell-it/myspell-it-20150925.ebuild
parentapp-dicts/myspell-is: bump to EAPI 7 + verbump to 20140808 (diff)
downloadgentoo-3e2cc6be078dddb7dc2c1b23980873ad4fc0e3e7.tar.gz
gentoo-3e2cc6be078dddb7dc2c1b23980873ad4fc0e3e7.tar.bz2
gentoo-3e2cc6be078dddb7dc2c1b23980873ad4fc0e3e7.zip
app-dicts/myspell-it: bump to EAPI 7 + verbump to 20150925
+ move to libreoffice server Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-dicts/myspell-it/myspell-it-20150925.ebuild')
-rw-r--r--app-dicts/myspell-it/myspell-it-20150925.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/app-dicts/myspell-it/myspell-it-20150925.ebuild b/app-dicts/myspell-it/myspell-it-20150925.ebuild
new file mode 100644
index 000000000000..581a8f1bdb9f
--- /dev/null
+++ b/app-dicts/myspell-it/myspell-it-20150925.ebuild
@@ -0,0 +1,37 @@
+# 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_v2.dat"
+ "th_it_IT_v2.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Italian dictionaries for myspell/hunspell"
+HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/italian-dictionary-thesaurus-hyphenation-patterns"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/874d181c_dict-it.oxt -> ${P}.oxt"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DOCS=( CHANGELOG.txt desc_en.txt desc_it.txt it_IT_notes.txt it_IT_README.txt README_hyph_it_IT.txt README.txt )
+
+src_prepare() {
+ default
+ # remove useless license files.
+ rm -r ico.png it_IT_COPYING thes_gpl.txt th_it_IT_COPYING it_IT_todo.txt \
+ th_it_IT_Lingua.png th_it_IT_Linguistica-Modifica.png th_it_IT_sinonimi.jpg || die
+}