commit: 918832aec84e778d86cb11182f773fec1ba34b54
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 11:06:34 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 11:06:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918832ae
dev-util/netbeans: Use L10N value "fil" rather than "tl" for Filipino.
Package-Manager: portage-2.3.0
dev-util/netbeans/netbeans-8.0.2.ebuild | 21 ++++++++-------------
dev-util/netbeans/netbeans-8.1.ebuild | 21 ++++++++-------------
2 files changed, 16 insertions(+), 26 deletions(-)
diff --git a/dev-util/netbeans/netbeans-8.0.2.ebuild
b/dev-util/netbeans/netbeans-8.0.2.ebuild
index 4ad72ba..5176a35 100644
--- a/dev-util/netbeans/netbeans-8.0.2.ebuild
+++ b/dev-util/netbeans/netbeans-8.0.2.ebuild
@@ -131,14 +131,14 @@ pkg_setup() {
lang=${lang/-/_}
case ${lang} in
- ar) lang="ar_EG,ar_SA" ;;
- es) lang="es,es_CO" ;;
- gl) lang="gl_ES" ;;
- hi) lang="hi_IN" ;;
- id) lang="in_ID" ;;
- nl) lang="nl_BE,nl_NL" ;;
- ta) lang="ta_IN" ;;
- tl) lang="fil_PH" ;;
+ ar) lang="ar_EG,ar_SA" ;;
+ es) lang="es,es_CO" ;;
+ fil) lang="fil_PH" ;;
+ gl) lang="gl_ES" ;;
+ hi) lang="hi_IN" ;;
+ id) lang="in_ID" ;;
+ nl) lang="nl_BE,nl_NL" ;;
+ ta) lang="ta_IN" ;;
esac
if use ${lingua} ; then
@@ -249,9 +249,4 @@ pkg_postinst() {
einfo
einfo "You selected Dutch locale so you can choose either nl:BE
or nl:NL variant."
fi
-
- if use l10n_tl ; then
- einfo
- einfo "You selected Tagalog locale which has for Filipino
locale code fil:PH in Netbeans."
- fi
}
diff --git a/dev-util/netbeans/netbeans-8.1.ebuild
b/dev-util/netbeans/netbeans-8.1.ebuild
index c302477..786491e 100644
--- a/dev-util/netbeans/netbeans-8.1.ebuild
+++ b/dev-util/netbeans/netbeans-8.1.ebuild
@@ -131,14 +131,14 @@ pkg_setup() {
lang=${lang/-/_}
case ${lang} in
- ar) lang="ar_EG,ar_SA" ;;
- es) lang="es,es_CO" ;;
- gl) lang="gl_ES" ;;
- hi) lang="hi_IN" ;;
- id) lang="in_ID" ;;
- nl) lang="nl_BE,nl_NL" ;;
- ta) lang="ta_IN" ;;
- tl) lang="fil_PH" ;;
+ ar) lang="ar_EG,ar_SA" ;;
+ es) lang="es,es_CO" ;;
+ fil) lang="fil_PH" ;;
+ gl) lang="gl_ES" ;;
+ hi) lang="hi_IN" ;;
+ id) lang="in_ID" ;;
+ nl) lang="nl_BE,nl_NL" ;;
+ ta) lang="ta_IN" ;;
esac
if use ${lingua} ; then
@@ -249,9 +249,4 @@ pkg_postinst() {
einfo
einfo "You selected Dutch locale so you can choose either nl:BE
or nl:NL variant."
fi
-
- if use l10n_tl ; then
- einfo
- einfo "You selected Tagalog locale which has for Filipino
locale code fil:PH in Netbeans."
- fi
}