diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
commit | d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch) | |
tree | 4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /app-dicts/myspell-ms | |
parent | e748ba9741f6540f4675c23e3e37b73e822c13a4 (diff) |
gentoo resync : 15.06.2021
Diffstat (limited to 'app-dicts/myspell-ms')
-rw-r--r-- | app-dicts/myspell-ms/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/myspell-ms/myspell-ms-20100407.ebuild | 11 |
2 files changed, 3 insertions, 10 deletions
diff --git a/app-dicts/myspell-ms/Manifest b/app-dicts/myspell-ms/Manifest index bf99c7eafa1e..c72a6071563b 100644 --- a/app-dicts/myspell-ms/Manifest +++ b/app-dicts/myspell-ms/Manifest @@ -1,3 +1,3 @@ DIST myspell-ms-20100407.oxt 79342 BLAKE2B dd66ab939c604003bf7cdd582ac02367a214c20f7314703d375c954e33a3cd8a00366eba66d11af97859ec756d2b3453edf09d3db5d8d90bba56b1681535c9f1 SHA512 9773766c8d2a0bee3d9f055b18449432dff4cf08417cece77fa76b016961f85073efe87baec13cea26c505a7438dbea60ae91909dacbd73c254606ea012a96dd -EBUILD myspell-ms-20100407.ebuild 545 BLAKE2B 986c7d296a7fdd2ce6f24cd450b7cadeabfd1f32f3494e1e7bf480e3d076e311ce1ffc810820a7f50868ede3aa704f682bc1c37d55f21cc0a099bc68a961b976 SHA512 a57dbba7744781ff9e76176f5c2c3c829fac909f5fbe5a342a06ec24bebdf169acad963c1231294829db2bc452360c0755afa4ed1e7a03e69fb015b0c78db843 +EBUILD myspell-ms-20100407.ebuild 501 BLAKE2B ac3599fd4eb6b180a33b947e0b15c8a78635ec12510d91ba760b1fe2227bc3182bf1bae8b10ba2e667c9fcaa831fa70bf77cae3afe9e39eb1fa01a40d0f74728 SHA512 4f594bf32919ffe1795b3cef080ca215fcffb0f6fb4ad98fd276aa8172a7c1cc758feea690b91b81b099d7207916944cbd7bd26c4855658674e5e28a3d46d034 MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62 diff --git a/app-dicts/myspell-ms/myspell-ms-20100407.ebuild b/app-dicts/myspell-ms/myspell-ms-20100407.ebuild index ad6078bb8893..269cd437daf3 100644 --- a/app-dicts/myspell-ms/myspell-ms-20100407.ebuild +++ b/app-dicts/myspell-ms/myspell-ms-20100407.ebuild @@ -1,19 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MYSPELL_DICT=( "ms_MY.aff" "ms_MY.dic" ) -MYSPELL_HYPH=( -) - -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Malay dictionaries for myspell/hunspell" @@ -23,4 +17,3 @@ SRC_URI="mirror://sourceforge/aoo-extensions/ms_my.oxt -> ${P}.oxt" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" |