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: media-sound/amarok/
Date: Wed, 12 Sep 2018 20:45:02
Message-Id: 1536785054.aced358851d2c4f83ddb35773694f5932e50d4a2.asturm@gentoo
1 commit: aced358851d2c4f83ddb35773694f5932e50d4a2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 20:44:14 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 20:44:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=aced3588
7
8 media-sound/amarok: Enforce virtual/mysql[-minimal] in DEPENDs
9
10 Now that we do not have a choice anymore.
11
12 media-sound/amarok/amarok-2.8.90-r5.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild
16 index 6df63b2..0a6200a 100644
17 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild
18 +++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild
19 @@ -36,7 +36,7 @@ COMMONDEPEND="
20 >=media-libs/taglib-1.7[asf(+),mp4(+)]
21 >=media-libs/taglib-extras-1.0.1
22 sys-libs/zlib
23 - >=virtual/mysql-5.1
24 + >=virtual/mysql-5.1[-minimal(-)]
25 >=x11-libs/qtscriptgenerator-0.1.0
26 ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
27 lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] )
28 @@ -123,10 +123,4 @@ pkg_postinst() {
29 elog "You'll have to configure amarok to use an external db server."
30 elog "Please read https://community.kde.org/Amarok/Community/MySQL for details on how"
31 elog "to configure the external db and migrate your data from the embedded database."
32 -
33 - if has_version "virtual/mysql[minimal]"; then
34 - elog
35 - elog "You built mysql with the minimal use flag, so it doesn't include the server."
36 - elog "You won't be able to use the local mysql installation to store your amarok collection."
37 - fi
38 }