Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/
Date: Fri, 02 Jun 2017 00:38:39
Message-Id: 1496363867.20a4952f9f307730934777508d5c9aa628f52ce5.asturm@gentoo
1 commit: 20a4952f9f307730934777508d5c9aa628f52ce5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 1 22:33:52 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 00:37:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a4952f
7
8 kde-plasma/oxygen: Drop old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 kde-plasma/oxygen/oxygen-5.8.6.ebuild | 83 ----------------------------------
13 kde-plasma/oxygen/oxygen-5.8.7.ebuild | 83 ----------------------------------
14 kde-plasma/oxygen/oxygen-5.9.5.ebuild | 84 -----------------------------------
15 3 files changed, 250 deletions(-)
16
17 diff --git a/kde-plasma/oxygen/oxygen-5.8.6.ebuild b/kde-plasma/oxygen/oxygen-5.8.6.ebuild
18 deleted file mode 100644
19 index ae29e43a690..00000000000
20 --- a/kde-plasma/oxygen/oxygen-5.8.6.ebuild
21 +++ /dev/null
22 @@ -1,83 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit kde5 multibuild
29 -
30 -DESCRIPTION="Oxygen visual style for the Plasma desktop"
31 -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen"
32 -KEYWORDS="amd64 ~arm x86"
33 -IUSE="qt4 wayland"
34 -
35 -COMMON_DEPEND="
36 - $(add_frameworks_dep frameworkintegration)
37 - $(add_frameworks_dep kcmutils)
38 - $(add_frameworks_dep kcompletion)
39 - $(add_frameworks_dep kconfig)
40 - $(add_frameworks_dep kconfigwidgets)
41 - $(add_frameworks_dep kcoreaddons)
42 - $(add_frameworks_dep kguiaddons)
43 - $(add_frameworks_dep ki18n)
44 - $(add_frameworks_dep kwidgetsaddons)
45 - $(add_frameworks_dep kwindowsystem)
46 - $(add_plasma_dep kdecoration)
47 - $(add_qt_dep qtdbus)
48 - $(add_qt_dep qtgui)
49 - $(add_qt_dep qtwidgets)
50 - $(add_qt_dep qtx11extras)
51 - x11-libs/libxcb
52 - qt4? (
53 - kde-frameworks/kdelibs:4
54 - x11-libs/libX11
55 - )
56 - wayland? ( $(add_frameworks_dep kwayland) )
57 -"
58 -DEPEND="${COMMON_DEPEND}
59 - $(add_frameworks_dep kservice)
60 - qt4? (
61 - dev-util/automoc:0
62 - virtual/pkgconfig
63 - )
64 -"
65 -RDEPEND="${COMMON_DEPEND}
66 - $(add_plasma_dep kde-cli-tools)
67 - qt4? (
68 - !kde-plasma/kstyles:4
69 - !kde-plasma/liboxygenstyle:4
70 - )
71 - !kde-plasma/kdebase-cursors:4
72 -"
73 -
74 -pkg_setup() {
75 - kde5_pkg_setup
76 - MULTIBUILD_VARIANTS=( kf5 $(usev qt4) )
77 -}
78 -
79 -src_configure() {
80 - myconfigure() {
81 - local mycmakeargs=(
82 - $(cmake-utils_use_find_package wayland KF5Wayland)
83 - )
84 -
85 - if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
86 - mycmakeargs+=( -DUSE_KDE4=true )
87 - fi
88 -
89 - kde5_src_configure
90 - }
91 -
92 - multibuild_foreach_variant myconfigure
93 -}
94 -
95 -src_compile() {
96 - multibuild_foreach_variant kde5_src_compile
97 -}
98 -
99 -src_test() {
100 - multibuild_foreach_variant kde5_src_test
101 -}
102 -
103 -src_install() {
104 - multibuild_foreach_variant kde5_src_install
105 -}
106
107 diff --git a/kde-plasma/oxygen/oxygen-5.8.7.ebuild b/kde-plasma/oxygen/oxygen-5.8.7.ebuild
108 deleted file mode 100644
109 index df457f8fea1..00000000000
110 --- a/kde-plasma/oxygen/oxygen-5.8.7.ebuild
111 +++ /dev/null
112 @@ -1,83 +0,0 @@
113 -# Copyright 1999-2017 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -inherit kde5 multibuild
119 -
120 -DESCRIPTION="Oxygen visual style for the Plasma desktop"
121 -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen"
122 -KEYWORDS="~amd64 ~arm ~x86"
123 -IUSE="qt4 wayland"
124 -
125 -COMMON_DEPEND="
126 - $(add_frameworks_dep frameworkintegration)
127 - $(add_frameworks_dep kcmutils)
128 - $(add_frameworks_dep kcompletion)
129 - $(add_frameworks_dep kconfig)
130 - $(add_frameworks_dep kconfigwidgets)
131 - $(add_frameworks_dep kcoreaddons)
132 - $(add_frameworks_dep kguiaddons)
133 - $(add_frameworks_dep ki18n)
134 - $(add_frameworks_dep kwidgetsaddons)
135 - $(add_frameworks_dep kwindowsystem)
136 - $(add_plasma_dep kdecoration)
137 - $(add_qt_dep qtdbus)
138 - $(add_qt_dep qtgui)
139 - $(add_qt_dep qtwidgets)
140 - $(add_qt_dep qtx11extras)
141 - x11-libs/libxcb
142 - qt4? (
143 - kde-frameworks/kdelibs:4
144 - x11-libs/libX11
145 - )
146 - wayland? ( $(add_frameworks_dep kwayland) )
147 -"
148 -DEPEND="${COMMON_DEPEND}
149 - $(add_frameworks_dep kservice)
150 - qt4? (
151 - dev-util/automoc:0
152 - virtual/pkgconfig
153 - )
154 -"
155 -RDEPEND="${COMMON_DEPEND}
156 - $(add_plasma_dep kde-cli-tools)
157 - qt4? (
158 - !kde-plasma/kstyles:4
159 - !kde-plasma/liboxygenstyle:4
160 - )
161 - !kde-plasma/kdebase-cursors:4
162 -"
163 -
164 -pkg_setup() {
165 - kde5_pkg_setup
166 - MULTIBUILD_VARIANTS=( kf5 $(usev qt4) )
167 -}
168 -
169 -src_configure() {
170 - myconfigure() {
171 - local mycmakeargs=(
172 - $(cmake-utils_use_find_package wayland KF5Wayland)
173 - )
174 -
175 - if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
176 - mycmakeargs+=( -DUSE_KDE4=true )
177 - fi
178 -
179 - kde5_src_configure
180 - }
181 -
182 - multibuild_foreach_variant myconfigure
183 -}
184 -
185 -src_compile() {
186 - multibuild_foreach_variant kde5_src_compile
187 -}
188 -
189 -src_test() {
190 - multibuild_foreach_variant kde5_src_test
191 -}
192 -
193 -src_install() {
194 - multibuild_foreach_variant kde5_src_install
195 -}
196
197 diff --git a/kde-plasma/oxygen/oxygen-5.9.5.ebuild b/kde-plasma/oxygen/oxygen-5.9.5.ebuild
198 deleted file mode 100644
199 index 9278b31d048..00000000000
200 --- a/kde-plasma/oxygen/oxygen-5.9.5.ebuild
201 +++ /dev/null
202 @@ -1,84 +0,0 @@
203 -# Copyright 1999-2017 Gentoo Foundation
204 -# Distributed under the terms of the GNU General Public License v2
205 -
206 -EAPI=6
207 -
208 -inherit kde5 multibuild
209 -
210 -DESCRIPTION="Oxygen visual style for the Plasma desktop"
211 -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen"
212 -KEYWORDS="~amd64 ~arm ~x86"
213 -IUSE="qt4 wayland"
214 -
215 -COMMON_DEPEND="
216 - $(add_frameworks_dep frameworkintegration)
217 - $(add_frameworks_dep kcmutils)
218 - $(add_frameworks_dep kcompletion)
219 - $(add_frameworks_dep kconfig)
220 - $(add_frameworks_dep kconfigwidgets)
221 - $(add_frameworks_dep kcoreaddons)
222 - $(add_frameworks_dep kguiaddons)
223 - $(add_frameworks_dep ki18n)
224 - $(add_frameworks_dep kwidgetsaddons)
225 - $(add_frameworks_dep kwindowsystem)
226 - $(add_plasma_dep kdecoration)
227 - $(add_qt_dep qtdbus)
228 - $(add_qt_dep qtdeclarative)
229 - $(add_qt_dep qtgui)
230 - $(add_qt_dep qtwidgets)
231 - $(add_qt_dep qtx11extras)
232 - x11-libs/libxcb
233 - qt4? (
234 - kde-frameworks/kdelibs:4
235 - x11-libs/libX11
236 - )
237 - wayland? ( $(add_frameworks_dep kwayland) )
238 -"
239 -DEPEND="${COMMON_DEPEND}
240 - $(add_frameworks_dep kservice)
241 - qt4? (
242 - dev-util/automoc:0
243 - virtual/pkgconfig
244 - )
245 -"
246 -RDEPEND="${COMMON_DEPEND}
247 - $(add_plasma_dep kde-cli-tools)
248 - qt4? (
249 - !kde-plasma/kstyles:4
250 - !kde-plasma/liboxygenstyle:4
251 - )
252 - !kde-plasma/kdebase-cursors:4
253 -"
254 -
255 -pkg_setup() {
256 - kde5_pkg_setup
257 - MULTIBUILD_VARIANTS=( kf5 $(usev qt4) )
258 -}
259 -
260 -src_configure() {
261 - myconfigure() {
262 - local mycmakeargs=(
263 - $(cmake-utils_use_find_package wayland KF5Wayland)
264 - )
265 -
266 - if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
267 - mycmakeargs+=( -DUSE_KDE4=true )
268 - fi
269 -
270 - kde5_src_configure
271 - }
272 -
273 - multibuild_foreach_variant myconfigure
274 -}
275 -
276 -src_compile() {
277 - multibuild_foreach_variant kde5_src_compile
278 -}
279 -
280 -src_test() {
281 - multibuild_foreach_variant kde5_src_test
282 -}
283 -
284 -src_install() {
285 - multibuild_foreach_variant kde5_src_install
286 -}