Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arp-scan/
Date: Mon, 28 Oct 2019 08:35:22
Message-Id: 1572251713.06f45195aec4b379c26498d047e7b75acd9a9464.jer@gentoo
1 commit: 06f45195aec4b379c26498d047e7b75acd9a9464
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 08:34:20 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 08:35:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f45195
7
8 net-analyzer/arp-scan: Old
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/arp-scan/Manifest | 2 --
14 net-analyzer/arp-scan/arp-scan-1.9.5.ebuild | 26 --------------------------
15 net-analyzer/arp-scan/arp-scan-1.9.ebuild | 23 -----------------------
16 3 files changed, 51 deletions(-)
17
18 diff --git a/net-analyzer/arp-scan/Manifest b/net-analyzer/arp-scan/Manifest
19 index 0764da9f2f7..c107c73a3ce 100644
20 --- a/net-analyzer/arp-scan/Manifest
21 +++ b/net-analyzer/arp-scan/Manifest
22 @@ -1,3 +1 @@
23 -DIST arp-scan-1.9.5.tar.gz 414114 BLAKE2B 8a38f74bc2660a43905a6db1411dbea4a29b030bc66e22cd569a7f3001a4a32553a9c09ace4b56db6b91d5a2bc2854b40b8af87034fed86e79f2d602893e71ae SHA512 a10c510dc668b103fc508619d04e5870fdf6f576b79222904cfe988b4e9255604ce1a724100318a662d5f77d33270bc733f0e3091fb9da034a54b9ab402cbcab
24 DIST arp-scan-1.9.6.tar.gz 462479 BLAKE2B 21383167d83ba1cd9792f0a8d569c51ff196186fb59a2161c00d6963bcedecb706a419b08aeef2956bad72563f56a9a58b4231715b472a8ab083229b333d2e8f SHA512 c2d56ab8c6e1a046919892f6c2750593d6fbb3a539c3e1736184bd37ff7ae6033f84b62a3d2b4f56c0f2cdc1752002cb010ce77f701ee2f87b6f14b2e1753fe6
25 -DIST arp-scan-1.9.tar.gz 488442 BLAKE2B f4170736c07ff69e044ca0c17150fafb5aee9de67463ce828a856d21e264c43e9354ba1663f630fa6c40628b97e97884588ca6c4b0f372263af087a78c45730b SHA512 5061ac82d1acad3dd5dab998e4e2d2d9d2dbf436a2839ee1f68dd2997278df7e77f5dda7e54bdb13c9200d7a714b8d82737c041cec8438571d1d14c9d7f936ac
26
27 diff --git a/net-analyzer/arp-scan/arp-scan-1.9.5.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.5.ebuild
28 deleted file mode 100644
29 index b98d876c237..00000000000
30 --- a/net-analyzer/arp-scan/arp-scan-1.9.5.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit autotools
38 -
39 -DESCRIPTION="ARP scanning and fingerprinting tool"
40 -HOMEPAGE="https://github.com/royhills/arp-scan"
41 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -DEPEND="
48 - net-libs/libpcap
49 -"
50 -RDEPEND="
51 - ${DEPEND}
52 - dev-lang/perl
53 -"
54 -
55 -src_prepare() {
56 - default
57 - eautoreconf
58 -}
59
60 diff --git a/net-analyzer/arp-scan/arp-scan-1.9.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.ebuild
61 deleted file mode 100644
62 index 822ad877ab6..00000000000
63 --- a/net-analyzer/arp-scan/arp-scan-1.9.ebuild
64 +++ /dev/null
65 @@ -1,23 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -DESCRIPTION="ARP scanning and fingerprinting tool"
72 -HOMEPAGE="
73 - http://www.nta-monitor.com/tools-resources/security-tools/arp-scan
74 - https://github.com/royhills/arp-scan
75 -"
76 -SRC_URI="http://www.nta-monitor.com/files/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="GPL-3"
79 -SLOT="0"
80 -KEYWORDS="~amd64"
81 -
82 -DEPEND="
83 - net-libs/libpcap
84 -"
85 -RDEPEND="
86 - ${DEPEND}
87 - dev-lang/perl
88 -"