diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-07-05 09:43:48 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-26 08:56:45 +0300 |
commit | c2f7b8253e9e0611ff077a3f8ece48c5639df93c (patch) | |
tree | b937d065cc16db412bbd23eb73f9364b28a4bcab /app-dicts | |
parent | app-dicts/myspell-ca: dropped older version per request (diff) | |
download | gentoo-c2f7b8253e9e0611ff077a3f8ece48c5639df93c.tar.gz gentoo-c2f7b8253e9e0611ff077a3f8ece48c5639df93c.tar.bz2 gentoo-c2f7b8253e9e0611ff077a3f8ece48c5639df93c.zip |
app-dicts/myspell-it: drop older version
Package-Manager: Portage-3.0.20, 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')
-rw-r--r-- | app-dicts/myspell-it/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20081129-r2.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest index ad06570888d3..943ebd923417 100644 --- a/app-dicts/myspell-it/Manifest +++ b/app-dicts/myspell-it/Manifest @@ -1,2 +1 @@ -DIST Dizionari.IT_20081129.oxt 1433036 BLAKE2B 0e0aa03fafa34957a00b054070de67aec3f742d4cf177c6185c8a6b8a4005ea94f4041fb2e29a0ab7fa87a7d04c5f2148f98bd446e196470104ccf1b3ad97a0c SHA512 f0576f62448d368680545a66bf99d3d44c75562a0b5bc72c9020cef707c5543182ea1f45934826970b9e3ea588b9f2e29686cd08f7b8fdddcfdbd067e6536071 DIST myspell-it-20150925.oxt 1373663 BLAKE2B 89748d0dceca6a8f3aba7b76913693ac248f2a5c925e04b76e50f23edebd6b0194da72646837e806882ce6258784d5dfb6c212046f13315479603d953d95b769 SHA512 b48a5ac075b9a20b0370235cb4fc225c91a67e6311eb9e7a96b008ad5e64e56af3daf4b192d38d5892e8d23d5f6e0c962e35f8cfec11a97ed8708e29796e09d3 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 -} |