public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/drascula/
Date: Sun, 26 Jun 2016 08:37:24 +0000 (UTC)	[thread overview]
Message-ID: <1466927822.7276e13a91ee1f7a233734db1af7d6371215fa89.ulm@gentoo> (raw)

commit:     7276e13a91ee1f7a233734db1af7d6371215fa89
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 07:57:02 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 07:57:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7276e13a

games-rpg/drascula: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 games-rpg/drascula/drascula-1.0-r2.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/games-rpg/drascula/drascula-1.0-r2.ebuild b/games-rpg/drascula/drascula-1.0-r2.ebuild
index 3eda74a..2a6bcfc 100644
--- a/games-rpg/drascula/drascula-1.0-r2.ebuild
+++ b/games-rpg/drascula/drascula-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,15 +14,15 @@ HOMEPAGE="http://www.alcachofasoft.com/"
 SRC_URI="mirror://sourceforge/scummvm/drascula-${PV}.zip
 	https://github.com/scummvm/scummvm/raw/v1.5.0/dists/engine-data/drascula.dat -> drascula-${DAT_PV}.dat
 	sound? ( mirror://sourceforge/scummvm/drascula-audio-${AUD_PV}.zip )
-	linguas_es? ( ${INT_URI} )
-	linguas_de? ( ${INT_URI} )
-	linguas_fr? ( ${INT_URI} )
-	linguas_it? ( ${INT_URI} )"
+	l10n_es? ( ${INT_URI} )
+	l10n_de? ( ${INT_URI} )
+	l10n_fr? ( ${INT_URI} )
+	l10n_it? ( ${INT_URI} )"
 
 LICENSE="drascula"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="linguas_es linguas_de linguas_fr linguas_it +sound"
+IUSE="l10n_es l10n_de l10n_fr l10n_it +sound"
 RESTRICT="mirror"
 
 RDEPEND=">=games-engines/scummvm-0.13.1"
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}
 
 src_unpack() {
-	if use linguas_es || use linguas_de || use linguas_fr || use linguas_it; then
+	if use l10n_es || use l10n_de || use l10n_fr || use l10n_it; then
 		unpack drascula-int-${INT_PV}.zip
 	fi
 	if use sound; then
@@ -47,7 +47,7 @@ src_install() {
 	games_make_wrapper ${PN} "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" drascula" .
 	for lang in es de fr it
 	do
-		if use linguas_${lang} ; then
+		if use l10n_${lang} ; then
 			games_make_wrapper ${PN}-${lang} "scummvm -q ${lang} -f -p \"${GAMES_DATADIR}/${PN}\" drascula" .
 			make_desktop_entry ${PN}-${lang} "Drascula: The Vampire Strikes Back (${lang})" ${PN}
 		fi


             reply	other threads:[~2016-06-26  8:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-26  8:37 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 22:53 [gentoo-commits] repo/gentoo:master commit in: games-rpg/drascula/ Ionen Wolkens
2021-07-05 22:53 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466927822.7276e13a91ee1f7a233734db1af7d6371215fa89.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox