Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Fri, 06 May 2016 01:25:40
Message-Id: 1462497907.2309df23993b5cb3f32d64d585efea206acf81c8.ulm@gentoo
1 commit: 2309df23993b5cb3f32d64d585efea206acf81c8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 00:18:15 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 01:25:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2309df23
7
8 app-text/hunspell: Update dependency on app-dicts/myspell-de_1901.
9
10 Also remove exception for German. Use linguas_de_1901 for the
11 traditional spelling variant instead.
12
13 Package-Manager: portage-2.2.28
14
15 app-text/hunspell/hunspell-1.3.3.ebuild | 17 ++++-------------
16 1 file changed, 4 insertions(+), 13 deletions(-)
17
18 diff --git a/app-text/hunspell/hunspell-1.3.3.ebuild b/app-text/hunspell/hunspell-1.3.3.ebuild
19 index a83d9e4..8326165 100644
20 --- a/app-text/hunspell/hunspell-1.3.3.ebuild
21 +++ b/app-text/hunspell/hunspell-1.3.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -23,21 +23,12 @@ DEPEND="${RDEPEND}
29 sys-devel/gettext"
30
31 # describe properly mi
32 -LANGS="af bg ca cs cy da de el en eo es et fo fr ga gl he hr hu ia id is it km
33 -ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu"
34 +LANGS="af bg ca cs cy da de de_1901 el en eo es et fo fr ga gl he hr hu ia id
35 +is it km ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu"
36
37 DICT_DEP="app-dicts/myspell-en"
38 for lang in ${LANGS}; do
39 - if [[ ${lang} == de ]] ; then
40 - DICT_DEP+=" linguas_de? (
41 - || (
42 - app-dicts/myspell-de
43 - app-dicts/myspell-de-alt
44 - )
45 - )"
46 - else
47 - DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )"
48 - fi
49 + DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )"
50 IUSE+=" linguas_${lang}"
51 done
52 PDEPEND="${DICT_DEP}"