diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:55:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:27 +0100 |
commit | a158c0ec5bfaa6e8d8f91346cc41250bfcd16b80 (patch) | |
tree | aac8d599fdb656cc3e6e7a0e18a180457324041f /app-dicts | |
parent | app-dicts/myspell-mi: drop 20060316-r1 (diff) | |
download | gentoo-a158c0ec5bfaa6e8d8f91346cc41250bfcd16b80.tar.gz gentoo-a158c0ec5bfaa6e8d8f91346cc41250bfcd16b80.tar.bz2 gentoo-a158c0ec5bfaa6e8d8f91346cc41250bfcd16b80.zip |
app-dicts/myspell-nb: drop 2.0.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-nb/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/app-dicts/myspell-nb/Manifest b/app-dicts/myspell-nb/Manifest index 3d5bb5877f99..df349b174c5a 100644 --- a/app-dicts/myspell-nb/Manifest +++ b/app-dicts/myspell-nb/Manifest @@ -1,2 +1 @@ DIST dictionary-no-no-1-0.oxt 3212600 BLAKE2B 38c1771ad680079ae63a3466c51a4dbe99365be65180ee18f6c54aad1b92aa3530c2630703ae83ad5ba9774198bff20a05563cacea82557ee858cd7868996189 SHA512 23339e6a660039d045413f24828ab0df5eb0c4ac76fd323f4bb0e7ca72e91fb8f74f7dc99c12854eb0f7a8baf50fbd0692c50aae31b7fc1847499d76e208d961 -DIST no_NO-pack2-2.0.10.zip 3221701 BLAKE2B b064fa40f9ee6429d5309040270f9c5dea655a0f6810d2ed876345a031a12b7d6318ff4e7b9ff32b7ea4f3b4aea7d6679bd7d971bdbf5557dd9edfee28327211 SHA512 af7ee5c465035aa419c60ef8621d6697e86e5fbed39737e86565bb3fe4851ee35d57f832e56ef0d27ce9b26682d5b32ef2213dd6c3323074cde2784fb236298c diff --git a/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild b/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild deleted file mode 100644 index 0ba969f2dc45..000000000000 --- a/app-dicts/myspell-nb/myspell-nb-2.0.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MYSPELL_DICT=( - "nb_NO.aff" - "nb_NO.dic" -) - -MYSPELL_HYPH=( - "hyph_nb_NO.dic" -) - -MYSPELL_THES=( - "th_nb_NO_v2.dat" - "th_nb_NO_v2.idx" -) - -inherit myspell-r2 - -DESCRIPTION="Norwegian dictionaries for myspell/hunspell" -HOMEPAGE="http://spell-norwegian.alioth.debian.org/" -SRC_URI="https://alioth.debian.org/frs/download.php/2357/no_NO-pack2-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" - -src_unpack() { - default - myspell-r2_src_unpack - - for i in *.zip; do - unzip ${i} || die - done -} |