public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/rtirq/
Date: Wed, 11 Sep 2019 16:21:32 +0000 (UTC)	[thread overview]
Message-ID: <1568218859.5ee9f144844414a4e9ec9af3eeac4b58f9894a81.mgorny@gentoo> (raw)

commit:     5ee9f144844414a4e9ec9af3eeac4b58f9894a81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 11:27:16 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 16:20:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee9f144

sys-process/rtirq: Drop old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/rtirq/Manifest              |  1 -
 sys-process/rtirq/rtirq-20150216.ebuild | 41 ---------------------------------
 2 files changed, 42 deletions(-)

diff --git a/sys-process/rtirq/Manifest b/sys-process/rtirq/Manifest
index 4c95062e111..9f56d4da7c5 100644
--- a/sys-process/rtirq/Manifest
+++ b/sys-process/rtirq/Manifest
@@ -1,2 +1 @@
-DIST rtirq-20150216.tar.gz 12249 BLAKE2B b138c3b274e7d0875fc18d21ff77291975f86d841cfd06d704b428bcf7e106fb06b4738a4d8dd88ca2e58fa719b8232ef8a61df0bd088c9a368497e27095bd39 SHA512 4cb4e3a8e314cec238c2a21c975bec258f229b660e0994893b73aa0b16f6041179ff4e220532fde237d70e15fd5420e22ee5dbf84168148060e760d76617b59c
 DIST rtirq-20180209.tar.gz 12290 BLAKE2B 432bf6c931b753d4d9a5d7c50a35b0fb9b2161d09c9f762b97a5aae88152de1f3d14a2a4ccc46d8607d7379e4a7a659d603cc09ee20017923b176359eb4b9133 SHA512 9de924e627b91d6df162b6c8c0c3421fbab11f08162abe98b0fac8742ea924a7e0a18aab23d828e19fe81dfdb70f2f6814c7195acbcbc93af9a339dc549190b2

diff --git a/sys-process/rtirq/rtirq-20150216.ebuild b/sys-process/rtirq/rtirq-20150216.ebuild
deleted file mode 100644
index 5bd86fb047b..00000000000
--- a/sys-process/rtirq/rtirq-20150216.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
-HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
-
-SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=sys-apps/util-linux-2.13"
-
-src_prepare() {
-	# Correct config file path.
-	sed -i -e "s:^\(RTIRQ_CONFIG\=\)\(.*\):\1/etc/conf.d/rtirq:" ${PN}.sh || die
-	sed -i -e "s:/etc/sysconfig/rtirq:/etc/conf.d/rtirq:" ${PN}.conf || die
-
-	default
-}
-
-src_install(){
-	dosbin ${PN}.sh
-	doinitd "${FILESDIR}"/${PN}
-	newconfd ${PN}.conf ${PN}
-}
-
-pkg_postinst(){
-	if [[ "$(rc-config list default | grep rtirq)" = "" ]] ; then
-		elog "You probably want to add rtirq to the default runlevel, i.e."
-		elog "  rc-update add rtirq default"
-	fi
-	if [[ "$(uname -r | grep rt)" = "" ]] ; then
-		elog "To use rtirq you need a realtime kernel."
-		elog "Realtime kernel sources are supplied in sys-kernel/rt-sources."
-	fi
-	elog "To display the rtirq status issue:"
-	elog "  /etc/init.d/rtirq status"
-}


             reply	other threads:[~2019-09-11 16:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-11 16:21 Michał Górny [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-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-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=1568218859.5ee9f144844414a4e9ec9af3eeac4b58f9894a81.mgorny@gentoo \
    --to=mgorny@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