public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/rtirq/
Date: Thu, 18 Apr 2024 12:08:07 +0000 (UTC)	[thread overview]
Message-ID: <1713442073.5ab3094e57a098f8d625ff5c7be9baacaa4159c0.dlan@gentoo> (raw)

commit:     5ab3094e57a098f8d625ff5c7be9baacaa4159c0
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Thu Apr 18 06:49:41 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 12:07:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab3094e

sys-process/rtirq: drop 20220923

Closes: https://github.com/gentoo/gentoo/pull/36307
Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-process/rtirq/Manifest              |  1 -
 sys-process/rtirq/rtirq-20220923.ebuild | 64 ---------------------------------
 2 files changed, 65 deletions(-)

diff --git a/sys-process/rtirq/Manifest b/sys-process/rtirq/Manifest
index e52b717fd951..34f363bbeda4 100644
--- a/sys-process/rtirq/Manifest
+++ b/sys-process/rtirq/Manifest
@@ -1,3 +1,2 @@
-DIST rtirq-20220923.tar.gz 15522 BLAKE2B ea7248afa665c2c8bfb99c42ff18d7d585f4a337c8850f5343b610a131face8b8eec4ef19901f59685793662e0e0ac95dfdddffea9951f47910dbc12bb47a459 SHA512 6846075e8196220aabb68250f0284b77f21b5c9bfd6dd9bbea59307679111c122d2091acefa38048f96166ae903b3ed46cbba4242afabc9a18bfa97467200386
 DIST rtirq-20240120.tar.gz 16077 BLAKE2B 2c1ab9f1824d861e13e49667a35fc048e931afb18084de756dcbabde0d4cdd21e78afc9733eb364cd826d4ffd29a89db862033c9539b7cfe7a7b22f7cb353864 SHA512 b945bdb29ef3ef551c19edc9d947a7ed50ecd756dec5a3b02a0cd519a0f506e3ca212b1cb629386dd525d565cc6e2d868c558934c59b8d0bc02573a9589deb86
 DIST rtirq-20240220.tar.gz 16273 BLAKE2B 08af8d371e4ace57dc18276748b00328e7ca1476ae46226ea85ba0c345c7f15b81e412bed8ac30768c5bedffc87887f60d647cd0ec2e82d3751654030c7937f1 SHA512 a6b44f09e158e71bc5697b313d2c7b75097b6f669be4bd7c5c3cee2e59ab38c5751dbd222a28fe7e1bd340d2b7ce5dc7277559c41ad25f9d7b19f180ce337978

diff --git a/sys-process/rtirq/rtirq-20220923.ebuild b/sys-process/rtirq/rtirq-20220923.ebuild
deleted file mode 100644
index 6b890d40b8ae..000000000000
--- a/sys-process/rtirq/rtirq-20220923.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit linux-info systemd
-
-DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
-HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
-SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
-	https://www.rncbc.org/archive/old/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	sys-apps/util-linux
-"
-
-src_prepare() {
-	# We install into bin
-	sed -i -e "s:/usr/sbin/rtirq:/usr/bin/rtirq:" ${PN}{,-resume}.service || die
-
-	default
-}
-
-src_install() {
-	newbin rtirq.sh rtirq
-	newinitd "${FILESDIR}"/rtirq.initd rtirq
-	insinto /etc/
-	doins rtirq.conf
-	systemd_dounit rtirq{,-resume}.service
-}
-
-pkg_postinst() {
-	local kconfig_warn=1
-	local cmdline
-	local ver
-
-	if linux-info_get_any_version && linux_config_exists; then
-		if linux_chkconfig_present PREEMPT_RT; then
-			kconfig_warn=0
-		elif linux_chkconfig_present IRQ_FORCED_THREADING; then
-			cmdline=$(< /proc/cmdline) || die
-			[[ ${cmdline} == *threadirqs* ]] && kconfig_warn=0
-		fi
-	fi
-
-	if (( ${kconfig_warn} )); then
-		ewarn "To use rtirq, you need one of the following kernel configurations:"
-		ewarn " - PREEMPT_RT config option enabled (e.g. with sys-kernel/rt-sources);"
-		ewarn " - IRQ_FORCED_THREADING config option enabled and 'threadirqs' option"
-		ewarn "   added to the kernel cmdline."
-	fi
-
-	for ver in ${REPLACING_VERSIONS}; do
-		if ver_test ${ver} -lt "20210329"; then
-			elog "Starting with 20210329 version the config has been moved to '${EROOT}/etc/rtirq.conf'"
-			elog "Please migrate all you setting from '${EROOT}/etc/conf.d/rtirq'"
-			break
-		fi
-	done
-}


             reply	other threads:[~2024-04-18 12:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 12:08 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-25  8:22 [gentoo-commits] repo/gentoo:master commit in: sys-process/rtirq/ Sam James
2025-05-25  8:22 Sam James
2024-04-24 12:51 Conrad Kostecki
2024-04-18 12:08 Yixun Lan
2024-02-29 13:48 Joonas Niilola
2023-04-03  6:42 Viorel Munteanu
2023-04-03  6:42 Viorel Munteanu
2022-04-23  5:44 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2019-09-11 16:21 Michał Górny
2019-04-04 21:16 Aaron Bauman
2018-10-24 11:58 Michał Górny
2018-10-24 11:58 Michał Górny

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=1713442073.5ab3094e57a098f8d625ff5c7be9baacaa4159c0.dlan@gentoo \
    --to=dlan@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