diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-11-01 11:43:12 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-11-01 11:46:25 +0100 |
commit | 4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3 (patch) | |
tree | 483b74a122fcb760c5c55dfb8d6b8c76d8de3466 /app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild | |
parent | app-misc/recoll: Drop old (diff) | |
download | gentoo-4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3.tar.gz gentoo-4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3.tar.bz2 gentoo-4bf4f37c07ad8dc56944eeeefb9d852edc4b17b3.zip |
app-dicts/myspell-kk: [QA] Package renamed from hunspell-kk.
Ebuild rewritten from scratch, based on work by Galym Kerimbekov.
Note that this is not a pkgmove because we don't want to "burn"
hunspell-kk as a package name, for the case that myspell-* would be
moved to hunspell-* later.
Bug: 586788
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild')
-rw-r--r-- | app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild new file mode 100644 index 000000000000..ec4788278437 --- /dev/null +++ b/app-dicts/myspell-kk/myspell-kk-1.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MYSPELL_DICT=( + "kk_KZ.aff" + "kk_KZ.dic" + "kk_noun_adj.aff" + "kk_noun_adj.dic" + "kk_test.aff" + "kk_test.dic" +) + +inherit myspell-r2 + +DESCRIPTION="Kazakh dictionaries for myspell/hunspell" +HOMEPAGE="https://github.com/kergalym/myspell-kk" +SRC_URI="https://github.com/kergalym/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${P}" # override eclass assignment +RDEPEND="!app-dicts/hunspell-kk" |