Thanks, applied as aaf13bd0aa3730a53d758c52dc54693d5183b2e7. Michael
[sent from post-receive hook] On Mon, 18 May 2026 09:54:03 +0200, Thorsten Scherer <[email protected]> wrote: > Signed-off-by: Thorsten Scherer <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/schedtool.in b/rules/schedtool.in > deleted file mode 100644 > index 90d9bf37eb35..000000000000 > --- a/rules/schedtool.in > +++ /dev/null > @@ -1,13 +0,0 @@ > -## SECTION=staging > -## old section: > -### SECTION=shell_and_console > - > -config SCHEDTOOL > - tristate > - prompt "schedtool" > - help > - schedtool can be used to query or alter a process's scheduling policy > under linux > - > - STAGING: remove in PTXdist 2026.03.0 > - Unmaintained in PTXdist, upstream gone and fails to build with > - current toolchains. > diff --git a/rules/schedtool.make b/rules/schedtool.make > deleted file mode 100644 > index 4a06710fba59..000000000000 > --- a/rules/schedtool.make > +++ /dev/null > @@ -1,54 +0,0 @@ > -# -*-makefile-*- > -# > -# Copyright (C) 2012 by Martin Wagner <[email protected]> > -# > -# For further information about the PTXdist project and license conditions > -# see the README file. > -# > - > -# > -# We provide this package > -# > -PACKAGES-$(PTXCONF_SCHEDTOOL) += schedtool > - > -# > -# Paths and names > -# > -SCHEDTOOL_VERSION := 1.3.0 > -SCHEDTOOL_MD5 := 0d968f05d3ad7675f1f33ef1f6d0a3fb > -SCHEDTOOL := schedtool-$(SCHEDTOOL_VERSION) > -SCHEDTOOL_SUFFIX := tar.bz2 > -SCHEDTOOL_URL := > http://freequaos.host.sk/schedtool/$(SCHEDTOOL).$(SCHEDTOOL_SUFFIX) > -SCHEDTOOL_SOURCE := $(SRCDIR)/$(SCHEDTOOL).$(SCHEDTOOL_SUFFIX) > -SCHEDTOOL_DIR := $(BUILDDIR)/$(SCHEDTOOL) > -SCHEDTOOL_LICENSE := GPL-2.0-only > - > -# > ---------------------------------------------------------------------------- > -# Prepare > -# > ---------------------------------------------------------------------------- > - > -SCHEDTOOL_CONF_TOOL := NO > -SCHEDTOOL_MAKE_ENV := $(CROSS_ENV) CPPFLAGS="$(CROSS_CFLAGS) > $(CROSS_CPPFLAGS)" > -SCHEDTOOL_MAKE_OPT := CC=$(CROSS_CC) > -SCHEDTOOL_INSTALL_OPT := DESTPREFIX=/usr install > - > -# > ---------------------------------------------------------------------------- > -# Target-Install > -# > ---------------------------------------------------------------------------- > - > -$(STATEDIR)/schedtool.targetinstall: > - @$(call targetinfo) > - > - @$(call install_init, schedtool) > - @$(call install_fixup, schedtool,PRIORITY,optional) > - @$(call install_fixup, schedtool,SECTION,base) > - @$(call install_fixup, schedtool,AUTHOR,"Martin Wagner > <[email protected]>") > - @$(call install_fixup, schedtool,DESCRIPTION,missing) > - > - @$(call install_copy, schedtool, 0, 0, 0755, -, /usr/bin/schedtool) > - > - @$(call install_finish, schedtool) > - > - @$(call touch) > - > -# vim: syntax=make
