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: Fri, 10 Apr 2020 15:44:09 +0000 (UTC)	[thread overview]
Message-ID: <1586533410.65a82d095f47302279d88c1ac7816ba41a865a45.marecki@gentoo> (raw)

commit:     65a82d095f47302279d88c1ac7816ba41a865a45
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 15:42:49 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 15:43:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a82d09

sys-auth/rtkit: bump to 0.13

Now with meson and no patches!

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/rtkit/Manifest          |  1 +
 sys-auth/rtkit/rtkit-0.13.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sys-auth/rtkit/Manifest b/sys-auth/rtkit/Manifest
index c99b0539358..6f7fdc043c6 100644
--- a/sys-auth/rtkit/Manifest
+++ b/sys-auth/rtkit/Manifest
@@ -1,2 +1,3 @@
 DIST rtkit-0.11.tar.xz 126748 BLAKE2B e989f1fb9e33c2e06d7eedbe0aab45982d458b6a80aa8ba9b05ae94ed048ef1351d30f8800859a08d8bb0a53891e7b63f6bda6308b4521da10a61182ca3921f9 SHA512 4641af965dc64c0f498ae469fbee1ceb337204fa7d778fbbb41f2b5c5e88947e633c7e9ad037274fdd778c3c097a4a1dbb0b2add287d74eccbcd2d357cb2da22
 DIST rtkit-0.12.tar.xz 127504 BLAKE2B c2132098b98f24c1f1662df08c9940772cdad9a326c0c4b9180aac2e0878b0c71e5917ab2535628aab12ff29546faef1c68f455625c77bc2bac25864dddfa4b6 SHA512 cee48058367b5b8a705203865538d0ab4bda9d2f1d06d155360922cb095b5d6a5b0311fdda6c45d9f33227324394ca5fd3b5a399fc71e11ea4c609eab18a7b04
+DIST rtkit-0.13.tar.xz 130796 BLAKE2B 842d04556a47c199bed9fc6bc9281c0d88f83e183f01ef57ecbd80ce72949a301d6682a3aab96e996e71b82d8e8c7a85e1d44524f2ed6fbdffc6bf236cdcadaa SHA512 c058d770a4ccfdf4e2e3a713748b6a705b6d3e148a903b9dbba4bba9d3ded2b819d7dfbfa37b9fad78e57c0a5f10f2f94226f8738f666e692a085ab297a36b36

diff --git a/sys-auth/rtkit/rtkit-0.13.ebuild b/sys-auth/rtkit/rtkit-0.13.ebuild
new file mode 100644
index 00000000000..c5a7b3105f0
--- /dev/null
+++ b/sys-auth/rtkit/rtkit-0.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info meson
+
+DESCRIPTION="Realtime Policy and Watchdog Daemon"
+HOMEPAGE="https://0pointer.de/blog/projects/rtkit"
+SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="systemd"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="acct-group/rtkit
+	acct-user/rtkit
+	sys-apps/dbus
+	sys-auth/polkit
+	sys-libs/libcap
+	systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}"
+
+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_configure() {
+	local emesonargs=(
+		-Dinstalled_tests=false
+		$(meson_feature systemd libsystemd)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2020-04-10 15:44 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-10 15:44 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-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
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=1586533410.65a82d095f47302279d88c1ac7816ba41a865a45.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