diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-26 10:20:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-26 10:20:17 +0200 |
commit | 76fb5595d8ad80d8d876ae769f0c287770d78929 (patch) | |
tree | a080f0d8b32754a3998fdf1781358abb5b565c98 /games-action/d2x-rebirth | |
parent | games-action/d1x-rebirth: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-76fb5595d8ad80d8d876ae769f0c287770d78929.tar.gz gentoo-76fb5595d8ad80d8d876ae769f0c287770d78929.tar.bz2 gentoo-76fb5595d8ad80d8d876ae769f0c287770d78929.zip |
games-action/d2x-rebirth: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-action/d2x-rebirth')
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild | 8 | ||||
-rw-r--r-- | games-action/d2x-rebirth/metadata.xml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild index ab5974cb93b7..ea8dec2140de 100644 --- a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild +++ b/games-action/d2x-rebirth/d2x-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$ @@ -13,12 +13,12 @@ HOMEPAGE="http://www.dxx-rebirth.com/" SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/0.58.1-d2x.tar.gz -> ${P}.tar.gz 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 ) - 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="?? ( opl3-musicpack sc55-musicpack ) opl3-musicpack? ( music ) sc55-musicpack? ( music )" @@ -67,7 +67,7 @@ src_install() { insinto "${GAMES_DATADIR}/d${DV}x" # None of the following zip files need to be extracted. - use linguas_de && newins "${DISTDIR}"/d${DV}xr-briefings-ger.zip d${DV}xr-briefings-ger.dxa + use l10n_de && newins "${DISTDIR}"/d${DV}xr-briefings-ger.zip d${DV}xr-briefings-ger.dxa use opl3-musicpack && newins "${DISTDIR}"/d${DV}xr-opl3-music.zip d${DV}xr-opl3-music.dxa use sc55-musicpack && newins "${DISTDIR}"/d${DV}xr-sc55-music.zip d${DV}xr-sc55-music.dxa diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml index 0a044fbd25e4..d6686bb37978 100644 --- a/games-action/d2x-rebirth/metadata.xml +++ b/games-action/d2x-rebirth/metadata.xml @@ -8,7 +8,7 @@ <use> <flag name="demo">Install <pkg>games-action/descent2-demodata</pkg> as well</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> |