diff --git a/net-analyzer/masscan/masscan-1.3.2.ebuild b/net-analyzer/masscan/masscan-1.3.2.ebuild index 21c0bcc89..883c965e5 100644 --- a/net-analyzer/masscan/masscan-1.3.2.ebuild +++ b/net-analyzer/masscan/masscan-1.3.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -9,8 +9,8 @@ DESCRIPTION="Mass IP port scanner" HOMEPAGE="https://github.com/robertdavidgraham/masscan" SRC_URI="https://github.com/robertdavidgraham/masscan/archive/${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" LICENSE="AGPL-3" +SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pf_ring" @@ -23,7 +23,6 @@ src_prepare() { sed -i \ -e '/$(CC)/s!$(CFLAGS)!$(LDFLAGS) $(CFLAGS)!g' \ -e '/^GITVER :=/s!= .(.*!=!g' \ - -e '/^SYS/s|gcc|$(CC)|g' \ -e '/^CFLAGS =/{s,=,+=,;s,-g -ggdb,,;s,-O3,,;}' \ -e '/^CC =/d' \ Makefile || die diff --git a/net-analyzer/masscan/metadata.xml b/net-analyzer/masscan/metadata.xml new file mode 100644 index 000000000..232e9fd2a --- /dev/null +++ b/net-analyzer/masscan/metadata.xml @@ -0,0 +1,14 @@ + + + + + noone@pentoo.org + No one + + + Enable pf_ring support for faster scanning + + + robertdavidgraham/masscan + +