Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/
Date: Wed, 29 Jun 2016 22:31:27
Message-Id: 1467239454.4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a.johu@gentoo
1 commit: 4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 22:17:39 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:30:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4df8576c
7
8 kde-apps/akonadi-contact: Splitted upstream
9
10 Package-Manager: portage-2.3.0
11
12 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
16 index f7d9dfb..e165770 100644
17 --- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
18 +++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild
19 @@ -5,7 +5,8 @@
20 EAPI=6
21
22 KDE_TEST="forceoptional"
23 -KMNAME="kdepimlibs"
24 +# TODO pkg move with 16.08 release
25 +KMNAME="${PN}s"
26 QT_MINIMAL="5.6.0"
27 inherit kde5
28
29 @@ -50,15 +51,10 @@ RDEPEND="${DEPEND}
30 !kde-apps/kdepimlibs:5
31 "
32
33 -if [[ ${KDE_BUILD_TYPE} = live ]] ; then
34 - S="${WORKDIR}/${P}/${PN}"
35 -else
36 - S="${WORKDIR}/${KMNAME}-${PV}/${PN}"
37 -fi
38 -
39 src_configure() {
40 local mycmakeargs=(
41 $(cmake-utils_use_find_package prison KF5Prison)
42 )
43 +
44 kde5_src_configure
45 }