2019-04-24 08:30:40 +03:00
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2017-04-02 02:27:03 +03:00
|
|
|
EAPI=6
|
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
ASPELL_LANG="Belarusian"
|
|
|
|
|
2017-04-02 02:27:03 +03:00
|
|
|
inherit aspell-dict-r1
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2017-04-02 02:27:03 +03:00
|
|
|
SRC_URI="mirror://gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2017-04-02 02:27:03 +03:00
|
|
|
LICENSE="GPL-2"
|
2019-10-12 18:52:35 +03:00
|
|
|
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE="classic"
|
|
|
|
|
|
|
|
S="${WORKDIR}/aspell5-be-${PV}"
|
|
|
|
|
2017-04-02 02:27:03 +03:00
|
|
|
src_prepare() {
|
|
|
|
use classic || local PATCHES=( "${FILESDIR}"/aspell5-be-${PV}-official.patch )
|
|
|
|
default
|
2012-02-06 16:39:49 +04:00
|
|
|
}
|