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: games-roguelike/hengband/
Date: Tue, 28 Jun 2016 06:10:38
Message-Id: 1467094192.52022f9aeaf79ee368181bd250bf18eb9d7fe990.ulm@gentoo
1 commit: 52022f9aeaf79ee368181bd250bf18eb9d7fe990
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 06:06:31 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 06:09:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52022f9a
7
8 games-roguelike/hengband: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
16 index 0f9d9dc..c768e8a 100644
17 --- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
18 +++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2
26 KEYWORDS="ppc x86 ~x86-fbsd"
27 LICENSE="Moria"
28 SLOT="0"
29 -IUSE="X linguas_ja"
30 +IUSE="X l10n_ja"
31
32 RDEPEND=">=sys-libs/ncurses-5:0
33 X? ( x11-libs/libX11 )"
34 @@ -41,7 +41,7 @@ src_prepare() {
35
36 src_configure() {
37 local myconf
38 - use linguas_ja || myconf="--disable-japanese"
39 + use l10n_ja || myconf="--disable-japanese"
40
41 egamesconf \
42 --with-setgid=${GAMES_GROUP} \
43 @@ -51,7 +51,7 @@ src_configure() {
44
45 src_install() {
46 make DESTDIR="${D}" install || die "make install failed"
47 - if use linguas_ja ; then
48 + if use l10n_ja ; then
49 dodoc readme.txt autopick.txt readme_eng.txt autopick_eng.txt
50 else
51 newdoc readme_eng.txt readme.txt