summaryrefslogtreecommitdiff
path: root/net-analyzer/netdiscover/netdiscover-0.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/netdiscover/netdiscover-0.7.ebuild')
-rw-r--r--net-analyzer/netdiscover/netdiscover-0.7.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/netdiscover/netdiscover-0.7.ebuild b/net-analyzer/netdiscover/netdiscover-0.7.ebuild
index 028445fa0e28..b48c92e92656 100644
--- a/net-analyzer/netdiscover/netdiscover-0.7.ebuild
+++ b/net-analyzer/netdiscover/netdiscover-0.7.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools flag-o-matic
-DESCRIPTION="An active/passive address reconnaissance tool"
+DESCRIPTION="Active/passive address reconnaissance tool"
HOMEPAGE="https://github.com/netdiscover-scanner/netdiscover"
-LICENSE="GPL-2"
SRC_URI="
https://github.com/${PN}-scanner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
"
+S="${WORKDIR}/${P/_/-}"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux"
@@ -20,7 +22,6 @@ DEPEND="
RDEPEND="
${DEPEND}
"
-S=${WORKDIR}/${P/_/-}
DOCS=( AUTHORS ChangeLog README TODO )
src_prepare() {