commit:     d0b01c08c358f809ba58bd5b0e93b077abffc058
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 11:24:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 }

Reply via email to