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 42BC11382C5 for ; Fri, 5 Jan 2018 22:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7128E094B; Fri, 5 Jan 2018 22:02:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7B6DEE094B for ; Fri, 5 Jan 2018 22:02:33 +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 80CE0335C38 for ; Fri, 5 Jan 2018 22:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6ACE1B7 for ; Fri, 5 Jan 2018 22:02:28 +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: <1515189646.c071eaff67fdcc640a2c68423ad6db2b354e3664.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-0.14.3.ebuild sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild sci-astronomy/stellarium/stellarium-0.16.0.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c071eaff67fdcc640a2c68423ad6db2b354e3664 X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:02:28 +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: 3fb1a2d5-1f97-462a-b394-bb98c24e80d1 X-Archives-Hash: 5a393859e039bb4d318f8d00b44472f2 commit: c071eaff67fdcc640a2c68423ad6db2b354e3664 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 21:36:08 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c071eaff sci-astronomy/stellarium: Remove linguas_* from IUSE. l10n.eclass is not used, so don't inherit it. Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 15 +-------------- sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 4 ++-- sci-astronomy/stellarium/stellarium-0.16.0.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild index 99024e90602..2733c84fafb 100644 --- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.14.3.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 @@ -39,19 +39,6 @@ DEPEND="${RDEPEND} dev-qt/qtconcurrent:5 nls? ( dev-qt/linguist-tools:5 )" -LANGS=( - af ak am ar as ast az be bg bn bo br bs ca cs - cy da de el en en_CA en_GB en_US eo es et eu fa fi fil fr - ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky - la lb lo lt lv mk ml mn mr ms mt nan nb nl nn oc pa pl pt pt_BR ro - ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi - zh_CN zh_HK zh_TW zu - ) - -for X in "${LANGS[@]}" ; do - IUSE+=" linguas_${X}" -done - src_prepare() { if [[ -n ${LINGUAS} ]] ; then sed -i \ diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild index 82634b69b2e..40fe6f7f278 100644 --- a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils flag-o-matic gnome2-utils l10n +inherit cmake-utils eutils flag-o-matic gnome2-utils DESCRIPTION="3D photo-realistic skies in real time" HOMEPAGE="http://www.stellarium.org/" diff --git a/sci-astronomy/stellarium/stellarium-0.16.0.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild index 55c9473a146..2d99d5b9d1c 100644 --- a/sci-astronomy/stellarium/stellarium-0.16.0.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils flag-o-matic gnome2-utils l10n +inherit cmake-utils eutils flag-o-matic gnome2-utils DESCRIPTION="3D photo-realistic skies in real time" HOMEPAGE="http://www.stellarium.org/"