From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14A4D15806E for ; Mon, 29 May 2023 18:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A63D5E0841; Mon, 29 May 2023 18:21:38 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 875C9E0841 for ; Mon, 29 May 2023 18:21:38 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 314C7340DA1 for ; Mon, 29 May 2023 18:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E08FA87 for ; Mon, 29 May 2023 18:21: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: <1685384356.d0b01c08c358f809ba58bd5b0e93b077abffc058.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/lsof/lsof-4.96.3.ebuild sys-process/lsof/lsof-4.96.4.ebuild sys-process/lsof/lsof-4.98.0.ebuild X-VCS-Directories: sys-process/lsof/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0b01c08c358f809ba58bd5b0e93b077abffc058 X-VCS-Branch: master Date: Mon, 29 May 2023 18:21: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: d28c215f-698f-4240-825a-b0ff407c3f66 X-Archives-Hash: b2a34dc98e1b3b96f11a25032519fd65 commit: d0b01c08c358f809ba58bd5b0e93b077abffc058 Author: Sam James gentoo org> AuthorDate: Sun May 28 11:24:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 29 18:19:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b01c08 sys-process/lsof: drop dead prefix targets The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James gentoo.org> sys-process/lsof/lsof-4.96.3.ebuild | 6 +----- sys-process/lsof/lsof-4.96.4.ebuild | 4 ---- sys-process/lsof/lsof-4.98.0.ebuild | 3 --- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/sys-process/lsof/lsof-4.96.3.ebuild b/sys-process/lsof/lsof-4.96.3.ebuild index 58e678dc5e5c..dd8f8666fb7d 100644 --- a/sys-process/lsof/lsof-4.96.3.ebuild +++ b/sys-process/lsof/lsof-4.96.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -54,7 +54,6 @@ target() { *-darwin*) echo darwin ;; *-freebsd*) echo freebsd ;; *-solaris*) echo solaris ;; - *-aix*) echo aixgcc ;; *) echo linux ;; esac } @@ -110,8 +109,5 @@ pkg_postinst() { if [[ ${CHOST} == *-solaris* ]] ; then einfo "Note: to use lsof on Solaris you need read permissions on" einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys" - elif [[ ${CHOST} == *-aix* ]] ; then - einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and" - einfo "/dev/kmem, i.e. you need to be root, or to be in the group system" fi } diff --git a/sys-process/lsof/lsof-4.96.4.ebuild b/sys-process/lsof/lsof-4.96.4.ebuild index 76162da57717..964c99c0f104 100644 --- a/sys-process/lsof/lsof-4.96.4.ebuild +++ b/sys-process/lsof/lsof-4.96.4.ebuild @@ -54,7 +54,6 @@ target() { *-darwin*) echo darwin ;; *-freebsd*) echo freebsd ;; *-solaris*) echo solaris ;; - *-aix*) echo aixgcc ;; *) echo linux ;; esac } @@ -109,8 +108,5 @@ pkg_postinst() { if [[ ${CHOST} == *-solaris* ]] ; then einfo "Note: to use lsof on Solaris you need read permissions on" einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys" - elif [[ ${CHOST} == *-aix* ]] ; then - einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and" - einfo "/dev/kmem, i.e. you need to be root, or to be in the group system" fi } diff --git a/sys-process/lsof/lsof-4.98.0.ebuild b/sys-process/lsof/lsof-4.98.0.ebuild index c512cba56469..37f7da6b225a 100644 --- a/sys-process/lsof/lsof-4.98.0.ebuild +++ b/sys-process/lsof/lsof-4.98.0.ebuild @@ -48,8 +48,5 @@ pkg_postinst() { if [[ ${CHOST} == *-solaris* ]] ; then einfo "Note: to use lsof on Solaris you need read permissions on" einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys" - elif [[ ${CHOST} == *-aix* ]] ; then - einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and" - einfo "/dev/kmem, i.e. you need to be root, or to be in the group system" fi }