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-fps/quake4-bin/
Date: Tue, 28 Jun 2016 06:10:37
Message-Id: 1467094192.fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85.ulm@gentoo
1 commit: fb8ca8d8d926aafd51a739a8e0c8bcf5c659ab85
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 06:03:41 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=fb8ca8d8
7
8 games-fps/quake4-bin: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
16 index 6c11f74..1163c75 100644
17 --- a/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
18 +++ b/games-fps/quake4-bin/quake4-bin-1.4.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -12,7 +12,7 @@ SRC_URI="mirror://idsoftware/quake4/linux/quake4-linux-${PV}.x86.run"
26 LICENSE="QUAKE4"
27 SLOT="0"
28 KEYWORDS="-* amd64 x86"
29 -IUSE="cdinstall dedicated linguas_cs linguas_fr linguas_it linguas_pl linguas_ru"
30 +IUSE="cdinstall dedicated l10n_cs l10n_fr l10n_it l10n_pl l10n_ru"
31 RESTRICT="strip"
32
33 # QUAKE4 NEEDS s3tc support, which can be obtained for OSS drivers via
34 @@ -52,7 +52,7 @@ QA_EXECSTACK="${dir:1}/quake4.x86
35 ${dir:1}/libSDL-1.2.id.so.0"
36
37 zpaklang() {
38 - if ! use linguas_${1} ; then
39 + if ! use l10n_${1} ; then
40 einfo "Removing ${2} zpak files"
41 rm -f q4base/zpak_${2}*
42 fi