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 7CEE413888F for ; Sun, 18 Oct 2015 16:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 686BEE0804; Sun, 18 Oct 2015 16:40:53 +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 09DC0E0804 for ; Sun, 18 Oct 2015 16:40:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 283C133F9D2 for ; Sun, 18 Oct 2015 16:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03E6012DD for ; Sun, 18 Oct 2015 16:40:49 +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: <1445186437.7521e12452971ebfe46c0fcb3d009689e59d28ca.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild X-VCS-Directories: kde-base/kactivitymanagerd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7521e12452971ebfe46c0fcb3d009689e59d28ca X-VCS-Branch: master Date: Sun, 18 Oct 2015 16:40:49 +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: b1e9e69f-8e3b-4d09-9cc9-1ae5ca740cb6 X-Archives-Hash: 131c6916993581e3d5f0e739fcda1acb commit: 7521e12452971ebfe46c0fcb3d009689e59d28ca Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 18 16:36:05 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Oct 18 16:40:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7521e124 kde-base/kactivitymanagerd: skip rpath Because install is bypassed, cmake's usual rpath processing doesn't happen, resulting in a null rpath. No rpath is required for this package, so skip the whole thing entirely. Gentoo-bug: 563406 Package-Manager: portage-2.2.20.1 .../kactivitymanagerd-4.13.3-r1.ebuild | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild new file mode 100644 index 0000000..09a95b2 --- /dev/null +++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kactivities" +inherit kde4-base + +DESCRIPTION="KDE Activity Manager Daemon" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + !