From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-996020-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D86FD138330
	for <garchives@archives.gentoo.org>; Sun,  7 Jan 2018 12:03:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 13B1AE08D9;
	Sun,  7 Jan 2018 12:03:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E7266E08D9
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 12:03:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E41C733D3C5
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 12:03:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7184E1A5
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Jan 2018 12:03:48 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1515326614.358a51718a528645a890dbed23e37f3e8c8de4f0.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-extra-sounds/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
X-VCS-Directories: net-misc/asterisk-extra-sounds/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 358a51718a528645a890dbed23e37f3e8c8de4f0
X-VCS-Branch: master
Date: Sun,  7 Jan 2018 12:03:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c3701aed-b1fc-4e98-8781-515642ac3dc7
X-Archives-Hash: 47b64b6958cd966835b02d4b50de10b2

commit:     358a51718a528645a890dbed23e37f3e8c8de4f0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 12:02:16 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 12:03:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358a5171

net-misc/asterisk-extra-sounds: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../asterisk-extra-sounds-1.4.11.ebuild                      | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild b/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
index 8ca668e3085..7f2584c7fa4 100644
--- a/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
+++ b/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
 
 DESCRIPTION="Extra sounds for asterisk"
 HOMEPAGE="http://www.asterisk.org/"
-LINGUAS="^en fr" # ^ is used to indicate to the loops below to NOT set this as an optional
+MY_L10N="^en fr" # ^ is used to indicate to the loops below to NOT set this as an optional
 CODECS="alaw g722 g729 +gsm siren7 siren14 sln16 ulaw wav"
 
 SRC_URI=""
 IUSE="${CODECS}"
-for l in ${LINGUAS}; do
-	[[ "${l}" != ^* ]] && IUSE+=" linguas_${l}" && SRC_URI+=" linguas_${l}? ("
+for l in ${MY_L10N}; do
+	[[ "${l}" != ^* ]] && IUSE+=" l10n_${l}" && SRC_URI+=" l10n_${l}? ("
 	for c in ${CODECS}; do
 		SRC_URI+=" ${c#+}? ( http://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${l#^}-${c#+}-${PV}.tar.gz )"
 	done
@@ -39,8 +39,8 @@ src_unpack() {
 }
 
 src_install() {
-	for l in ${LINGUAS}; do
-		if [[ "${l}" = ^* ]] || use linguas_${l}; then
+	for l in ${MY_L10N}; do
+		if [[ "${l}" = ^* ]] || use l10n_${l}; then
 			l="${l#^}"
 			dodoc ${l}/CHANGES-${PN%-sounds}-${l}-${PV} ${l}/${PN#asterisk-}-${l}.txt
 			rm ${l}/CHANGES-${PN%-sounds}-${l}-${PV} ${l}/${PN#asterisk-}-${l}.txt