From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2EA49138330 for ; Sat, 6 Jan 2018 12:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40379E08DB; Sat, 6 Jan 2018 12:23:05 +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 23564E08DB for ; Sat, 6 Jan 2018 12:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6B5E335C30 for ; Sat, 6 Jan 2018 12:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF141A6 for ; Sat, 6 Jan 2018 12:23:02 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1515241376.796bcc7cd8d6c7ecc7a537d13da01484c9c5d459.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild media-sound/guayadeque/guayadeque-9999.ebuild X-VCS-Directories: media-sound/guayadeque/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 796bcc7cd8d6c7ecc7a537d13da01484c9c5d459 X-VCS-Branch: master Date: Sat, 6 Jan 2018 12:23:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 768306ab-f5ae-4c92-b193-92659008687d X-Archives-Hash: dffef434848f3664aa758ab46c919e5d commit: 796bcc7cd8d6c7ecc7a537d13da01484c9c5d459 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 12:16:50 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 12:22:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796bcc7c media-sound/guayadeque: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 8 ++------ media-sound/guayadeque/guayadeque-9999.ebuild | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild index a3552032558..53d52ddcc33 100644 --- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild +++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,10 +50,6 @@ DEPEND="${RDEPEND} # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#') LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk ) -for l in "${LANGS[@]}"; do - IUSE+=" linguas_${l}" -done -unset l pkg_setup() { setup-wxwidgets @@ -69,7 +65,7 @@ src_prepare() { cd po || die local l for l in "${LANGS[@]}"; do - ! use linguas_${l} && cmake_comment_add_subdirectory ${l} + ! has ${l} ${LINGUAS-${l}} && cmake_comment_add_subdirectory ${l} done } diff --git a/media-sound/guayadeque/guayadeque-9999.ebuild b/media-sound/guayadeque/guayadeque-9999.ebuild index 92382fa215d..992be8f8b79 100644 --- a/media-sound/guayadeque/guayadeque-9999.ebuild +++ b/media-sound/guayadeque/guayadeque-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,10 +61,6 @@ DEPEND="${RDEPEND} # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#') LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk ) -for l in "${LANGS[@]}"; do - IUSE+=" linguas_${l}" -done -unset l pkg_setup() { setup-wxwidgets @@ -88,7 +84,7 @@ src_prepare() { cd po || die local l for l in "${LANGS[@]}"; do - ! use linguas_${l} && cmake_comment_add_subdirectory ${l} + ! has ${l} ${LINGUAS-${l}} && cmake_comment_add_subdirectory ${l} done }