commit:     8deae0a231f2bfd36b3f3cd350a59908352db400
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 21:28:40 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:35:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deae0a2

sys-auth/rtkit: drop 0.13-r1

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

 sys-auth/rtkit/rtkit-0.13-r1.ebuild | 48 -------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/sys-auth/rtkit/rtkit-0.13-r1.ebuild 
b/sys-auth/rtkit/rtkit-0.13-r1.ebuild
deleted file mode 100644
index a814c2e8ca30..000000000000
--- a/sys-auth/rtkit/rtkit-0.13-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 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://github.com/heftig/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="selinux 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}
-       selinux? ( sec-policy/selinux-rtkit )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.13_meson_rtkitctl_dir.patch
-       "${FILESDIR}"/${PN}-0.13_meson_xxd_optional.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_configure() {
-       local emesonargs=(
-               -Dinstalled_tests=false
-               $(meson_feature systemd libsystemd)
-       )
-       meson_src_configure
-}

Reply via email to