-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
IUSE="nls"
PDEPEND="app-dicts/aspell-en"
-LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
+LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
for lang in ${LANGS}; do
- IUSE+=" l10n_${lang/@/-}"
- # Need to keep linguas_* for now, since aspell uses gettext
- IUSE+=" linguas_${lang/-/_}"
+ IUSE+=" l10n_${lang}"
case ${lang} in
- de@1901) dict="de-alt" ;;
+ de-1901) dict="de-alt" ;;
pt-BR) dict="pt-br" ;;
*) dict="${lang}" ;;
esac
- PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
+ PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
done
unset dict lang LANGS
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
IUSE="nls unicode"
PDEPEND="app-dicts/aspell-en"
-LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
+LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
for lang in ${LANGS}; do
- IUSE+=" l10n_${lang/@/-}"
- # Need to keep linguas_* for now, since aspell uses gettext
- IUSE+=" linguas_${lang/-/_}"
+ IUSE+=" l10n_${lang}"
case ${lang} in
- de@1901) dict="de-alt" ;;
+ de-1901) dict="de-alt" ;;
pt-BR) dict="pt-br" ;;
*) dict="${lang}" ;;
esac
- PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
+ PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
done
unset dict lang LANGS
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
IUSE="nls unicode"
PDEPEND="app-dicts/aspell-en"
-LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
+LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
for lang in ${LANGS}; do
- IUSE+=" l10n_${lang/@/-}"
- # Need to keep linguas_* for now, since aspell uses gettext
- IUSE+=" linguas_${lang/-/_}"
+ IUSE+=" l10n_${lang}"
case ${lang} in
- de@1901) dict="de-alt" ;;
+ de-1901) dict="de-alt" ;;
pt-BR) dict="pt-br" ;;
*) dict="${lang}" ;;
esac
- PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
+ PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
done
unset dict lang LANGS