public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/
Date: Sat,  6 Jan 2018 21:03:50 +0000 (UTC)	[thread overview]
Message-ID: <1515272576.287911cd9de99557b2ae8a74b0f2ccd0125f417d.ulm@gentoo> (raw)

commit:     287911cd9de99557b2ae8a74b0f2ccd0125f417d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 21:01:59 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 21:02:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287911cd

x11-terms/mrxvt: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-terms/mrxvt/mrxvt-0.5.4.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
index cb411ad2200..9bc62ba04fb 100644
--- a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
+++ b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -12,8 +12,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
-LINGUAS_IUSE="linguas_el linguas_ja linguas_ko linguas_th linguas_zh_CN linguas_zh_TW"
-IUSE="debug png jpeg session truetype menubar utempter xpm ${LINGUAS_IUSE}"
+L10N_IUSE="l10n_el l10n_ja l10n_ko l10n_th l10n_zh-CN l10n_zh-TW"
+IUSE="debug png jpeg session truetype menubar utempter xpm ${L10N_IUSE}"
 
 RDEPEND="png? ( media-libs/libpng )
 	utempter? ( sys-libs/libutempter )
@@ -46,24 +46,24 @@ src_configure() {
 	local myconf
 
 	# if you want to pass any other flags, use EXTRA_ECONF.
-	if use linguas_el ; then
+	if use l10n_el ; then
 		myconf="${myconf} --enable-greek"
 	fi
-	if use linguas_ja ; then
+	if use l10n_ja ; then
 		# --with-encoding=sjis
 		myconf="${myconf} --enable-kanji --with-encoding=eucj"
 	fi
-	if use linguas_ko ; then
+	if use l10n_ko ; then
 		myconf="${myconf} --enable-kr --with-encoding=kr"
 	fi
-	if use linguas_th ; then
+	if use l10n_th ; then
 		myconf="${myconf} --enable-thai"
 	fi
-	if use linguas_zh_CN ; then
+	if use l10n_zh-CN ; then
 		# --with-encoding=gbk
 		myconf="${myconf} --enable-gb --with-encoding=gb"
 	fi
-	if use linguas_zh_TW ; then
+	if use l10n_zh-TW ; then
 		myconf="${myconf} --enable-big5 --with-encoding=big5"
 	fi
 


             reply	other threads:[~2018-01-06 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-06 21:03 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-01  0:52 [gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/ Sam James
2021-09-27 14:48 Yixun Lan
2022-01-01 20:08 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515272576.287911cd9de99557b2ae8a74b0f2ccd0125f417d.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox