diff options
Diffstat (limited to 'app-dicts/myspell-lv')
-rw-r--r-- | app-dicts/myspell-lv/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/app-dicts/myspell-lv/Manifest b/app-dicts/myspell-lv/Manifest index 4a301148cc17..fb21fe8cf108 100644 --- a/app-dicts/myspell-lv/Manifest +++ b/app-dicts/myspell-lv/Manifest @@ -1,3 +1,3 @@ DIST myspell-lv-1.3.0.zip 374356 BLAKE2B 6924d09c4a7f70e840dce48a0d5e7807bd3210a13d79c3c7daa6de89cf58acf9d38099b03f1c0bf0420144fd867d2b737167e248457cf4bccad505bc46c00e66 SHA512 fbb53475870cd0200403e75ea3f84c8534b4fac349093515821e98a8e1f3bd839fdec0543a2e4ded1bacab93052babbf8ffbee4742d291bfc91f2d768b4ac445 -EBUILD myspell-lv-1.3.0.ebuild 635 BLAKE2B ccfbe376ea20d42a9a1fe705755c68e878b4f0f9fceb304acf98c8d17e9fd4bd1c5bc5b4783d119982c24fa0cfd69bdc0f6198e94ef8912017c78ff39839a6a2 SHA512 6321667495a181c18f6003f5f15062124b103de84e15275e003899fdbfd29fd6489acdf670b5a47275bd657081ffb59d95badbe73bde2644f951966b89b4215d +EBUILD myspell-lv-1.3.0.ebuild 609 BLAKE2B 6999d34f8b7ac4eef774d418c1f470dc1b98bc1819f153f8278cdf496d9a4cd8f3c900a5a99eb20df0177fcd099517b9a8089fd80d6e5550c8918d5f28a21eb2 SHA512 1f164126631785791beb4fb5fcbee25efcbcf3089fc1911b2ccf43b1539e14d84dceb6bcdd4988fcf1d5e92410ab4bca843ca788feee0c8e61678d9f00cbf9db MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62 diff --git a/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild index 1fc2aad70eb3..1401a85b5d3f 100644 --- a/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild +++ b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MYSPELL_DICT=( "lv_LV.aff" @@ -12,9 +12,6 @@ MYSPELL_HYPH=( "hyph_lv_LV.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Latvian dictionaries for myspell/hunspell" @@ -24,6 +21,5 @@ SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip -> ${P}.zip" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" DEPEND="app-arch/unzip" |