From dc018bdc20e86b9ccb73cdb45a310b98c3893945 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Sat, 12 Oct 2024 17:30:00 +0200 Subject: sys-process/procps: add "skill" USE flag This controls installation "skill" and "snice" commands, which can be useful for interactive process management. Signed-off-by: Emanuele Torre Closes: https://github.com/gentoo/gentoo/pull/38955 Signed-off-by: Mike Gilbert --- sys-process/procps/metadata.xml | 1 + sys-process/procps/procps-4.0.4-r1.ebuild | 118 ----------------------------- sys-process/procps/procps-4.0.4-r2.ebuild | 119 ++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+), 118 deletions(-) delete mode 100644 sys-process/procps/procps-4.0.4-r1.ebuild create mode 100644 sys-process/procps/procps-4.0.4-r2.ebuild (limited to 'sys-process/procps') diff --git a/sys-process/procps/metadata.xml b/sys-process/procps/metadata.xml index 7994767907f5..71e073e25d47 100644 --- a/sys-process/procps/metadata.xml +++ b/sys-process/procps/metadata.xml @@ -10,6 +10,7 @@ Build the kill program Enables new startup defaults of top. Keeps old defaults if disabled Build programs that use ncurses: top, slabtop, watch + Build the skill and snice programs cpe:/a:procps_project:procps diff --git a/sys-process/procps/procps-4.0.4-r1.ebuild b/sys-process/procps/procps-4.0.4-r1.ebuild deleted file mode 100644 index 87476649517d..000000000000 --- a/sys-process/procps/procps-4.0.4-r1.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic multilib-minimal - -DESCRIPTION="Standard informational utilities and process-handling tools" -HOMEPAGE="https://gitlab.com/procps-ng/procps" -# Per e.g. https://gitlab.com/procps-ng/procps/-/releases/v4.0.4, the dist tarballs -# are still hosted on SF. -SRC_URI="https://downloads.sourceforge.net/${PN}-ng/${PN}-ng-${PV}.tar.xz" -S="${WORKDIR}"/${PN}-ng-${PV} - -# See bug #913210 -LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+" -SLOT="0/0-ng" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="elogind +kill modern-top +ncurses nls selinux static-libs systemd test unicode" -RESTRICT="!test? ( test )" - -DEPEND=" - elogind? ( sys-auth/elogind ) - ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode(+)?] ) - selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] ) -" -RDEPEND=" - ${DEPEND} - !