diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-26 13:49:07 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:05 -0400 |
commit | 0ab941aed7699a97289e21583ef7747fb63bb8ac (patch) | |
tree | 37d495acf993a55938ca78ad4c4e76fe57482198 /app-dicts/myspell-ms | |
parent | app-dicts/myspell-mk: version bump (diff) | |
download | gentoo-0ab941aed7699a97289e21583ef7747fb63bb8ac.tar.gz gentoo-0ab941aed7699a97289e21583ef7747fb63bb8ac.tar.bz2 gentoo-0ab941aed7699a97289e21583ef7747fb63bb8ac.zip |
app-dicts/myspell-ms: version bump
EAPI 6 and myspell-r2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts/myspell-ms')
-rw-r--r-- | app-dicts/myspell-ms/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/myspell-ms/myspell-ms-20100407.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/myspell-ms/Manifest b/app-dicts/myspell-ms/Manifest index 129f41c5ae4b..3af0099b6ff5 100644 --- a/app-dicts/myspell-ms/Manifest +++ b/app-dicts/myspell-ms/Manifest @@ -1 +1,2 @@ +DIST myspell-ms-20100407.oxt 79342 BLAKE2B dd66ab939c604003bf7cdd582ac02367a214c20f7314703d375c954e33a3cd8a00366eba66d11af97859ec756d2b3453edf09d3db5d8d90bba56b1681535c9f1 SHA512 9773766c8d2a0bee3d9f055b18449432dff4cf08417cece77fa76b016961f85073efe87baec13cea26c505a7438dbea60ae91909dacbd73c254606ea012a96dd DIST myspell-ms_MY-20060316.zip 87736 BLAKE2B 1435a5acf646cf2926f961ef04209273da4e5b678cadacf7a6b337b96441700138ecec0ec316daaef8ff058008417cc65dd1d75bb84e5664973d4514da126500 SHA512 93709c34991c9d72f4ed18f07ca15140c4398a2b1755b02f0e6131a167a82a08e8d4f9f9023bc8c8807324922b3563a37cbf14b772d291b04d7fe30ee66d0a3a diff --git a/app-dicts/myspell-ms/myspell-ms-20100407.ebuild b/app-dicts/myspell-ms/myspell-ms-20100407.ebuild new file mode 100644 index 000000000000..7cc38da9fa71 --- /dev/null +++ b/app-dicts/myspell-ms/myspell-ms-20100407.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MYSPELL_DICT=( + "ms_MY.aff" + "ms_MY.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Malay dictionaries for myspell/hunspell" +LICENSE="FDL-1.2" +HOMEPAGE="https://extensions.openoffice.org/en/project/kamus-bahasa-malaysia-malay-dictionary" +SRC_URI="mirror://sourceforge/aoo-extensions/ms_my.oxt -> ${P}.oxt" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |