commit: 61e6f47168a2b19151a2dfa54f617eb349a956bc Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 30 17:45:32 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 30 17:45:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e6f471
net-analyzer/netdiscover: drop 0.7 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-analyzer/netdiscover/Manifest | 1 - net-analyzer/netdiscover/netdiscover-0.7.ebuild | 36 ------------------------- 2 files changed, 37 deletions(-) diff --git a/net-analyzer/netdiscover/Manifest b/net-analyzer/netdiscover/Manifest index cc541437f51d..99b0986c2478 100644 --- a/net-analyzer/netdiscover/Manifest +++ b/net-analyzer/netdiscover/Manifest @@ -1,2 +1 @@ DIST netdiscover-0.10.tar.gz 403310 BLAKE2B 87de2dd647bb2f047cb8655a97f3b44c0d69e127bb6b67030f789e64345692c54a70ff799a866669b5cbbf174176f415057a7e642e5703dc8e5f5e9c95633dff SHA512 a04a3ecb9cb76f22edc761b1a661e6e0f5c620763ca5a059923ce2d080e0d15bc0e0861ae354efc28ba2cea09b642128d8ee022106402f82041180c22e8becc9 -DIST netdiscover-0.7.tar.gz 356514 BLAKE2B de880e124d1ee52c5466cf843ad3fc7077c9a673867f117f255791da9fcc8444599bf703515ef04eaa0f3fbc8ed50951bbd6cb147b1eb18020e06d35a90ccee4 SHA512 e526c1560c4054c6a2761d392997629b301c50db2c408719e84a820f9ad206825b9a4620e6721dcdebbb5c7479cd239e85de2d0657f97015b103805e8f9c05b4 diff --git a/net-analyzer/netdiscover/netdiscover-0.7.ebuild b/net-analyzer/netdiscover/netdiscover-0.7.ebuild deleted file mode 100644 index b48c92e92656..000000000000 --- a/net-analyzer/netdiscover/netdiscover-0.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic - -DESCRIPTION="Active/passive address reconnaissance tool" -HOMEPAGE="https://github.com/netdiscover-scanner/netdiscover" -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" - -DEPEND=" - >=net-libs/libpcap-0.8.3-r1 -" -RDEPEND=" - ${DEPEND} -" -DOCS=( AUTHORS ChangeLog README TODO ) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - append-cflags -fcommon - default -}
