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-action/d2x-rebirth/
Date: Sun, 26 Jun 2016 08:37:37
Message-Id: 1466929217.76fb5595d8ad80d8d876ae769f0c287770d78929.ulm@gentoo
1 commit: 76fb5595d8ad80d8d876ae769f0c287770d78929
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 08:20:17 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 08:20:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fb5595
7
8 games-action/d2x-rebirth: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild | 8 ++++----
13 games-action/d2x-rebirth/metadata.xml | 2 +-
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
17 index ab5974c..ea8dec2 100644
18 --- a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
19 +++ b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,12 +13,12 @@ HOMEPAGE="http://www.dxx-rebirth.com/"
27 SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/0.58.1-d2x.tar.gz -> ${P}.tar.gz
28 opl3-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip )
29 sc55-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip )
30 - linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )"
31 + l10n_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )"
32
33 LICENSE="D1X GPL-2 public-domain"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36 -IUSE="cdinstall debug demo ipv6 linguas_de +music opengl opl3-musicpack sc55-musicpack"
37 +IUSE="cdinstall debug demo ipv6 l10n_de +music opengl opl3-musicpack sc55-musicpack"
38 REQUIRED_USE="?? ( opl3-musicpack sc55-musicpack )
39 opl3-musicpack? ( music )
40 sc55-musicpack? ( music )"
41 @@ -67,7 +67,7 @@ src_install() {
42 insinto "${GAMES_DATADIR}/d${DV}x"
43
44 # None of the following zip files need to be extracted.
45 - use linguas_de && newins "${DISTDIR}"/d${DV}xr-briefings-ger.zip d${DV}xr-briefings-ger.dxa
46 + use l10n_de && newins "${DISTDIR}"/d${DV}xr-briefings-ger.zip d${DV}xr-briefings-ger.dxa
47 use opl3-musicpack && newins "${DISTDIR}"/d${DV}xr-opl3-music.zip d${DV}xr-opl3-music.dxa
48 use sc55-musicpack && newins "${DISTDIR}"/d${DV}xr-sc55-music.zip d${DV}xr-sc55-music.dxa
49
50
51 diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml
52 index 0a044fb..d6686bb 100644
53 --- a/games-action/d2x-rebirth/metadata.xml
54 +++ b/games-action/d2x-rebirth/metadata.xml
55 @@ -8,7 +8,7 @@
56 <use>
57 <flag name="demo">Install <pkg>games-action/descent2-demodata</pkg> as well</flag>
58 <flag name="music">Support for ingame music</flag>
59 - <flag name="linguas_de">Provides German translations for the game's
60 + <flag name="l10n_de">Provides German translations for the game's
61 briefings, robot descriptions, and outro of the original campaign</flag>
62 <flag name="opl3-musicpack">Include alternate version of the game's music, recorded
63 with the Yamaha YMF262 OPL3 soundchip</flag>