public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/
Date: Mon,  1 Jul 2019 11:24:09 +0000 (UTC)	[thread overview]
Message-ID: <1561980220.0565e69e1251e25d9cfe14027d2538a2401c0e47.marecki@gentoo> (raw)

commit:     0565e69e1251e25d9cfe14027d2538a2401c0e47
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 10:02:00 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 11:23:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0565e69e

sys-auth/rtkit: depend on acct-{user,group}/rtkit

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 sys-auth/rtkit/rtkit-0.11-r3.ebuild | 58 +++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/sys-auth/rtkit/rtkit-0.11-r3.ebuild b/sys-auth/rtkit/rtkit-0.11-r3.ebuild
new file mode 100644
index 00000000000..72a36d770d0
--- /dev/null
+++ b/sys-auth/rtkit/rtkit-0.11-r3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils systemd autotools linux-info
+
+DESCRIPTION="Realtime Policy and Watchdog Daemon"
+HOMEPAGE="http://0pointer.de/blog/projects/rtkit"
+SRC_URI="http://0pointer.de/public/${P}.tar.xz"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="acct-group/rtkit
+	acct-user/rtkit
+	sys-apps/dbus
+	sys-auth/polkit
+	sys-libs/libcap
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	# Fedora patches
+	"${FILESDIR}/${P}-polkit.patch"
+	"${FILESDIR}/${P}-gettime.patch"
+	"${FILESDIR}/${P}-controlgroup.patch"
+)
+
+pkg_pretend() {
+	if use kernel_linux; then
+		CONFIG_CHECK="~!RT_GROUP_SCHED"
+		ERROR_RT_GROUP_SCHED="CONFIG_RT_GROUP_SCHED is enabled. rtkit-daemon (or any other "
+		ERROR_RT_GROUP_SCHED+="real-time task) will not work unless run as root. Please consider "
+		ERROR_RT_GROUP_SCHED+="unsetting this option."
+		check_extra_config
+	fi
+}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+	default
+
+	./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
+	insinto /usr/share/dbus-1/interfaces
+	doins org.freedesktop.RealtimeKit1.xml
+}


             reply	other threads:[~2019-07-01 11:24 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01 11:24 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 12:39 [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/ WANG Xuerui
2024-03-17  9:10 Yixun Lan
2023-08-22 21:35 Marek Szuba
2023-08-22 11:16 Sam James
2023-08-22 10:33 Sam James
2023-08-21 18:24 Sam James
2023-08-21 17:49 Sam James
2023-08-21 17:43 Sam James
2023-08-21 17:43 Sam James
2023-08-21 17:43 Sam James
2023-06-28  7:07 Sam James
2023-06-28  7:07 Sam James
2020-11-17 19:10 Agostino Sarubbo
2020-11-13  4:57 Sam James
2020-11-12  0:35 Thomas Deutschmann
2020-11-10  0:02 Sam James
2020-11-07 20:34 Sergei Trofimovich
2020-11-07 20:22 Sergei Trofimovich
2020-11-06 11:55 Sam James
2020-05-09 11:16 Marek Szuba
2020-05-08 20:58 Mart Raudsepp
2020-05-08 10:46 Agostino Sarubbo
2020-05-05  6:46 Agostino Sarubbo
2020-05-03 19:11 Agostino Sarubbo
2020-05-03 10:23 Sergei Trofimovich
2020-05-03 10:12 Agostino Sarubbo
2020-04-10 21:59 Marek Szuba
2020-04-10 15:44 Marek Szuba
2020-03-13 13:31 Marek Szuba
2019-05-15  4:48 Aaron Bauman
2018-05-25 11:31 Marek Szuba
2018-03-22 17:07 Mikle Kolyada
2017-11-26 22:37 Sergei Trofimovich
2017-10-14 11:00 Sergei Trofimovich
2017-10-13 19:53 Sergei Trofimovich
2017-09-04  7:30 Tobias Klausmann
2017-08-29 21:39 Thomas Deutschmann
2017-08-26  8:28 Mikle Kolyada
2017-08-10  4:40 Markus Meier
2017-08-05 18:07 Sergei Trofimovich
2017-06-20 12:12 Alexis Ballier
2016-07-29 14:20 Marek Szuba
2016-05-27 10:09 Amy Winston
2016-05-25  9:04 Ian Delaney
2016-03-30 20:22 Lars Wendler
2016-03-30 15:54 Ian Delaney
2016-03-30 15:47 Ian Delaney
2016-03-30 15:47 Ian Delaney

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=1561980220.0565e69e1251e25d9cfe14027d2538a2401c0e47.marecki@gentoo \
    --to=marecki@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