# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 MYSPELL_DICT=( "fy_NL.aff" "fy_NL.dic" ) MYSPELL_HYPH=( ) MYSPELL_THES=( ) inherit myspell-r2 DESCRIPTION="Frisian dictionaries for myspell/hunspell" HOMEPAGE="http://extensions.libreoffice.org/extension-center/western-frisian-spelling-dictionaries" SRC_URI="http://extensions.libreoffice.org/extension-center/western-frisian-spelling-dictionaries/releases/2016.02.13/dict-fy_nl-20160213.oxt" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="app-arch/unzip" src_prepare() { # The standalone dictionary is a library with its own license: # remove files for the office extension, so install dodoc won't pick them. rm -rf changelog.txt desc_fy.txt readme.txt }