summaryrefslogtreecommitdiff
path: root/app-dicts/myspell-it
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /app-dicts/myspell-it
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'app-dicts/myspell-it')
-rw-r--r--app-dicts/myspell-it/Manifest2
-rw-r--r--app-dicts/myspell-it/myspell-it-20081129-r2.ebuild36
2 files changed, 0 insertions, 38 deletions
diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest
index 09d5a468d5a9..9b9605c8d90c 100644
--- a/app-dicts/myspell-it/Manifest
+++ b/app-dicts/myspell-it/Manifest
@@ -1,5 +1,3 @@
-DIST Dizionari.IT_20081129.oxt 1433036 BLAKE2B 0e0aa03fafa34957a00b054070de67aec3f742d4cf177c6185c8a6b8a4005ea94f4041fb2e29a0ab7fa87a7d04c5f2148f98bd446e196470104ccf1b3ad97a0c SHA512 f0576f62448d368680545a66bf99d3d44c75562a0b5bc72c9020cef707c5543182ea1f45934826970b9e3ea588b9f2e29686cd08f7b8fdddcfdbd067e6536071
DIST myspell-it-20150925.oxt 1373663 BLAKE2B 89748d0dceca6a8f3aba7b76913693ac248f2a5c925e04b76e50f23edebd6b0194da72646837e806882ce6258784d5dfb6c212046f13315479603d953d95b769 SHA512 b48a5ac075b9a20b0370235cb4fc225c91a67e6311eb9e7a96b008ad5e64e56af3daf4b192d38d5892e8d23d5f6e0c962e35f8cfec11a97ed8708e29796e09d3
-EBUILD myspell-it-20081129-r2.ebuild 763 BLAKE2B b82fed87679986ca4ee15134e27f16a68f8595a0354c0b9bc822c5a81742ddd21b8fd35460580200db45a63afcd2e1cb371046d7f7c2930de316be2a3c6192dd SHA512 ae80fc0d5157ba64b1376db82b178f3ac1ee65b66d0e6d901272f46fa6793fdd0ca2e7e326e1d40c2eb48ad65aeecac56c7c063a7578b61aa33aab3440fcda07
EBUILD myspell-it-20150925.ebuild 978 BLAKE2B deb63e34d45140aee1d56effea13a0523189db7d8abdab733eada668bf299234cd14892ee01c1723b6e4be80e0893bce902f08a41c7da45f624636d87b4cce3c SHA512 cd6639d2b5a49e19e872ade852e87792d6bb2d1b31e3825ebc2e6b1eb6c60d5ed205bbf8abedc77555340a7373430a50aa4cf0e3d7136dd71264e2ae2bfb4030
MISC metadata.xml 192 BLAKE2B fef49cb9e1dda8063c379e650d4897670410d2c0641f469b8a200d5e7ec8d3f505e692277d03b583790cb1340ece9c2e8f7e7c9ff5080d42a2e0ef3fc7138a44 SHA512 bece454b8da734c7a28ce25f8080b3fca56332e57cde854c50f0b884ba3836f1af7782a1ee9f63e6aeff4830e2bca71c5c466471fc82eee75339565aab6495d5
diff --git a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
deleted file mode 100644
index 09c83e760086..000000000000
--- a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}