summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-30 13:29:43 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-05 10:05:18 +0300
commit45ac0d61dd5b1846f97baf71c00a050d0ed15269 (patch)
tree840848b19383d65f959e8c2233655f5d1213ba36 /sys-process
parentsys-process/numad: remove empty IUSE (diff)
downloadgentoo-45ac0d61dd5b1846f97baf71c00a050d0ed15269.tar.gz
gentoo-45ac0d61dd5b1846f97baf71c00a050d0ed15269.tar.bz2
gentoo-45ac0d61dd5b1846f97baf71c00a050d0ed15269.zip
sys-process/schedtool: drop 1.3.0-r1
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/schedtool/schedtool-1.3.0-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild b/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
deleted file mode 100644
index 1643893538da..000000000000
--- a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool to query or alter a process' scheduling policy"
-HOMEPAGE="https://github.com/freequaos/schedtool"
-SRC_URI="https://github.com/freequaos/schedtool/archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT=0
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ppc ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
- default
- sed \
- -e '/^CFLAGS=/d;/^install:/s@ install-doc zipman@@' \
- -e '/install/s@\(schedtool.8\).gz@\1@' \
- -i Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake DESTPREFIX="${ED}"/usr install
- dodoc CHANGES INSTALL PACKAGERS README SCHED_DESIGN TODO TUNING
-}