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/aspell/
Date: Fri, 05 Jan 2018 16:37:04
Message-Id: 1515170176.28feeb4139bfc6d45b8f1353ba167a5757b1c0ea.ulm@gentoo
1 commit: 28feeb4139bfc6d45b8f1353ba167a5757b1c0ea
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 16:36:16 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 16:36:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28feeb41
7
8 app-text/aspell: Remove linguas_* flags from IUSE.
9
10 Bug: https://bugs.gentoo.org/586780
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 app-text/aspell/aspell-0.60.6.1-r3.ebuild | 12 +++++-------
14 app-text/aspell/aspell-0.60.6.1-r4.ebuild | 12 +++++-------
15 app-text/aspell/aspell-0.60.7_rc1.ebuild | 12 +++++-------
16 3 files changed, 15 insertions(+), 21 deletions(-)
17
18 diff --git a/app-text/aspell/aspell-0.60.6.1-r3.ebuild b/app-text/aspell/aspell-0.60.6.1-r3.ebuild
19 index 7c6d6d12527..6ff3332b5a1 100644
20 --- a/app-text/aspell/aspell-0.60.6.1-r3.ebuild
21 +++ b/app-text/aspell/aspell-0.60.6.1-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -15,18 +15,16 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~a
29 IUSE="nls"
30
31 PDEPEND="app-dicts/aspell-en"
32 -LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
33 +LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
34 hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
35 for lang in ${LANGS}; do
36 - IUSE+=" l10n_${lang/@/-}"
37 - # Need to keep linguas_* for now, since aspell uses gettext
38 - IUSE+=" linguas_${lang/-/_}"
39 + IUSE+=" l10n_${lang}"
40 case ${lang} in
41 - de@1901) dict="de-alt" ;;
42 + de-1901) dict="de-alt" ;;
43 pt-BR) dict="pt-br" ;;
44 *) dict="${lang}" ;;
45 esac
46 - PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
47 + PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
48 done
49 unset dict lang LANGS
50
51
52 diff --git a/app-text/aspell/aspell-0.60.6.1-r4.ebuild b/app-text/aspell/aspell-0.60.6.1-r4.ebuild
53 index fe7d97be884..33b4d10f3ec 100644
54 --- a/app-text/aspell/aspell-0.60.6.1-r4.ebuild
55 +++ b/app-text/aspell/aspell-0.60.6.1-r4.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2016 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62 @@ -15,18 +15,16 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
63 IUSE="nls unicode"
64
65 PDEPEND="app-dicts/aspell-en"
66 -LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
67 +LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
68 hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
69 for lang in ${LANGS}; do
70 - IUSE+=" l10n_${lang/@/-}"
71 - # Need to keep linguas_* for now, since aspell uses gettext
72 - IUSE+=" linguas_${lang/-/_}"
73 + IUSE+=" l10n_${lang}"
74 case ${lang} in
75 - de@1901) dict="de-alt" ;;
76 + de-1901) dict="de-alt" ;;
77 pt-BR) dict="pt-br" ;;
78 *) dict="${lang}" ;;
79 esac
80 - PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
81 + PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
82 done
83 unset dict lang LANGS
84
85
86 diff --git a/app-text/aspell/aspell-0.60.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild
87 index 0ca6438519d..ffbf2fe55a2 100644
88 --- a/app-text/aspell/aspell-0.60.7_rc1.ebuild
89 +++ b/app-text/aspell/aspell-0.60.7_rc1.ebuild
90 @@ -1,4 +1,4 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 +# Copyright 1999-2018 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94
95 EAPI=6
96 @@ -21,18 +21,16 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sp
97 IUSE="nls unicode"
98
99 PDEPEND="app-dicts/aspell-en"
100 -LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr
101 +LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr
102 hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi"
103 for lang in ${LANGS}; do
104 - IUSE+=" l10n_${lang/@/-}"
105 - # Need to keep linguas_* for now, since aspell uses gettext
106 - IUSE+=" linguas_${lang/-/_}"
107 + IUSE+=" l10n_${lang}"
108 case ${lang} in
109 - de@1901) dict="de-alt" ;;
110 + de-1901) dict="de-alt" ;;
111 pt-BR) dict="pt-br" ;;
112 *) dict="${lang}" ;;
113 esac
114 - PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )"
115 + PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )"
116 done
117 unset dict lang LANGS