diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 22:36:08 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:46 +0100 |
commit | c071eaff67fdcc640a2c68423ad6db2b354e3664 (patch) | |
tree | db68e086851c52cd30f519f4b9223b736c0dcdc9 /sci-astronomy | |
parent | net-wireless/wireless-tools: Remove linguas_* from IUSE. (diff) | |
download | gentoo-c071eaff67fdcc640a2c68423ad6db2b354e3664.tar.gz gentoo-c071eaff67fdcc640a2c68423ad6db2b354e3664.tar.bz2 gentoo-c071eaff67fdcc640a2c68423ad6db2b354e3664.zip |
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
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 15 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 99024e906021..2733c84fafb4 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 82634b69b2e6..40fe6f7f2789 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 55c9473a146b..2d99d5b9d1c9 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/" |