commit: 2be07681b757f0d0783b3d8351500a37c1a146cd Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Feb 10 13:12:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 24 05:33:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be07681
net-analyzer/zmap: drop 9999 live ebuild dropped as package needs a new maintainer Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/zmap/zmap-9999.ebuild | 43 -------------------------------------- 1 file changed, 43 deletions(-) diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild deleted file mode 100644 index 5d5794b8f52a..000000000000 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake fcaps git-r3 - -DESCRIPTION="Fast network scanner designed for Internet-wide network surveys" -HOMEPAGE="https://zmap.io/" -EGIT_REPO_URI="https://github.com/zmap/zmap.git" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="redis" - -RDEPEND=" - dev-libs/gmp:= - net-libs/libpcap - dev-libs/json-c:= - redis? ( dev-libs/hiredis:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/gengetopt - app-alternatives/lex - dev-util/byacc -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.1.1-always-install-config.patch -) - -FILECAPS=( cap_net_raw=ep usr/sbin/zmap ) - -src_configure() { - local mycmakeargs=( - -DENABLE_DEVELOPMENT=OFF - -DWITH_WERROR=OFF - -DWITH_REDIS="$(usex redis)" - ) - - cmake_src_configure -}
