Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nbtscan/
Date: Thu, 03 Feb 2022 10:09:28
Message-Id: 1643882490.c55a4c82b75015c11741c817e77b91f0eaa709fd.sam@gentoo
1 commit: c55a4c82b75015c11741c817e77b91f0eaa709fd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 10:01:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 10:01:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55a4c82
7
8 net-analyzer/nbtscan: add 1.7.2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/nbtscan/Manifest | 1 +
13 net-analyzer/nbtscan/nbtscan-1.7.2.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/net-analyzer/nbtscan/Manifest b/net-analyzer/nbtscan/Manifest
17 index 15c4906f4d6a..8ce623844a6f 100644
18 --- a/net-analyzer/nbtscan/Manifest
19 +++ b/net-analyzer/nbtscan/Manifest
20 @@ -1 +1,2 @@
21 DIST nbtscan-1.6.tar.gz 27290 BLAKE2B 3e38e946aa875be2bca8ad0155a5bf4c612cecda3761623d75657b2ab54aa7a7526d284a78db764518748e092c2719a4c02bcdce32095c87537c9979571c10f7 SHA512 b791357160ae7fe784ebf3b74df551c0b7dcaeefae2ddd585a9e5ac0fe7dd1bb32f00d2b898dcd700e74809708f42fc8e5f0022254e1282914b3f668564b4bcb
22 +DIST nbtscan-1.7.2.tar.gz 29758 BLAKE2B 8e6af433a600865c391d0f7a72a8aa0b82d6ae61abedec8c2dc5cc89515f92c2ebdfd4868d578d4028b9aee4224b2f972bd574040db3c30caf9e0e59f9eb303a SHA512 b20eafe6737aa378e230dd2842e045bf2a48497e21b87ce6c534366cbb162862168a5c8143c0a69d495525caca75e91e437b87d9778e4cfe573b20461e2ccbbf
23
24 diff --git a/net-analyzer/nbtscan/nbtscan-1.7.2.ebuild b/net-analyzer/nbtscan/nbtscan-1.7.2.ebuild
25 new file mode 100644
26 index 000000000000..a004786f28bf
27 --- /dev/null
28 +++ b/net-analyzer/nbtscan/nbtscan-1.7.2.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit autotools
36 +
37 +DESCRIPTION="NBTscan is a program for scanning IP networks for NetBIOS name information"
38 +HOMEPAGE="https://github.com/resurrecting-open-source-projects/nbtscan"
39 +SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
44 +
45 +DOCS=( AUTHORS CONTRIBUTING.md ChangeLog NEWS README.md )
46 +
47 +src_prepare() {
48 + default
49 +
50 + eautoreconf
51 +}