From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/
Date: Wed, 30 Mar 2016 15:47:04 +0000 (UTC) [thread overview]
Message-ID: <1459352813.9801ab39cd246510f2bd167021d6f6517dfdce91.idella4@gentoo> (raw)
commit: 9801ab39cd246510f2bd167021d6f6517dfdce91
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 15:46:20 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 15:46:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9801ab39
sys-auth/rtkit: revbump to vn. 0.11-r2 required to effect all changes
inherits eclass linux-info, bump to EAPI 6, phase pkg_pretend added to offer
to users kernel configuration options. Patch supplied by the proxy maintainer via
Gentoo-bug #569546
Package-Manager: portage-2.2.28
sys-auth/rtkit/rtkit-0.11-r2.ebuild | 59 +++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
new file mode 100644
index 0000000..baed267
--- /dev/null
+++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils systemd user 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 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ sys-apps/dbus
+ sys-auth/polkit
+ sys-libs/libcap
+"
+DEPEND="${DEPEND}
+ app-arch/xz-utils
+"
+
+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
+}
+
+pkg_setup() {
+ enewgroup rtkit
+ enewuser rtkit -1 -1 -1 "rtkit"
+}
+
+src_prepare() {
+ # Fedora patches
+ epatch "${FILESDIR}"/${P}-polkit.patch
+ epatch "${FILESDIR}"/${P}-gettime.patch
+ epatch "${FILESDIR}"/${P}-controlgroup.patch
+ eautoreconf
+}
+
+src_configure() {
+ econf $(systemd_with_unitdir)
+}
+
+src_install() {
+ default
+
+ ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
+ insinto /usr/share/dbus-1/interfaces
+ doins org.freedesktop.RealtimeKit1.xml
+}
next reply other threads:[~2016-03-30 15:47 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 15:47 Ian Delaney [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-07-01 11:24 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
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=1459352813.9801ab39cd246510f2bd167021d6f6517dfdce91.idella4@gentoo \
--to=idella4@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