From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A86C91382CD for ; Sat, 25 Jun 2016 11:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61E24E0B3F; Sat, 25 Jun 2016 11:07:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8CEAE0B3F for ; Sat, 25 Jun 2016 11:07:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBABF340C21 for ; Sat, 25 Jun 2016 11:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F31241E for ; Sat, 25 Jun 2016 11:06:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1466852807.918832aec84e778d86cb11182f773fec1ba34b54.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/netbeans/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/netbeans/netbeans-8.0.2.ebuild dev-util/netbeans/netbeans-8.1.ebuild X-VCS-Directories: dev-util/netbeans/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 918832aec84e778d86cb11182f773fec1ba34b54 X-VCS-Branch: master Date: Sat, 25 Jun 2016 11:06:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ecd6a59-b6b6-4ef3-9c29-32335c9e9d90 X-Archives-Hash: f4351b6413764762a377ed7ca82ec444 commit: 918832aec84e778d86cb11182f773fec1ba34b54 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 11:06:34 2016 +0000 Commit: Ulrich Müller gentoo 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 }