overlay profiles: Cleanups after dropping nmap

This commit is contained in:
Krzesimir Nowak 2024-07-01 16:16:00 +02:00
parent 69b292bdc5
commit 461e927287
4 changed files with 0 additions and 23 deletions

View File

@ -11,10 +11,6 @@ USE_EXPAND="${USE_EXPAND} GO_VERSION"
# Extra use flags for CoreOS SDK
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
# Only net-analyzer/nmap uses lua and it's compatible only with lua5-4.
LUA_SINGLE_TARGET="lua5-4"
LUA_TARGETS="lua5-4"
# Use Python 3 as the default version
USE="${USE} -python_single_target_python2_7 python_single_target_python3_11"
USE="${USE} -python_targets_python2_7 python_targets_python3_11"

View File

@ -21,9 +21,6 @@ sys-libs/gdbm berkdb
dev-vcs/git -perl -iconv
# symlink: to add a link between ncat and nc
net-analyzer/nmap ncat symlink
# removes mta dependencies
app-admin/sudo -sendmail

View File

@ -20,14 +20,6 @@ INSTALL_MASK="${INSTALL_MASK}
/usr/src
"
# Exclude nmap from OEM ACI, we just want ncat/nping in there.
# Also remove ncat's second ca-bundle.crt, just use the system's.
INSTALL_MASK="${INSTALL_MASK}
/usr/bin/nmap
/usr/share/ncat
/usr/share/nmap
"
# Remove files which depend on interpreters not present in boards.
INSTALL_MASK="${INSTALL_MASK}
/usr/share/git/contrib/*

View File

@ -24,14 +24,6 @@ INSTALL_MASK="${INSTALL_MASK}
/usr/src
"
# Exclude nmap from prod image, we just want ncat/nping in there
# Also remove ncat's second ca-bundle.crt, just use the system's
INSTALL_MASK="${INSTALL_MASK}
/usr/bin/nmap
/usr/share/ncat
/usr/share/nmap
"
# Remove files which depend on interpreters not present in boards.
INSTALL_MASK="${INSTALL_MASK}
/usr/lib*/systemd/system/xfs_scrub_all*