Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/
Date: Thu, 08 Oct 2015 13:07:48
Message-Id: 1444309641.86d1edb5c61c16cef3308b731e2a2495ad3bb957.kensington@gentoo
1 commit: 86d1edb5c61c16cef3308b731e2a2495ad3bb957
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 7 18:50:55 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 13:07:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86d1edb5
7
8 kde-apps/kaccounts-integration: Drop USE=kdepim
9
10 See also: https://quickgit.kde.org/?p=kaccounts-integration.git&a=commit&h=5f95c467d0a31ba06d82bedcc341d0f3a1eab2a8
11
12 .../kaccounts-integration-15.08.49.9999.ebuild | 12 ++----------
13 1 file changed, 2 insertions(+), 10 deletions(-)
14
15 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
16 index 7c1a712..d475a29 100644
17 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
18 +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp"
20 LICENSE="LGPL-2.1"
21
22 KEYWORDS=""
23 -IUSE="kdepim"
24 +IUSE=""
25
26 RDEPEND="
27 $(add_frameworks_dep kconfig)
28 @@ -32,19 +32,11 @@ RDEPEND="
29 dev-qt/qtwidgets:5
30 net-libs/accounts-qt
31 net-libs/signond
32 - kdepim? ( $(add_kdeapps_dep kdepimlibs) )
33 "
34 DEPEND="${RDEPEND}
35 $(add_frameworks_dep kcmutils)
36 + sys-devel/gettext
37 "
38
39 # bug #549444
40 RESTRICT="test"
41 -
42 -src_configure() {
43 - local mycmakeargs=(
44 - $(cmake-utils_use_find_package kdepim KF5Akonadi)
45 - )
46 -
47 - kde5_src_configure
48 -}