From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEDD81382DE for ; Wed, 29 Jun 2016 22:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7A9BE08F8; Wed, 29 Jun 2016 22:31:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53A87E08F8 for ; Wed, 29 Jun 2016 22:31:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB776340D0A for ; Wed, 29 Jun 2016 22:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358722430 for ; Wed, 29 Jun 2016 22:31:21 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1467239454.4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-contact/akonadi-contact-9999.ebuild X-VCS-Directories: kde-apps/akonadi-contact/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a X-VCS-Branch: master Date: Wed, 29 Jun 2016 22:31:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 172eff87-b4af-4933-a4da-5660e483cc7b X-Archives-Hash: 70d85d609de7930b2b3ca36a559db9c7 commit: 4df8576c0aa39a6ea38ac7899ab65e3cd2d5c91a Author: Johannes Huber gentoo org> AuthorDate: Wed Jun 29 22:17:39 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jun 29 22:30:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4df8576c kde-apps/akonadi-contact: Splitted upstream Package-Manager: portage-2.3.0 kde-apps/akonadi-contact/akonadi-contact-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild index f7d9dfb..e165770 100644 --- a/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild +++ b/kde-apps/akonadi-contact/akonadi-contact-9999.ebuild @@ -5,7 +5,8 @@ EAPI=6 KDE_TEST="forceoptional" -KMNAME="kdepimlibs" +# TODO pkg move with 16.08 release +KMNAME="${PN}s" QT_MINIMAL="5.6.0" inherit kde5 @@ -50,15 +51,10 @@ RDEPEND="${DEPEND} !kde-apps/kdepimlibs:5 " -if [[ ${KDE_BUILD_TYPE} = live ]] ; then - S="${WORKDIR}/${P}/${PN}" -else - S="${WORKDIR}/${KMNAME}-${PV}/${PN}" -fi - src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package prison KF5Prison) ) + kde5_src_configure }