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: dev-util/netbeans/
Date: Sat, 25 Jun 2016 11:07:06
Message-Id: 1466852807.918832aec84e778d86cb11182f773fec1ba34b54.ulm@gentoo
1 commit: 918832aec84e778d86cb11182f773fec1ba34b54
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 11:06:34 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 11:06:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918832ae
7
8 dev-util/netbeans: Use L10N value "fil" rather than "tl" for Filipino.
9
10 Package-Manager: portage-2.3.0
11
12 dev-util/netbeans/netbeans-8.0.2.ebuild | 21 ++++++++-------------
13 dev-util/netbeans/netbeans-8.1.ebuild | 21 ++++++++-------------
14 2 files changed, 16 insertions(+), 26 deletions(-)
15
16 diff --git a/dev-util/netbeans/netbeans-8.0.2.ebuild b/dev-util/netbeans/netbeans-8.0.2.ebuild
17 index 4ad72ba..5176a35 100644
18 --- a/dev-util/netbeans/netbeans-8.0.2.ebuild
19 +++ b/dev-util/netbeans/netbeans-8.0.2.ebuild
20 @@ -131,14 +131,14 @@ pkg_setup() {
21 lang=${lang/-/_}
22
23 case ${lang} in
24 - ar) lang="ar_EG,ar_SA" ;;
25 - es) lang="es,es_CO" ;;
26 - gl) lang="gl_ES" ;;
27 - hi) lang="hi_IN" ;;
28 - id) lang="in_ID" ;;
29 - nl) lang="nl_BE,nl_NL" ;;
30 - ta) lang="ta_IN" ;;
31 - tl) lang="fil_PH" ;;
32 + ar) lang="ar_EG,ar_SA" ;;
33 + es) lang="es,es_CO" ;;
34 + fil) lang="fil_PH" ;;
35 + gl) lang="gl_ES" ;;
36 + hi) lang="hi_IN" ;;
37 + id) lang="in_ID" ;;
38 + nl) lang="nl_BE,nl_NL" ;;
39 + ta) lang="ta_IN" ;;
40 esac
41
42 if use ${lingua} ; then
43 @@ -249,9 +249,4 @@ pkg_postinst() {
44 einfo
45 einfo "You selected Dutch locale so you can choose either nl:BE or nl:NL variant."
46 fi
47 -
48 - if use l10n_tl ; then
49 - einfo
50 - einfo "You selected Tagalog locale which has for Filipino locale code fil:PH in Netbeans."
51 - fi
52 }
53
54 diff --git a/dev-util/netbeans/netbeans-8.1.ebuild b/dev-util/netbeans/netbeans-8.1.ebuild
55 index c302477..786491e 100644
56 --- a/dev-util/netbeans/netbeans-8.1.ebuild
57 +++ b/dev-util/netbeans/netbeans-8.1.ebuild
58 @@ -131,14 +131,14 @@ pkg_setup() {
59 lang=${lang/-/_}
60
61 case ${lang} in
62 - ar) lang="ar_EG,ar_SA" ;;
63 - es) lang="es,es_CO" ;;
64 - gl) lang="gl_ES" ;;
65 - hi) lang="hi_IN" ;;
66 - id) lang="in_ID" ;;
67 - nl) lang="nl_BE,nl_NL" ;;
68 - ta) lang="ta_IN" ;;
69 - tl) lang="fil_PH" ;;
70 + ar) lang="ar_EG,ar_SA" ;;
71 + es) lang="es,es_CO" ;;
72 + fil) lang="fil_PH" ;;
73 + gl) lang="gl_ES" ;;
74 + hi) lang="hi_IN" ;;
75 + id) lang="in_ID" ;;
76 + nl) lang="nl_BE,nl_NL" ;;
77 + ta) lang="ta_IN" ;;
78 esac
79
80 if use ${lingua} ; then
81 @@ -249,9 +249,4 @@ pkg_postinst() {
82 einfo
83 einfo "You selected Dutch locale so you can choose either nl:BE or nl:NL variant."
84 fi
85 -
86 - if use l10n_tl ; then
87 - einfo
88 - einfo "You selected Tagalog locale which has for Filipino locale code fil:PH in Netbeans."
89 - fi
90 }