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-server/nwn-ded/
Date: Sun, 07 Jan 2018 00:18:18
Message-Id: 1515284276.b21fd88ae8647e9b38ce45f28147a7faae77bbb7.ulm@gentoo
1 commit: b21fd88ae8647e9b38ce45f28147a7faae77bbb7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 00:17:22 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 00:17:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21fd88a
7
8 games-server/nwn-ded: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 games-server/nwn-ded/nwn-ded-1.69-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild b/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild
16 index 57623fe2cfb..21ee32df32f 100644
17 --- a/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild
18 +++ b/games-server/nwn-ded/nwn-ded-1.69-r1.ebuild
19 @@ -1,16 +1,16 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 inherit eutils
26
27 -LANGUAGES="linguas_en"
28 +LANGUAGES="l10n_en"
29 DIALOG_URL_BASE=http://files.bioware.com/neverwinternights/dialog/
30
31 DESCRIPTION="Neverwinter Nights Dedicated server"
32 HOMEPAGE="http://nwn.bioware.com/downloads/standaloneserver.html"
33 SRC_URI="http://files.bioware.com/neverwinternights/updates/windows/server/NWNDedicatedServer${PV}.zip
34 - linguas_en? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip )"
35 + l10n_en? ( ${DIALOG_URL_BASE}/english/NWNEnglish${PV}dialog.zip )"
36
37 LICENSE="NWN-EULA"
38 SLOT="0"