commit:     0fe19fdc6d362149e8f6df90f04fa1423ff8c010
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 19:36:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 19:50:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe19fdc

net-analyzer/nmap: drop 7.92-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nmap/Manifest            |   2 -
 net-analyzer/nmap/nmap-7.92-r2.ebuild | 142 ----------------------------------
 2 files changed, 144 deletions(-)

diff --git a/net-analyzer/nmap/Manifest b/net-analyzer/nmap/Manifest
index ba0eb83f06f4..8e4258cbc673 100644
--- a/net-analyzer/nmap/Manifest
+++ b/net-analyzer/nmap/Manifest
@@ -1,4 +1,2 @@
-DIST nmap-7.92.tar.bz2 10498200 BLAKE2B 
0f3022e797ffca7d1d3497990c86bb60ac9a80bb93cb4ec7fcfa4f51782cb8d79d4f0aca0fa6119bfd604cfe7b89af3d4223ce13ad3e6c948c021909aebd956b
 SHA512 
7828367f9dc76ff4d1e8c821260e565fb0c3cb6aba0473d24759133a3006cdf2cb087574f0dd7d2ba47a63754ba4f72e0b78cdae1333a58f05c41d428b56ad59
-DIST nmap-7.92.tar.bz2.asc 195 BLAKE2B 
a8052138e58cd8009341a5f3fb3a31f55af9383b9dbb6c7ce858d80541e000b17953c053e9a3a6d86a5551244cf13f181e6e3943095b86335cbb5dae96e20bdd
 SHA512 
300a22ab097bbff67de354de6b22a8e3287f95dd6318fcabd546ba52158e9589b19ede175587c6e31518c47bc118c7dd05db43755def075d810b16945b65e05a
 DIST nmap-7.93.tar.bz2 10823114 BLAKE2B 
e9fa0fe0f219258ab29cf59a98f09142ce1e5e70395f6578d57e644d343ff95764a8208f2fd00a686a14217821adb038a1bb4cdf25f355696e68131773cc1995
 SHA512 
4ec9295e25bd7a215e718c3dbbf09bfe6339b60850f4a8d09b5ad0cbf41a0da8ece0168efc5ca91ba1ecbd83b1d31735d77dacd5f1ec1a9fd212454dd1f0f0fd
 DIST nmap-7.93.tar.bz2.asc 195 BLAKE2B 
0c18200507c8c0901df6f0fa3230330eff72dd5e54f2d862d35a1df26b9ff3b189cebe0b91cdf47c4f87fef523cc6d9c3bcc36a42d8fcc8be7830fc861c64b5f
 SHA512 
9bd8e436a6f7010ba2e3578affc4174fae12e2e7b78e523ceeb94ba44ccd928ac2cf5da52d02a00c4f190f71425671cc817b44a6a2f8d0b42b10d535bb1af3a9

diff --git a/net-analyzer/nmap/nmap-7.92-r2.ebuild 
b/net-analyzer/nmap/nmap-7.92-r2.ebuild
deleted file mode 100644
index 699b452ebd6e..000000000000
--- a/net-analyzer/nmap/nmap-7.92-r2.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-3 )
-LUA_REQ_USE="deprecated"
-inherit autotools lua-single toolchain-funcs
-
-DESCRIPTION="Network exploration tool and security / port scanner"
-HOMEPAGE="https://nmap.org/";
-if [[ ${PV} == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/nmap/nmap";
-
-       # Just in case for now as future seems undecided.
-       LICENSE="NPSL"
-else
-       VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/nmap.asc
-       inherit verify-sig
-
-       SRC_URI="https://nmap.org/dist/${P}.tar.bz2";
-       SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )"
-
-       KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-       LICENSE="|| ( NPSL GPL-2 )"
-fi
-
-SLOT="0"
-IUSE="ipv6 libssh2 ncat nping +nse ssl symlink +system-lua"
-REQUIRED_USE="
-       system-lua? ( nse ${LUA_REQUIRED_USE} )
-       symlink? ( ncat )
-"
-
-RDEPEND="
-       dev-libs/liblinear:=
-       dev-libs/libpcre
-       net-libs/libpcap
-       libssh2? (
-               net-libs/libssh2[zlib]
-               sys-libs/zlib
-       )
-       nse? ( sys-libs/zlib )
-       ssl? ( dev-libs/openssl:0= )
-       symlink? (
-               !net-analyzer/netcat
-               !net-analyzer/openbsd-netcat
-       )
-       system-lua? ( ${LUA_DEPS} )
-"
-DEPEND="${RDEPEND}"
-
-if [[ ${PV} != *9999* ]] ; then
-       BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-nmap )"
-fi
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-5.10_beta1-string.patch
-       "${FILESDIR}"/${PN}-5.21-python.patch
-       "${FILESDIR}"/${PN}-6.46-uninstaller.patch
-       "${FILESDIR}"/${PN}-6.25-liblua-ar.patch
-       "${FILESDIR}"/${PN}-7.25-CXXFLAGS.patch
-       "${FILESDIR}"/${PN}-7.25-libpcre.patch
-       "${FILESDIR}"/${PN}-7.31-libnl.patch
-       "${FILESDIR}"/${PN}-7.80-ac-config-subdirs.patch
-       "${FILESDIR}"/${PN}-7.91-no-FORTIFY_SOURCE.patch
-)
-
-pkg_setup() {
-       use system-lua && lua-single_pkg_setup
-}
-
-src_prepare() {
-       rm -r liblinear/ libpcap/ libpcre/ libssh2/ libz/ || die
-
-       cat "${FILESDIR}"/nls.m4 >> "${S}"/acinclude.m4 || die
-
-       default
-
-       sed -i \
-               -e '/^ALL_LINGUAS =/{s|$| id|g;s|jp|ja|g}' \
-               Makefile.in || die
-
-       cp libdnet-stripped/include/config.h.in{,.nmap-orig} || die
-
-       eautoreconf
-
-       if [[ ${CHOST} == *-darwin* ]] ; then
-               # we need the original for a Darwin-specific fix, bug #604432
-               mv libdnet-stripped/include/config.h.in{.nmap-orig,} || die
-       fi
-}
-
-src_configure() {
-       # The bundled libdnet is incompatible with the version available in the
-       # tree, so we cannot use the system library here.
-       econf \
-               $(use_enable ipv6) \
-               $(use_with libssh2) \
-               $(use_with ncat) \
-               $(use_with nping) \
-               $(use_with ssl openssl) \
-               $(usex libssh2 --with-zlib) \
-               $(usex nse --with-liblua=$(usex system-lua yes included '' '') 
--without-liblua) \
-               $(usex nse --with-zlib) \
-               --cache-file="${S}"/config.cache \
-               --with-libdnet=included \
-               --with-pcre="${ESYSROOT}"/usr \
-               --without-ndiff \
-               --without-zenmap
-}
-
-src_compile() {
-       local directory
-       for directory in . libnetutil nsock/src \
-               $(usex ncat ncat '') \
-               $(usex nping nping '')
-       do
-               emake -C "${directory}" makefile.dep
-       done
-
-       emake \
-               AR="$(tc-getAR)" \
-               RANLIB="$(tc-getRANLIB)"
-}
-
-src_install() {
-       # See bug #831713 for return of -j1
-       LC_ALL=C emake \
-               -j1 \
-               DESTDIR="${D}" \
-               STRIP=: \
-               nmapdatadir="${EPREFIX}"/usr/share/nmap \
-               install
-
-       dodoc CHANGELOG HACKING docs/README docs/*.txt
-
-       use symlink && dosym /usr/bin/ncat /usr/bin/nc
-}

Reply via email to