diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-26 13:30:45 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 18:30:03 -0400 |
commit | 4cac9e10399990530601b2a96b423af66b280b2b (patch) | |
tree | 1fa0029443fb79da0b718119255f652c0706bdbd /app-dicts/myspell-mi | |
parent | app-dicts/myspell-ia: version bump (diff) | |
download | gentoo-4cac9e10399990530601b2a96b423af66b280b2b.tar.gz gentoo-4cac9e10399990530601b2a96b423af66b280b2b.tar.bz2 gentoo-4cac9e10399990530601b2a96b423af66b280b2b.zip |
app-dicts/myspell-mi: EAPI bump
EAPI 6 and myspell-r2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-dicts/myspell-mi')
-rw-r--r-- | app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild b/app-dicts/myspell-mi/myspell-mi-20060316-r1.ebuild new file mode 100644 index 000000000000..aeb2b7bc734c --- /dev/null +++ b/app-dicts/myspell-mi/myspell-mi-20060316-r1.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=( + "mi_NZ.aff" + "mi_NZ.dic" +) + +MYSPELL_HYPH=( +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Maori dictionaries for myspell/hunspell" +LICENSE="LGPL-2.1" +HOMEPAGE="http://lingucomponent.openoffice.org/" +SRC_URI="mirror://gentoo/myspell-mi_NZ-${PV}.zip" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" |