* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-17 18:22 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-17 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 443880e036ec6f6c584593942c451effc1f55cad
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 18:16:16 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 18:22:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443880e0
kde-base/kactivitymanagerd: new package
Package-Manager: portage-2.2.20.1
kde-base/kactivitymanagerd/Manifest | 1 +
.../kactivitymanagerd-4.13.3.ebuild | 30 ++++++++++++++++++++++
kde-base/kactivitymanagerd/metadata.xml | 5 ++++
3 files changed, 36 insertions(+)
diff --git a/kde-base/kactivitymanagerd/Manifest b/kde-base/kactivitymanagerd/Manifest
new file mode 100644
index 0000000..b2cc30c
--- /dev/null
+++ b/kde-base/kactivitymanagerd/Manifest
@@ -0,0 +1 @@
+DIST kactivities-4.13.3.tar.xz 87476 SHA256 c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a SHA512 1d248ae6045a7ae8d54ce5355100cd76be954c2a57be3abaab968d8ff2693d09aa9b1d0242266de4eedf6005bedfde38df69a84a9a5a0b16606fe958159b31bc WHIRLPOOL 0056402e851cda3c5930ed2440d259b9b23750f9356e9598e4ef17c6be38265bc4ebfeb43ac568636ff92399e3f560afa547977ad24f54f4eb4fad4df283cc0d
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
new file mode 100644
index 0000000..884072f
--- /dev/null
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
@@ -0,0 +1,30 @@
+# 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/activitymanager-4.14.3-r1
+ !kde-frameworks/kactivities
+"
+
+S=${WORKDIR}/${KMNAME}-${PV}
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_NepomukCore=OFF
+ )
+ kde4-base_src_configure
+}
+
+src_install() {
+ dobin "${BUILD_DIR}/src/service/${PN}"
+}
diff --git a/kde-base/kactivitymanagerd/metadata.xml b/kde-base/kactivitymanagerd/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-base/kactivitymanagerd/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-17 18:27 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-17 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 5711b9a00926905207c9da339222d78f291b087c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 18:27:03 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 18:27:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5711b9a0
kde-base/kactivitymanagerd: fix blocker
Package-Manager: portage-2.2.20.1
kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
index 884072f..61cd0d6 100644
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- !<kde-base/activitymanager-4.14.3-r1
+ !<kde-base/kactivitymanager-4.14.3-r1
!kde-frameworks/kactivities
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-18 14:44 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-18 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 0180ad0e79e4ed3ebd26f259209aa6622f00b8ef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 14:43:19 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 14:43:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0180ad0e
kde-base/kactivitymanagerd: fix blocker
Gentoo-bug: 563406
Package-Manager: portage-2.2.20.1
kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
index 61cd0d6..c4270ed 100644
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- !<kde-base/kactivitymanager-4.14.3-r1
+ !<kde-base/kactivities-4.14.3-r1
!kde-frameworks/kactivities
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-18 16:40 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-18 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 03c11d6d7ec8671e35b4cf12c87d618d58efe834
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 16:40: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=03c11d6d
kde-base/kactivitymanagerd: remove old
Package-Manager: portage-2.2.20.1
.../kactivitymanagerd-4.13.3.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
deleted file mode 100644
index c4270ed..0000000
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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=(
- -DWITH_NepomukCore=OFF
- )
- kde4-base_src_configure
-}
-
-src_install() {
- dobin "${BUILD_DIR}/src/service/${PN}"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-18 16:40 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-18 16:40 UTC (permalink / raw
To: gentoo-commits
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}"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2015-10-18 17:48 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-18 17:48 UTC (permalink / raw
To: gentoo-commits
commit: daca943a37f26c180828b0afc0b86ad11932e892
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 17:48:01 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 17:48:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daca943a
kde-base/kactivitymanagerd: fix blocker
Package-Manager: portage-2.2.20.1
kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
index 09a95b2..e509002 100644
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- !<kde-base/kactivities-4.14.3-r1
+ !<kde-base/kactivities-4.13.3-r1
!kde-frameworks/kactivities
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2016-03-05 11:59 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2016-03-05 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 5b596a8687ed2cd4ffcb071f6f016991d907de03
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 11:54:52 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 11:56:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b596a86
kde-base/kactivitymanagerd: amd64 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
index e509002..c705286 100644
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
@@ -8,7 +8,7 @@ KMNAME="kactivities"
inherit kde4-base
DESCRIPTION="KDE Activity Manager Daemon"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/
@ 2016-03-06 10:26 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2016-03-06 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 405c3ba3b45069dd79005a69749681bc7820e27e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 10:14:10 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 10:14:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c3ba3
kde-base/kactivitymanagerd: x86 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
index c705286..ad91692 100644
--- a/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
+++ b/kde-base/kactivitymanagerd/kactivitymanagerd-4.13.3-r1.ebuild
@@ -8,7 +8,7 @@ KMNAME="kactivities"
inherit kde4-base
DESCRIPTION="KDE Activity Manager Daemon"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-03-06 12:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17 18:22 [gentoo-commits] repo/gentoo:master commit in: kde-base/kactivitymanagerd/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2015-10-17 18:27 Michael Palimaka
2015-10-18 14:44 Michael Palimaka
2015-10-18 16:40 Michael Palimaka
2015-10-18 16:40 Michael Palimaka
2015-10-18 17:48 Michael Palimaka
2016-03-05 11:59 Mikle Kolyada
2016-03-06 10:26 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox