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 AFED0138330 for ; Sat, 6 Jan 2018 19:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB959E087B; Sat, 6 Jan 2018 19:53:50 +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 AE408E087B for ; Sat, 6 Jan 2018 19:53:50 +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 70104335C33 for ; Sat, 6 Jan 2018 19:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2FB133 for ; Sat, 6 Jan 2018 19:53:47 +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: <1515268415.6e2956ca418df76496eabcff03e8caa3ec220a0a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-2.18.2-r3.ebuild media-sound/lilypond/lilypond-2.19.54.ebuild media-sound/lilypond/lilypond-2.19.64.ebuild media-sound/lilypond/lilypond-2.19.80.ebuild media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6e2956ca418df76496eabcff03e8caa3ec220a0a X-VCS-Branch: master Date: Sat, 6 Jan 2018 19:53:47 +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: 0c2b0ce1-5a12-4e87-8d5e-c9e374555cd6 X-Archives-Hash: 56fa0e5b5a7e1df8dba67692bb4d732c commit: 6e2956ca418df76496eabcff03e8caa3ec220a0a Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 19:51:01 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 19:53:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2956ca media-sound/lilypond: Test LINGUAS rather than linguas_* USE flags. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-sound/lilypond/lilypond-2.18.2-r3.ebuild | 6 +++--- media-sound/lilypond/lilypond-2.19.54.ebuild | 6 +++--- media-sound/lilypond/lilypond-2.19.64.ebuild | 6 +++--- media-sound/lilypond/lilypond-2.19.80.ebuild | 6 +++--- media-sound/lilypond/lilypond-9999.ebuild | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild b/media-sound/lilypond/lilypond-2.18.2-r3.ebuild index ee3ea59a82a..2bb07eef335 100644 --- a/media-sound/lilypond/lilypond-2.18.2-r3.ebuild +++ b/media-sound/lilypond/lilypond-2.18.2-r3.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 @@ -14,7 +14,7 @@ LICENSE="GPL-3 FDL-1.3" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa x86" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" +IUSE="debug emacs profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 @@ -76,7 +76,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die + has ${lang} ${LINGUAS-${lang}} || rm po/${lang}.po || die done # respect AR diff --git a/media-sound/lilypond/lilypond-2.19.54.ebuild b/media-sound/lilypond/lilypond-2.19.54.ebuild index c0d01a0d9e2..ba9f4899580 100644 --- a/media-sound/lilypond/lilypond-2.19.54.ebuild +++ b/media-sound/lilypond/lilypond-2.19.54.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ HOMEPAGE="http://lilypond.org/" LICENSE="GPL-3 FDL-1.3" SLOT="0" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}" +IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die + has ${lang} ${LINGUAS-${lang}} || rm po/${lang}.po || die done # respect AR diff --git a/media-sound/lilypond/lilypond-2.19.64.ebuild b/media-sound/lilypond/lilypond-2.19.64.ebuild index 5dd683dc418..2388951c777 100644 --- a/media-sound/lilypond/lilypond-2.19.64.ebuild +++ b/media-sound/lilypond/lilypond-2.19.64.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 @@ -20,7 +20,7 @@ HOMEPAGE="http://lilypond.org/" LICENSE="GPL-3 FDL-1.3" SLOT="0" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}" +IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die + has ${lang} ${LINGUAS-${lang}} || rm po/${lang}.po || die done # respect AR diff --git a/media-sound/lilypond/lilypond-2.19.80.ebuild b/media-sound/lilypond/lilypond-2.19.80.ebuild index 3fae42dbe7e..893b3b8c814 100644 --- a/media-sound/lilypond/lilypond-2.19.80.ebuild +++ b/media-sound/lilypond/lilypond-2.19.80.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 @@ -20,7 +20,7 @@ HOMEPAGE="http://lilypond.org/" LICENSE="GPL-3 FDL-1.3" SLOT="0" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}" +IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die + has ${lang} ${LINGUAS-${lang}} || rm po/${lang}.po || die done # respect AR diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index e451c38deeb..27bfc06997d 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-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 @@ -20,7 +20,7 @@ HOMEPAGE="http://lilypond.org/" LICENSE="GPL-3 FDL-1.3" SLOT="0" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}" +IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die + has ${lang} ${LINGUAS-${lang}} || rm po/${lang}.po || die done # respect AR