summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-26 10:18:56 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-26 10:18:56 +0200
commit05275527fc624b00a9aa42cc2f6d4b480af463f4 (patch)
tree277e0d3de39ceacace66acfd4e01be56f9ef8e67
parentgames-board/xscrabble: Specify LICENSE more precisely. (diff)
downloadgentoo-05275527.tar.gz
gentoo-05275527.tar.bz2
gentoo-05275527.zip
games-action/d1x-rebirth: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
-rw-r--r--games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild8
-rw-r--r--games-action/d1x-rebirth/metadata.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild
index 17e81563b7d8..f93391f7d746 100644
--- a/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild
+++ b/games-action/d1x-rebirth/d1x-rebirth-0.58.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,12 +15,12 @@ SRC_URI="http://www.dxx-rebirth.com/download/dxx/${MY_P}.tar.gz
http://www.dxx-rebirth.com/download/dxx/res/dxx-rebirth_icons.zip
opl3-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.zip )
sc55-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.zip ) cdinstall? ( http://www.dxx-rebirth.com/download/dxx/res/d1datapt.zip )
- linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )"
+ l10n_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.zip )"
LICENSE="D1X GPL-2 public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="cdinstall debug demo ipv6 linguas_de +music opengl opl3-musicpack sc55-musicpack"
+IUSE="cdinstall debug demo ipv6 l10n_de +music opengl opl3-musicpack sc55-musicpack"
REQUIRED_USE="?? ( cdinstall demo )
?? ( opl3-musicpack sc55-musicpack )
opl3-musicpack? ( music )
@@ -80,7 +80,7 @@ src_install() {
insinto "${GAMES_DATADIR}/d${DV}x"
doins "${DISTDIR}"/d1xrdata.zip
# None of the following zip files need to be extracted.
- use linguas_de && doins "${DISTDIR}"/d${DV}xr-briefings-ger.zip
+ use l10n_de && doins "${DISTDIR}"/d${DV}xr-briefings-ger.zip
use opl3-musicpack && doins "${DISTDIR}"/d${DV}xr-opl3-music.zip
use sc55-musicpack && doins "${DISTDIR}"/d${DV}xr-sc55-music.zip
diff --git a/games-action/d1x-rebirth/metadata.xml b/games-action/d1x-rebirth/metadata.xml
index 92e128212045..06533f138bb9 100644
--- a/games-action/d1x-rebirth/metadata.xml
+++ b/games-action/d1x-rebirth/metadata.xml
@@ -14,7 +14,7 @@ Descent 1 source that was released by Parallax and is based on the D1X source.
<use>
<flag name="demo">Use the demo data instead of the full game</flag>
<flag name="music">Support for ingame music</flag>
- <flag name="linguas_de">Provides German translations for the game's
+ <flag name="l10n_de">Provides German translations for the game's
briefings, robot descriptions, and outro of the original campaign</flag>
<flag name="opl3-musicpack">Include alternate version of the game's music, recorded
with the Yamaha YMF262 OPL3 soundchip</flag>