summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 21:55:04 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:20 +0000
commitc28ceb04d84f276addb8756d7d67cabca16c24e0 (patch)
tree51eb55f8a707aa70f197dfbaa3b199186228d93a /net-analyzer
parentnet-analyzer/iftop: drop 1.0_pre4-r4 (diff)
downloadgentoo-c28ceb04d84f276addb8756d7d67cabca16c24e0.tar.gz
gentoo-c28ceb04d84f276addb8756d7d67cabca16c24e0.tar.bz2
gentoo-c28ceb04d84f276addb8756d7d67cabca16c24e0.zip
net-analyzer/nbtscan: drop 1.6
Bug: https://bugs.gentoo.org/886935 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nbtscan/Manifest1
-rw-r--r--net-analyzer/nbtscan/nbtscan-1.6.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/nbtscan/Manifest b/net-analyzer/nbtscan/Manifest
index 8ce623844a6f..b7743fc91159 100644
--- a/net-analyzer/nbtscan/Manifest
+++ b/net-analyzer/nbtscan/Manifest
@@ -1,2 +1 @@
-DIST nbtscan-1.6.tar.gz 27290 BLAKE2B 3e38e946aa875be2bca8ad0155a5bf4c612cecda3761623d75657b2ab54aa7a7526d284a78db764518748e092c2719a4c02bcdce32095c87537c9979571c10f7 SHA512 b791357160ae7fe784ebf3b74df551c0b7dcaeefae2ddd585a9e5ac0fe7dd1bb32f00d2b898dcd700e74809708f42fc8e5f0022254e1282914b3f668564b4bcb
DIST nbtscan-1.7.2.tar.gz 29758 BLAKE2B 8e6af433a600865c391d0f7a72a8aa0b82d6ae61abedec8c2dc5cc89515f92c2ebdfd4868d578d4028b9aee4224b2f972bd574040db3c30caf9e0e59f9eb303a SHA512 b20eafe6737aa378e230dd2842e045bf2a48497e21b87ce6c534366cbb162862168a5c8143c0a69d495525caca75e91e437b87d9778e4cfe573b20461e2ccbbf
diff --git a/net-analyzer/nbtscan/nbtscan-1.6.ebuild b/net-analyzer/nbtscan/nbtscan-1.6.ebuild
deleted file mode 100644
index c8ce98992d77..000000000000
--- a/net-analyzer/nbtscan/nbtscan-1.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/nbtscan"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-PATCHES=(
-# "${FILESDIR}"/${PN}-1.5.1-script-whitespace.patch
-)
-DOCS=(
- AUTHORS
- CONTRIBUTING.md
- ChangeLog
- NEWS
- README.md
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
-}