From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-878136-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F18E138208 for <garchives@archives.gentoo.org>; Sun, 24 Apr 2016 17:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9F821C019; Sun, 24 Apr 2016 17:52:22 +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 7740C21C018 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 17:52:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 91756340B79 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 17:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C89A495B for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 17:52:17 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1461518794.582cbad513ae964c4078a8f9bde18f36951a9e59.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadiconsole/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadiconsole/akonadiconsole-9999.ebuild X-VCS-Directories: kde-apps/akonadiconsole/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 582cbad513ae964c4078a8f9bde18f36951a9e59 X-VCS-Branch: master Date: Sun, 24 Apr 2016 17:52:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2bc8421-aa52-446e-8c7f-cf55650d62ce X-Archives-Hash: 4bddf2e62e27a345da87c018a2fcfea5 commit: 582cbad513ae964c4078a8f9bde18f36951a9e59 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 22:30:39 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 17:26:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=582cbad5 kde-apps/akonadiconsole: Split building upstream Package-Manager: portage-2.2.27 kde-apps/akonadiconsole/akonadiconsole-9999.ebuild | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild index fc6ec8a..056c126 100644 --- a/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild +++ b/kde-apps/akonadiconsole/akonadiconsole-9999.ebuild @@ -4,8 +4,7 @@ EAPI=6 -KDE_HANDBOOK="false" -KDE_PUNT_BOGUS_DEPS="true" +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release KMNAME="kdepim" QT_MINIMAL="5.6.0" inherit kde5 @@ -49,18 +48,7 @@ RDEPEND="${DEPEND} " if [[ ${KDE_BUILD_TYPE} = live ]] ; then - S="${WORKDIR}/${P}" + S="${WORKDIR}/${P}/${PN}" else - S="${WORKDIR}/${KMNAME}-${PV}" + S="${WORKDIR}/${KMNAME}-${PV}/${PN}" fi - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KF5GAPI=ON - -DCMAKE_DISABLE_FIND_PACKAGE_KF5Prison=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5X11Extras=ON - ) - - kde5_src_configure -}