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 76E381382C5 for ; Fri, 5 Jan 2018 16:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97C98E0869; Fri, 5 Jan 2018 16:37:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 678BDE0869 for ; Fri, 5 Jan 2018 16:37:02 +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 31799335C36 for ; Fri, 5 Jan 2018 16:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF0AF1A1 for ; Fri, 5 Jan 2018 16:36:59 +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: <1515170176.28feeb4139bfc6d45b8f1353ba167a5757b1c0ea.ulm@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-r3.ebuild app-text/aspell/aspell-0.60.6.1-r4.ebuild app-text/aspell/aspell-0.60.7_rc1.ebuild X-VCS-Directories: app-text/aspell/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 28feeb4139bfc6d45b8f1353ba167a5757b1c0ea X-VCS-Branch: master Date: Fri, 5 Jan 2018 16:36:59 +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: 288e87d7-c34f-4371-8bad-ad189c06e271 X-Archives-Hash: b422328b19164e333028a196a98d4b8a commit: 28feeb4139bfc6d45b8f1353ba167a5757b1c0ea Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 16:36:16 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 16:36:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28feeb41 app-text/aspell: Remove linguas_* flags from IUSE. Bug: https://bugs.gentoo.org/586780 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/aspell/aspell-0.60.6.1-r3.ebuild | 12 +++++------- app-text/aspell/aspell-0.60.6.1-r4.ebuild | 12 +++++------- app-text/aspell/aspell-0.60.7_rc1.ebuild | 12 +++++------- 3 files changed, 15 insertions(+), 21 deletions(-) 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 7c6d6d12527..6ff3332b5a1 100644 --- a/app-text/aspell/aspell-0.60.6.1-r3.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-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=5 @@ -15,18 +15,16 @@ 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 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/@/-}" - # Need to keep linguas_* for now, since aspell uses gettext - IUSE+=" linguas_${lang/-/_}" + IUSE+=" l10n_${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 fe7d97be884..33b4d10f3ec 100644 --- a/app-text/aspell/aspell-0.60.6.1-r4.ebuild +++ b/app-text/aspell/aspell-0.60.6.1-r4.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 @@ -15,18 +15,16 @@ 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/@/-}" - # Need to keep linguas_* for now, since aspell uses gettext - IUSE+=" linguas_${lang/-/_}" + IUSE+=" l10n_${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.7_rc1.ebuild b/app-text/aspell/aspell-0.60.7_rc1.ebuild index 0ca6438519d..ffbf2fe55a2 100644 --- a/app-text/aspell/aspell-0.60.7_rc1.ebuild +++ b/app-text/aspell/aspell-0.60.7_rc1.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 @@ -21,18 +21,16 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sp 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/@/-}" - # Need to keep linguas_* for now, since aspell uses gettext - IUSE+=" linguas_${lang/-/_}" + IUSE+=" l10n_${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