Gentoo Archives: gentoo-commits

From: Theo Chatzimichos <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: profiles/package.mask.d/, media-sound/amarok/, profiles/
Date: Mon, 01 Aug 2011 11:10:09
Message-Id: 6eddd3008e75192bf2b01daa13c2561865287753.tampakrap@gentoo
1 commit: 6eddd3008e75192bf2b01daa13c2561865287753
2 Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 11:09:07 2011 +0000
4 Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 11:09:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6eddd300
7
8 [media-sound/amarok] In tree, remove old, remove mask
9
10 ---
11 media-sound/amarok/amarok-2.4.1.90.ebuild | 154 -----------------------------
12 media-sound/amarok/amarok-2.4.3.ebuild | 154 -----------------------------
13 profiles/package.mask | 4 -
14 profiles/package.mask.d/amarok | 3 -
15 4 files changed, 0 insertions(+), 315 deletions(-)
16
17 diff --git a/media-sound/amarok/amarok-2.4.1.90.ebuild b/media-sound/amarok/amarok-2.4.1.90.ebuild
18 deleted file mode 100644
19 index d91a37e..0000000
20 --- a/media-sound/amarok/amarok-2.4.1.90.ebuild
21 +++ /dev/null
22 @@ -1,154 +0,0 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI=4
28 -
29 -KDE_LINGUAS="bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl pa
30 -pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW"
31 -KDE_SCM="git"
32 -KDE_REQUIRED="never"
33 -inherit flag-o-matic kde4-base
34 -
35 -DESCRIPTION="Advanced audio player based on KDE framework."
36 -HOMEPAGE="http://amarok.kde.org/"
37 -if [[ ${PV} != *9999* ]]; then
38 - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
39 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
40 -else
41 - KEYWORDS=""
42 -fi
43 -
44 -LICENSE="GPL-2"
45 -SLOT="4"
46 -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp opengl +player semantic-desktop +utils"
47 -
48 -# Tests require gmock - http://code.google.com/p/gmock/
49 -# It's not in the tree yet
50 -RESTRICT="test"
51 -
52 -# ipod requires gdk enabled and also gtk compiled in libgpod
53 -COMMONDEPEND="
54 - >=media-libs/taglib-1.6.1[asf,mp4]
55 - >=media-libs/taglib-extras-1.0.1
56 - player? (
57 - app-crypt/qca:2
58 - >=app-misc/strigi-0.5.7[dbus,qt4]
59 - $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?')
60 - sys-libs/zlib
61 - >=virtual/mysql-5.1
62 - x11-libs/qt-script
63 - >=x11-libs/qtscriptgenerator-0.1.0
64 - cdda? (
65 - $(add_kdebase_dep libkcddb)
66 - $(add_kdebase_dep libkcompactdisc)
67 - $(add_kdebase_dep kdemultimedia-kioslaves)
68 - )
69 - embedded? (
70 - || (
71 - >=dev-db/mysql-5.1.50-r3[embedded]
72 - >=dev-db/mariadb-5.1.50[embedded]
73 - )
74 - )
75 - ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
76 - lastfm? ( >=media-libs/liblastfm-0.3.0 )
77 - mp3tunes? (
78 - dev-libs/glib:2
79 - dev-libs/libxml2
80 - dev-libs/openssl
81 - net-libs/loudmouth
82 - net-misc/curl
83 - x11-libs/qt-core[glib]
84 - )
85 - mtp? ( >=media-libs/libmtp-1.0.0 )
86 - opengl? ( virtual/opengl )
87 - )
88 - utils? (
89 - x11-libs/qt-core
90 - x11-libs/qt-dbus
91 - )
92 - !player? ( !utils? ( media-sound/amarok[player] ) )
93 -"
94 -DEPEND="${COMMONDEPEND}
95 - dev-util/automoc
96 - dev-util/pkgconfig
97 -"
98 -RDEPEND="${COMMONDEPEND}
99 - !media-sound/amarok-utils
100 - player? ( $(add_kdebase_dep phonon-kde) )
101 -"
102 -
103 -src_prepare() {
104 - if ! use player; then
105 - # Disable po processing
106 - sed -e "s:include(MacroOptionalAddSubdirectory)::" \
107 - -i "${S}/CMakeLists.txt" \
108 - || die "Removing include of MacroOptionalAddSubdirectory failed."
109 - sed -e "s:macro_optional_add_subdirectory( po )::" \
110 - -i "${S}/CMakeLists.txt" \
111 - || die "Removing include of MacroOptionalAddSubdirectory failed."
112 - fi
113 -
114 - kde4-base_src_prepare
115 -}
116 -
117 -src_configure() {
118 - # Append minimal-toc cflag for ppc64, see bug 280552 and 292707
119 - use ppc64 && append-flags -mminimal-toc
120 - local mycmakeargs
121 -
122 - if use player; then
123 - mycmakeargs=(
124 - -DWITH_PLAYER=ON
125 - -DWITH_Libgcrypt=OFF
126 - $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED)
127 - $(cmake-utils_use_with ipod)
128 - $(cmake-utils_use_with ipod Gdk)
129 - $(cmake-utils_use_with lastfm LibLastFm)
130 - $(cmake-utils_use_with mtp)
131 - $(cmake-utils_use_with mp3tunes MP3Tunes)
132 - )
133 - else
134 - mycmakeargs=(
135 - -DWITH_PLAYER=OFF
136 - )
137 - fi
138 -
139 - mycmakeargs+=(
140 - $(cmake-utils_use_with utils UTILITIES)
141 - )
142 - # $(cmake-utils_use_with semantic-desktop Nepomuk)
143 - # $(cmake-utils_use_with semantic-desktop Soprano)
144 -
145 - kde4-base_src_configure
146 -}
147 -
148 -pkg_postinst() {
149 - kde4-base_pkg_postinst
150 -
151 - if use player; then
152 -
153 - if use daap; then
154 - echo
155 - elog "You have installed amarok with daap support."
156 - elog "You may be interested in installing www-servers/mongrel as well."
157 - echo
158 - fi
159 -
160 - if ! use embedded; then
161 - echo
162 - elog "You've disabled the amarok support for embedded mysql DBs."
163 - elog "You'll have to configure amarok to use an external db server."
164 - echo
165 - elog "Please read http://amaroklive.com/wiki/MySQL_Server for details on how"
166 - elog "to configure the external db and migrate your data from the embedded database."
167 - echo
168 -
169 - if has_version "dev-db/mysql[minimal]"; then
170 - elog "You built mysql with the minimal use flag, so it doesn't include the server."
171 - elog "You won't be able to use the local mysql installation to store your amarok collection."
172 - echo
173 - fi
174 - fi
175 - fi
176 -}
177
178 diff --git a/media-sound/amarok/amarok-2.4.3.ebuild b/media-sound/amarok/amarok-2.4.3.ebuild
179 deleted file mode 100644
180 index be8e430..0000000
181 --- a/media-sound/amarok/amarok-2.4.3.ebuild
182 +++ /dev/null
183 @@ -1,154 +0,0 @@
184 -# Copyright 1999-2011 Gentoo Foundation
185 -# Distributed under the terms of the GNU General Public License v2
186 -# $Header: $
187 -
188 -EAPI=4
189 -
190 -KDE_LINGUAS="bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl pa
191 -pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW"
192 -KDE_SCM="git"
193 -KDE_REQUIRED="never"
194 -inherit flag-o-matic kde4-base
195 -
196 -DESCRIPTION="Advanced audio player based on KDE framework."
197 -HOMEPAGE="http://amarok.kde.org/"
198 -if [[ ${PV} != *9999* ]]; then
199 - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
200 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
201 -else
202 - KEYWORDS=""
203 -fi
204 -
205 -LICENSE="GPL-2"
206 -SLOT="4"
207 -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp opengl +player semantic-desktop +utils"
208 -
209 -# Tests require gmock - http://code.google.com/p/gmock/
210 -# It's not in the tree yet
211 -RESTRICT="test"
212 -
213 -# ipod requires gdk enabled and also gtk compiled in libgpod
214 -COMMONDEPEND="
215 - >=media-libs/taglib-1.6.1[asf,mp4]
216 - >=media-libs/taglib-extras-1.0.1
217 - player? (
218 - app-crypt/qca:2
219 - >=app-misc/strigi-0.5.7[dbus,qt4]
220 - $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?')
221 - sys-libs/zlib
222 - >=virtual/mysql-5.1
223 - x11-libs/qt-script
224 - >=x11-libs/qtscriptgenerator-0.1.0
225 - cdda? (
226 - $(add_kdebase_dep libkcddb)
227 - $(add_kdebase_dep libkcompactdisc)
228 - $(add_kdebase_dep kdemultimedia-kioslaves)
229 - )
230 - embedded? (
231 - || (
232 - >=dev-db/mysql-5.1.50-r3[embedded]
233 - >=dev-db/mariadb-5.1.50[embedded]
234 - )
235 - )
236 - ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
237 - lastfm? ( >=media-libs/liblastfm-0.3.0 )
238 - mp3tunes? (
239 - dev-libs/glib:2
240 - dev-libs/libxml2
241 - dev-libs/openssl
242 - net-libs/loudmouth
243 - net-misc/curl
244 - x11-libs/qt-core[glib]
245 - )
246 - mtp? ( >=media-libs/libmtp-1.0.0 )
247 - opengl? ( virtual/opengl )
248 - )
249 - utils? (
250 - x11-libs/qt-core
251 - x11-libs/qt-dbus
252 - )
253 - !player? ( !utils? ( media-sound/amarok[player] ) )
254 -"
255 -DEPEND="${COMMONDEPEND}
256 - dev-util/automoc
257 - dev-util/pkgconfig
258 -"
259 -RDEPEND="${COMMONDEPEND}
260 - !media-sound/amarok-utils
261 - player? ( $(add_kdebase_dep phonon-kde) )
262 -"
263 -
264 -src_prepare() {
265 - if ! use player; then
266 - # Disable po processing
267 - sed -e "s:include(MacroOptionalAddSubdirectory)::" \
268 - -i "${S}/CMakeLists.txt" \
269 - || die "Removing include of MacroOptionalAddSubdirectory failed."
270 - sed -e "s:macro_optional_add_subdirectory( po )::" \
271 - -i "${S}/CMakeLists.txt" \
272 - || die "Removing include of MacroOptionalAddSubdirectory failed."
273 - fi
274 -
275 - kde4-base_src_prepare
276 -}
277 -
278 -src_configure() {
279 - # Append minimal-toc cflag for ppc64, see bug 280552 and 292707
280 - use ppc64 && append-flags -mminimal-toc
281 - local mycmakeargs
282 -
283 - if use player; then
284 - mycmakeargs=(
285 - -DWITH_PLAYER=ON
286 - -DWITH_Libgcrypt=OFF
287 - $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED)
288 - $(cmake-utils_use_with ipod)
289 - $(cmake-utils_use_with ipod Gdk)
290 - $(cmake-utils_use_with lastfm LibLastFm)
291 - $(cmake-utils_use_with mtp)
292 - $(cmake-utils_use_with mp3tunes MP3Tunes)
293 - )
294 - else
295 - mycmakeargs=(
296 - -DWITH_PLAYER=OFF
297 - )
298 - fi
299 -
300 - mycmakeargs+=(
301 - $(cmake-utils_use_with utils UTILITIES)
302 - )
303 - # $(cmake-utils_use_with semantic-desktop Nepomuk)
304 - # $(cmake-utils_use_with semantic-desktop Soprano)
305 -
306 - kde4-base_src_configure
307 -}
308 -
309 -pkg_postinst() {
310 - kde4-base_pkg_postinst
311 -
312 - if use player; then
313 -
314 - if use daap; then
315 - echo
316 - elog "You have installed amarok with daap support."
317 - elog "You may be interested in installing www-servers/mongrel as well."
318 - echo
319 - fi
320 -
321 - if ! use embedded; then
322 - echo
323 - elog "You've disabled the amarok support for embedded mysql DBs."
324 - elog "You'll have to configure amarok to use an external db server."
325 - echo
326 - elog "Please read http://amaroklive.com/wiki/MySQL_Server for details on how"
327 - elog "to configure the external db and migrate your data from the embedded database."
328 - echo
329 -
330 - if has_version "dev-db/mysql[minimal]"; then
331 - elog "You built mysql with the minimal use flag, so it doesn't include the server."
332 - elog "You won't be able to use the local mysql installation to store your amarok collection."
333 - echo
334 - fi
335 - fi
336 - fi
337 -}
338
339 diff --git a/profiles/package.mask b/profiles/package.mask
340 index 4d152f1..bb22764 100644
341 --- a/profiles/package.mask
342 +++ b/profiles/package.mask
343 @@ -1,10 +1,6 @@
344 # Autogenerated by regenerate-files, DO NOT EDIT.
345 # Edit profiles/package.mask.d/ files instead.
346
347 -# amarok-2.4.3 tarball isn't public yet.
348 -# upstream won't do a 2.4.2 release any more
349 -=media-sound/amarok-2.4.3
350 -
351 # Dennis Schridde <devurandom@×××.net> (06 Feb 2011)
352 # Beta versions of the Ayatana ebuilds
353 ~dev-libs/libdbusmenu-0.3.94
354
355 diff --git a/profiles/package.mask.d/amarok b/profiles/package.mask.d/amarok
356 deleted file mode 100644
357 index 754ee04..0000000
358 --- a/profiles/package.mask.d/amarok
359 +++ /dev/null
360 @@ -1,3 +0,0 @@
361 -# amarok-2.4.3 tarball isn't public yet.
362 -# upstream won't do a 2.4.2 release any more
363 -=media-sound/amarok-2.4.3