From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 478B9158128 for ; Tue, 17 Jun 2025 02:57:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2953034266F for ; Tue, 17 Jun 2025 02:57:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 276661104D9; Tue, 17 Jun 2025 02:57:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 209821104D9 for ; Tue, 17 Jun 2025 02:57:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C884B34266F for ; Tue, 17 Jun 2025 02:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6902D29DC for ; Tue, 17 Jun 2025 02:57:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1750129025.b080d4594a37be1f04a87468db08deaeda3aea78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-4.0.5.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b080d4594a37be1f04a87468db08deaeda3aea78 X-VCS-Branch: master Date: Tue, 17 Jun 2025 02:57:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85294ebc-bafd-4941-a66a-d4adfb5324ba X-Archives-Hash: a49db93c0303735a0ca0afaa42db9b2d commit: b080d4594a37be1f04a87468db08deaeda3aea78 Author: Sam James gentoo org> AuthorDate: Tue Jun 17 02:57:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 17 02:57:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b080d459 sys-process/procps: drop 4.0.5 Signed-off-by: Sam James gentoo.org> sys-process/procps/procps-4.0.5.ebuild | 120 --------------------------------- 1 file changed, 120 deletions(-) diff --git a/sys-process/procps/procps-4.0.5.ebuild b/sys-process/procps/procps-4.0.5.ebuild deleted file mode 100644 index 3644a656247d..000000000000 --- a/sys-process/procps/procps-4.0.5.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2025 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.5, 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 skill 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} - !