From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
Date: Sun, 18 Oct 2015 16:40:49 +0000 (UTC) [thread overview]
Message-ID: <1445186437.7521e12452971ebfe46c0fcb3d009689e59d28ca.kensington@gentoo> (raw)
commit: 7521e12452971ebfe46c0fcb3d009689e59d28ca
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 16:36:05 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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="
+ !<kde-base/kactivities-4.14.3-r1
+ !kde-frameworks/kactivities
+"
+
+S=${WORKDIR}/${KMNAME}-${PV}
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_SKIP_RPATH=ON
+ -DWITH_NepomukCore=OFF
+ )
+ kde4-base_src_configure
+}
+
+src_install() {
+ dobin "${BUILD_DIR}/src/service/${PN}"
+}
next reply other threads:[~2015-10-18 16:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-18 16:40 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-06 10:26 [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/ Mikle Kolyada
2016-03-05 11:59 Mikle Kolyada
2015-10-18 17:48 Michael Palimaka
2015-10-18 16:40 Michael Palimaka
2015-10-18 14:44 Michael Palimaka
2015-10-17 18:27 Michael Palimaka
2015-10-17 18:22 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445186437.7521e12452971ebfe46c0fcb3d009689e59d28ca.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox