Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/
Date: Sun, 06 May 2018 08:12:53
Message-Id: 1525592570.ff47b5781a536f0cc534531177fd5d8a4f357947.asturm@gentoo
1 commit: ff47b5781a536f0cc534531177fd5d8a4f357947
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 07:42:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 07:42:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff47b578
7
8 media-sound/amarok: Remove test support, dev-cpp/gmock is gone
9
10 Gentoo commit: aa89b1449bc88fc12783fea969cf5fe761d3498c
11 Upstream commit: f4a0e027b358c7a64d2065e8f22cec45c607afde
12
13 Package-Manager: Portage-2.3.36, Repoman-2.3.9
14
15 media-sound/amarok/amarok-9999.ebuild | 9 +--------
16 1 file changed, 1 insertion(+), 8 deletions(-)
17
18 diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
19 index c7e76ed391..223a0ded30 100644
20 --- a/media-sound/amarok/amarok-9999.ebuild
21 +++ b/media-sound/amarok/amarok-9999.ebuild
22 @@ -4,9 +4,6 @@
23 EAPI=6
24
25 KDE_HANDBOOK="true"
26 -KDE_TEST="true"
27 -VIRTUALX_REQUIRED="test"
28 -VIRTUALDBUS_TEST="true"
29 inherit flag-o-matic kde5 pax-utils
30
31 DESCRIPTION="Advanced audio player based on KDE frameworks"
32 @@ -15,10 +12,6 @@ HOMEPAGE="https://amarok.kde.org/"
33 LICENSE="GPL-2"
34 IUSE="+embedded ffmpeg ipod lastfm mtp ofa podcast wikipedia"
35
36 -if [[ ${KDE_BUILD_TYPE} == live ]]; then
37 - RESTRICT="test"
38 -fi
39 -
40 # ipod requires gdk enabled and also gtk compiled in libgpod
41 COMMONDEPEND="
42 $(add_frameworks_dep karchive)
43 @@ -80,7 +73,6 @@ COMMONDEPEND="
44 "
45 DEPEND="${COMMONDEPEND}
46 virtual/pkgconfig
47 - test? ( dev-cpp/gmock )
48 "
49 RDEPEND="${COMMONDEPEND}
50 !media-sound/amarok:4
51 @@ -94,6 +86,7 @@ src_configure() {
52 -DWITH_MP3Tunes=OFF
53 -DWITH_PLAYER=ON
54 -DWITH_UTILITIES=ON
55 + -DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON
56 -DWITH_MYSQL_EMBEDDED=$(usex embedded)
57 $(cmake-utils_use_find_package ffmpeg FFmpeg)
58 -DWITH_IPOD=$(usex ipod)