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: games-roguelike/hengband/
Date: Tue, 28 Jun 2016 06:10:33 +0000 (UTC)	[thread overview]
Message-ID: <1467094192.52022f9aeaf79ee368181bd250bf18eb9d7fe990.ulm@gentoo> (raw)

commit:     52022f9aeaf79ee368181bd250bf18eb9d7fe990
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 06:06:31 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 06:09:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52022f9a

games-roguelike/hengband: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
index 0f9d9dc..c768e8a 100644
--- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
+++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2
 KEYWORDS="ppc x86 ~x86-fbsd"
 LICENSE="Moria"
 SLOT="0"
-IUSE="X linguas_ja"
+IUSE="X l10n_ja"
 
 RDEPEND=">=sys-libs/ncurses-5:0
 	X? ( x11-libs/libX11 )"
@@ -41,7 +41,7 @@ src_prepare() {
 
 src_configure() {
 	local myconf
-	use linguas_ja || myconf="--disable-japanese"
+	use l10n_ja || myconf="--disable-japanese"
 
 	egamesconf \
 		--with-setgid=${GAMES_GROUP} \
@@ -51,7 +51,7 @@ src_configure() {
 
 src_install() {
 	make DESTDIR="${D}" install || die "make install failed"
-	if use linguas_ja ; then
+	if use l10n_ja ; then
 		dodoc readme.txt autopick.txt readme_eng.txt autopick_eng.txt
 	else
 		newdoc readme_eng.txt readme.txt


             reply	other threads:[~2016-06-28  6:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28  6:10 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-09 20:13 [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/ Ionen Wolkens
2021-04-05 17:45 Sam James
2021-04-05 17:45 Sam James
2016-01-05  8:26 Michael Sterrett

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=1467094192.52022f9aeaf79ee368181bd250bf18eb9d7fe990.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