From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 223E31381FA for ; Sun, 1 Jun 2014 17:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8BE4E0A0B; Sun, 1 Jun 2014 17:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D781E0A0B for ; Sun, 1 Jun 2014 17:54:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 609AD33FF54 for ; Sun, 1 Jun 2014 17:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CE788181A9 for ; Sun, 1 Jun 2014 17:54:07 +0000 (UTC) From: "Michael Palimaka" 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" Message-ID: <1401645222.1bf6dd9a09997539b761379f602c5c483bf436c9.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kactivities/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kactivities/kactivities-4.13.49.9999.ebuild X-VCS-Directories: kde-base/kactivities/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1bf6dd9a09997539b761379f602c5c483bf436c9 X-VCS-Branch: master Date: Sun, 1 Jun 2014 17:54:07 +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: f61d7531-bd1c-4b8c-b5b6-98852cceec20 X-Archives-Hash: 2c5533620d3b65c28124bb7deb2a2aec commit: 1bf6dd9a09997539b761379f602c5c483bf436c9 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 1 17:53:42 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 1 17:53:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1bf6dd9a [kde-base/kactivities] Use new upstream configure option to implement minimal USE flag. Upstream commit: f6c2bddb07b43ca857098c5bb2661e236d07bb57. Package-Manager: portage-2.2.10 --- kde-base/kactivities/kactivities-4.13.49.9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-base/kactivities/kactivities-4.13.49.9999.ebuild b/kde-base/kactivities/kactivities-4.13.49.9999.ebuild index 1e4b85b..ac8e112 100644 --- a/kde-base/kactivities/kactivities-4.13.49.9999.ebuild +++ b/kde-base/kactivities/kactivities-4.13.49.9999.ebuild @@ -25,13 +25,8 @@ RDEPEND=" src_configure() { local mycmakeargs=( + $(cmake-utils_use minimal KACTIVITIES_LIBRARY_ONLY) $(cmake-utils_use_with nepomuk NepomukCore) ) kde4-base_src_configure } - -src_install() { - kde4-base_src_install - - use minimal && rm "${D}"/usr/bin/kactivitymanagerd -}