Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/
Date: Fri, 05 Jan 2018 22:02:47
Message-Id: 1515189646.c071eaff67fdcc640a2c68423ad6db2b354e3664.ulm@gentoo
1 commit: c071eaff67fdcc640a2c68423ad6db2b354e3664
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 21:36:08 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c071eaff
7
8 sci-astronomy/stellarium: Remove linguas_* from IUSE.
9
10 l10n.eclass is not used, so don't inherit it.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 15 +--------------
15 sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 4 ++--
16 sci-astronomy/stellarium/stellarium-0.16.0.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 18 deletions(-)
18
19 diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
20 index 99024e90602..2733c84fafb 100644
21 --- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
22 +++ b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -39,19 +39,6 @@ DEPEND="${RDEPEND}
30 dev-qt/qtconcurrent:5
31 nls? ( dev-qt/linguist-tools:5 )"
32
33 -LANGS=(
34 - af ak am ar as ast az be bg bn bo br bs ca cs
35 - cy da de el en en_CA en_GB en_US eo es et eu fa fi fil fr
36 - ga gd gl gu he hi hr hu hy ia id is it ja ka kk kn ko ky
37 - la lb lo lt lv mk ml mn mr ms mt nan nb nl nn oc pa pl pt pt_BR ro
38 - ru se si sk sl sq sr sv sw ta te tg th tl tr tt uk uz vi
39 - zh_CN zh_HK zh_TW zu
40 - )
41 -
42 -for X in "${LANGS[@]}" ; do
43 - IUSE+=" linguas_${X}"
44 -done
45 -
46 src_prepare() {
47 if [[ -n ${LINGUAS} ]] ; then
48 sed -i \
49
50 diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
51 index 82634b69b2e..40fe6f7f278 100644
52 --- a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
53 +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 +# Copyright 1999-2018 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=6
60 -inherit cmake-utils eutils flag-o-matic gnome2-utils l10n
61 +inherit cmake-utils eutils flag-o-matic gnome2-utils
62
63 DESCRIPTION="3D photo-realistic skies in real time"
64 HOMEPAGE="http://www.stellarium.org/"
65
66 diff --git a/sci-astronomy/stellarium/stellarium-0.16.0.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild
67 index 55c9473a146..2d99d5b9d1c 100644
68 --- a/sci-astronomy/stellarium/stellarium-0.16.0.ebuild
69 +++ b/sci-astronomy/stellarium/stellarium-0.16.0.ebuild
70 @@ -1,8 +1,8 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=6
76 -inherit cmake-utils eutils flag-o-matic gnome2-utils l10n
77 +inherit cmake-utils eutils flag-o-matic gnome2-utils
78
79 DESCRIPTION="3D photo-realistic skies in real time"
80 HOMEPAGE="http://www.stellarium.org/"