diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-dicts/myspell-it | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/myspell-it')
-rw-r--r-- | app-dicts/myspell-it/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/myspell-it/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/myspell-it/myspell-it-20081129-r1.ebuild | 37 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest deleted file mode 100644 index ce59a078e045..000000000000 --- a/app-dicts/myspell-it/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3338c5556542..000000000000 --- a/app-dicts/myspell-it/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">linguistico</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild deleted file mode 100644 index dfca78f79f29..000000000000 --- a/app-dicts/myspell-it/myspell-it-20081129-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -} |