Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kdeedu-meta/, profiles/updates/, eclass/, kde-apps/kstars/files/, ...
Date: Tue, 25 Aug 2020 18:30:39
Message-Id: 1598380218.6f188530b2a12446c566ebb9d7c5b8c75c3725a9.asturm@gentoo
1 commit: 6f188530b2a12446c566ebb9d7c5b8c75c3725a9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 18:07:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 18:30:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6f188530
7
8 kde-apps/kstars: pkgmove to sci-astronomy/kstars
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde-functions.eclass | 2 +-
13 kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild | 2 +-
14 kde-base/kdeedu-meta/kdeedu-meta-3.5.10.ebuild | 2 +-
15 profiles/updates/3Q-2020 | 1 +
16 {kde-apps => sci-astronomy}/kstars/ChangeLog | 0
17 .../files/kstars-15.12.0-unused-kf5-deps.patch | 0
18 .../kstars/files/kstars-15.12.0-unused-qt-deps.patch | 0
19 .../kstars/files/kstars-4.14.3-indilib100.patch | 0
20 .../kstars/kstars-3.5.10.ebuild | 20 ++++++++++++++------
21 .../kstars/kstars-4.14.3-r1.ebuild | 7 ++++++-
22 {kde-apps => sci-astronomy}/kstars/metadata.xml | 0
23 11 files changed, 24 insertions(+), 10 deletions(-)
24
25 diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
26 index 9c9506db..58c8cff8 100644
27 --- a/eclass/kde-functions.eclass
28 +++ b/eclass/kde-functions.eclass
29 @@ -126,7 +126,7 @@ kde-base/kdeedu kde-base/kmathtool
30 kde-base/kdeedu kde-base/kmessedwords
31 kde-base/kdeedu kde-apps/kmplot
32 kde-base/kdeedu kde-base/kpercentage
33 -kde-base/kdeedu kde-apps/kstars
34 +kde-base/kdeedu sci-astronomy/kstars
35 kde-base/kdeedu kde-apps/ktouch
36 kde-base/kdeedu kde-apps/kturtle
37 kde-base/kdeedu kde-base/kverbos
38
39 diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
40 index 2f7f4386..9f9010fb 100644
41 --- a/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
42 +++ b/kde-apps/kdeedu-meta/kdeedu-meta-4.14.3.ebuild
43 @@ -25,7 +25,7 @@ RDEPEND="
44 $(add_kdeapps_dep klettres)
45 $(add_kdeapps_dep kmplot)
46 $(add_kdeapps_dep kqtquickcharts)
47 - $(add_kdeapps_dep kstars)
48 + >=sci-astronomy/kstars-${PV}:${SLOT}
49 $(add_kdeapps_dep ktouch)
50 $(add_kdeapps_dep kturtle)
51 $(add_kdeapps_dep kwordquiz)
52
53 diff --git a/kde-base/kdeedu-meta/kdeedu-meta-3.5.10.ebuild b/kde-base/kdeedu-meta/kdeedu-meta-3.5.10.ebuild
54 index b73626f4..8ecb04ab 100644
55 --- a/kde-base/kdeedu-meta/kdeedu-meta-3.5.10.ebuild
56 +++ b/kde-base/kdeedu-meta/kdeedu-meta-3.5.10.ebuild
57 @@ -29,7 +29,7 @@ RDEPEND="
58 >=kde-base/keduca-${PV}:${SLOT}
59 >=kde-base/klatin-${PV}:${SLOT}
60 >=kde-apps/kmplot-${PV}:${SLOT}
61 ->=kde-apps/kstars-${PV}:${SLOT}
62 +>=sci-astronomy/kstars-${PV}:${SLOT}
63 >=kde-apps/ktouch-${PV}:${SLOT}
64 >=kde-apps/klettres-${PV}:${SLOT}
65 >=kde-apps/kwordquiz-${PV}:${SLOT}
66
67 diff --git a/profiles/updates/3Q-2020 b/profiles/updates/3Q-2020
68 index 0374b2c3..6d557bf8 100644
69 --- a/profiles/updates/3Q-2020
70 +++ b/profiles/updates/3Q-2020
71 @@ -9,3 +9,4 @@ move kde-misc/knetworkmanager kde-misc/networkmanagement
72 move kde-misc/kbiff mail-client/kbiff
73 move kde-misc/kdocker x11-misc/kdocker
74 move kde-apps/okteta app-editors/okteta
75 +move kde-apps/kstars sci-astronomy/kstars
76
77 diff --git a/kde-apps/kstars/ChangeLog b/sci-astronomy/kstars/ChangeLog
78 similarity index 100%
79 rename from kde-apps/kstars/ChangeLog
80 rename to sci-astronomy/kstars/ChangeLog
81
82 diff --git a/kde-apps/kstars/files/kstars-15.12.0-unused-kf5-deps.patch b/sci-astronomy/kstars/files/kstars-15.12.0-unused-kf5-deps.patch
83 similarity index 100%
84 rename from kde-apps/kstars/files/kstars-15.12.0-unused-kf5-deps.patch
85 rename to sci-astronomy/kstars/files/kstars-15.12.0-unused-kf5-deps.patch
86
87 diff --git a/kde-apps/kstars/files/kstars-15.12.0-unused-qt-deps.patch b/sci-astronomy/kstars/files/kstars-15.12.0-unused-qt-deps.patch
88 similarity index 100%
89 rename from kde-apps/kstars/files/kstars-15.12.0-unused-qt-deps.patch
90 rename to sci-astronomy/kstars/files/kstars-15.12.0-unused-qt-deps.patch
91
92 diff --git a/kde-apps/kstars/files/kstars-4.14.3-indilib100.patch b/sci-astronomy/kstars/files/kstars-4.14.3-indilib100.patch
93 similarity index 100%
94 rename from kde-apps/kstars/files/kstars-4.14.3-indilib100.patch
95 rename to sci-astronomy/kstars/files/kstars-4.14.3-indilib100.patch
96
97 diff --git a/kde-apps/kstars/kstars-3.5.10.ebuild b/sci-astronomy/kstars/kstars-3.5.10.ebuild
98 similarity index 53%
99 rename from kde-apps/kstars/kstars-3.5.10.ebuild
100 rename to sci-astronomy/kstars/kstars-3.5.10.ebuild
101 index 6be6266a..47241b24 100644
102 --- a/kde-apps/kstars/kstars-3.5.10.ebuild
103 +++ b/sci-astronomy/kstars/kstars-3.5.10.ebuild
104 @@ -1,13 +1,21 @@
105 -# Copyright 1999-2009 Gentoo Foundation
106 +# Copyright 1999-2020 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-3.5.10.ebuild,v 1.7 2009/07/12 12:08:54 armin76 Exp $
109 +
110 EAPI="1"
111 +
112 +KDE_MINIMAL="${PV}"
113 +KDEBASE=true
114 KMNAME=kdeedu
115 inherit kde-meta
116
117 DESCRIPTION="KDE Desktop Planetarium"
118 +HOMEPAGE="https://kde.org/applications/en/education/org.kde.kstars https://edu.kde.org/kstars"
119 +SRC_URI="mirror://kde/Attic/stable/${PV}/src/${KMNAME}-${PV}.tar.bz2"
120 +
121 +LICENSE="GPL-2"
122 +SLOT="3.5"
123 KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86"
124 -IUSE=""
125 +IUSE="debug"
126
127 DEPEND=">=kde-apps/libkdeedu-${PV}:${SLOT}"
128 RDEPEND="${DEPEND}"
129 @@ -16,10 +24,10 @@ KMEXTRACTONLY="libkdeedu/extdate
130 libkdeedu/kdeeduplot
131 libkdeedu/kdeeduui"
132 KMCOPYLIB="libextdate libkdeedu/extdate
133 - libkdeeduplot libkdeedu/kdeeduplot
134 - libkdeeduui libkdeedu/kdeeduui"
135 + libkdeeduplot libkdeedu/kdeeduplot
136 + libkdeeduui libkdeedu/kdeeduui"
137
138 -src_unpack () {
139 +src_unpack() {
140 kde-meta_src_unpack
141 cd "${S}"
142 }
143
144 diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild b/sci-astronomy/kstars/kstars-4.14.3-r1.ebuild
145 similarity index 75%
146 rename from kde-apps/kstars/kstars-4.14.3-r1.ebuild
147 rename to sci-astronomy/kstars/kstars-4.14.3-r1.ebuild
148 index 78248f49..9cbe572b 100644
149 --- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild
150 +++ b/sci-astronomy/kstars/kstars-4.14.3-r1.ebuild
151 @@ -3,11 +3,16 @@
152
153 EAPI=5
154
155 +KDE_MINIMAL="${PV}"
156 KDE_HANDBOOK="optional"
157 inherit flag-o-matic kde4-base
158
159 DESCRIPTION="KDE Desktop Planetarium"
160 -HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars"
161 +HOMEPAGE="https://kde.org/applications/en/education/org.kde.kstars https://edu.kde.org/kstars"
162 +SRC_URI="mirror://kde/Attic/${PV}/src/${P}.tar.xz"
163 +
164 +LICENSE="GPL-2"
165 +SLOT=4/$(get_version_component_range 1-2)
166 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
167 IUSE="debug fits indi"
168
169
170 diff --git a/kde-apps/kstars/metadata.xml b/sci-astronomy/kstars/metadata.xml
171 similarity index 100%
172 rename from kde-apps/kstars/metadata.xml
173 rename to sci-astronomy/kstars/metadata.xml