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 27B1113968A for ; Sat, 29 Oct 2016 13:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD9BE0C10; Sat, 29 Oct 2016 13:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E86ACE0C10 for ; Sat, 29 Oct 2016 13:38:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB6113415B6 for ; Sat, 29 Oct 2016 13:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91525249D for ; Sat, 29 Oct 2016 13:38:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1477748284.d04a8628459bca21eb826fca8a5d9d3083d9c76e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/aspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/aspell/aspell-0.60.6.1-r1.ebuild app-text/aspell/aspell-0.60.6.1-r3.ebuild app-text/aspell/aspell-0.60.6.1-r4.ebuild X-VCS-Directories: app-text/aspell/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d04a8628459bca21eb826fca8a5d9d3083d9c76e X-VCS-Branch: master Date: Sat, 29 Oct 2016 13:38:15 +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: 7659291a-ee84-41e3-b62a-201c4666619e X-Archives-Hash: 9fcbed1c463e5c4b64225ad1914890ca commit: d04a8628459bca21eb826fca8a5d9d3083d9c76e Author: David Seifert gentoo org> AuthorDate: Sat Oct 29 13:37:44 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Oct 29 13:38:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04a8628 app-text/aspell: Fix USE flag generation with 'de@1901' locale Package-Manager: portage-2.3.2 app-text/aspell/aspell-0.60.6.1-r1.ebuild | 8 ++++---- app-text/aspell/aspell-0.60.6.1-r3.ebuild | 8 ++++---- app-text/aspell/aspell-0.60.6.1-r4.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app-text/aspell/aspell-0.60.6.1-r1.ebuild b/app-text/aspell/aspell-0.60.6.1-r1.ebuild index 41dbd69..268f92a 100644 --- a/app-text/aspell/aspell-0.60.6.1-r1.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r1.ebuild @@ -16,18 +16,18 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~a IUSE="nls" PDEPEND="app-dicts/aspell-en" -LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr +LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi" for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" + IUSE+=" l10n_${lang/@/-}" # Need to keep linguas_* for now, since aspell uses gettext IUSE+=" linguas_${lang/-/_}" case ${lang} in - de-1901) dict="de-alt" ;; + de@1901) dict="de-alt" ;; pt-BR) dict="pt-br" ;; *) dict="${lang}" ;; esac - PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )" + PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )" done unset dict lang LANGS diff --git a/app-text/aspell/aspell-0.60.6.1-r3.ebuild b/app-text/aspell/aspell-0.60.6.1-r3.ebuild index edb44b0..88cf74b 100644 --- a/app-text/aspell/aspell-0.60.6.1-r3.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r3.ebuild @@ -16,18 +16,18 @@ KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x IUSE="nls" PDEPEND="app-dicts/aspell-en" -LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr +LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi" for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" + IUSE+=" l10n_${lang/@/-}" # Need to keep linguas_* for now, since aspell uses gettext IUSE+=" linguas_${lang/-/_}" case ${lang} in - de-1901) dict="de-alt" ;; + de@1901) dict="de-alt" ;; pt-BR) dict="pt-br" ;; *) dict="${lang}" ;; esac - PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )" + PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )" done unset dict lang LANGS diff --git a/app-text/aspell/aspell-0.60.6.1-r4.ebuild b/app-text/aspell/aspell-0.60.6.1-r4.ebuild index b040ac6..7581aa1 100644 --- a/app-text/aspell/aspell-0.60.6.1-r4.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r4.ebuild @@ -16,18 +16,18 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="nls unicode" PDEPEND="app-dicts/aspell-en" -LANGS="af be bg br ca cs cy da de de-1901 el en eo es et fi fo fr ga gl he hr +LANGS="af be bg br ca cs cy da de de@1901 el en eo es et fi fo fr ga gl he hr hu hy is it la lt nl no pl pt pt-BR ro ru sk sl sr sv uk vi" for lang in ${LANGS}; do - IUSE+=" l10n_${lang}" + IUSE+=" l10n_${lang/@/-}" # Need to keep linguas_* for now, since aspell uses gettext IUSE+=" linguas_${lang/-/_}" case ${lang} in - de-1901) dict="de-alt" ;; + de@1901) dict="de-alt" ;; pt-BR) dict="pt-br" ;; *) dict="${lang}" ;; esac - PDEPEND+=" l10n_${lang}? ( app-dicts/aspell-${dict} )" + PDEPEND+=" l10n_${lang/@/-}? ( app-dicts/aspell-${dict} )" done unset dict lang LANGS