summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-20 06:52:03 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-20 06:52:03 +0100
commit2058aa49c3e52b97fe42217f2516345cc1be74c8 (patch)
tree879aa2f1cb040e91bc539c77a6f875f5fa839eae /net-analyzer/arping
parentnet-analyzer/arping: Version bump. (diff)
downloadgentoo-2058aa49c3e52b97fe42217f2516345cc1be74c8.tar.gz
gentoo-2058aa49c3e52b97fe42217f2516345cc1be74c8.tar.bz2
gentoo-2058aa49c3e52b97fe42217f2516345cc1be74c8.zip
net-analyzer/arping: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r--net-analyzer/arping/Manifest2
-rw-r--r--net-analyzer/arping/arping-2.15.ebuild41
-rw-r--r--net-analyzer/arping/arping-2.16.ebuild25
3 files changed, 0 insertions, 68 deletions
diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index a93c6cc40319..678bf43cc195 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,4 +1,2 @@
-DIST arping-2.15.tar.gz 149061 SHA256 9d45dae3a88749092cef1dd7f5cbb4d3b7be8715a938384ef3139790884251f3 SHA512 89fb5ef1d7663d3577094e250751675ed9bc54fe95fa96d85138a2cf31f422c9b829c90902877bd6dd3f1102194ce0b53af9ef483fbb7e33ce2ae81283b5d52b WHIRLPOOL 2dd43c644f57182c8372c2bc14820352db72309eab594b2797e123af20e3f8af7a6016c22e5b014f93102b689bb7e60ace349f2b14d9ff00d5de944c6e2e4d6f
-DIST arping-2.16.tar.gz 174183 SHA256 e0086f79cb30cd64983acd46e1fbadcf11dfd63c15f1180beae1cad63a05c854 SHA512 90aeb0ad3341bf176b78d02c4fa762a579885c8b07f6d39f73e39760499988d33ca1b9d0d41c95a21eac13503a8923da5c7c1a08cfc6624465d5159441e36107 WHIRLPOOL a717626e40e763b739bf02ec2a5535786a0b746ff105446c65ab0c608bfac2dfa74196fd9dbe7f52f8918a7b044a61a0961b5cdb976e79c31701997a42b9205e
DIST arping-2.17.tar.gz 174346 SHA256 b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2 WHIRLPOOL 79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2
DIST arping-2.18.tar.gz 175691 SHA256 2b97c797969a597af6715c306ab03bb9c851fbc45c0378def257e8e2d57bf869 SHA512 0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89 WHIRLPOOL ae7f831de78ad7d4bbe0c15616717844b91a7cbfe632c9e82110caa8322225256f1c49f51bf45eeffac647a7664f3f0983ccc57dfd7dc3836eee5d19453873a7
diff --git a/net-analyzer/arping/arping-2.15.ebuild b/net-analyzer/arping/arping-2.15.ebuild
deleted file mode 100644
index c2cdc98995dc..000000000000
--- a/net-analyzer/arping/arping-2.15.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
- net-libs/libpcap
- net-libs/libnet:1.1
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm -f Makefile
-
- # since we install as arping2, use arping2 in documentation
- sed -i \
- -e "s|\(${PN}\)|\12|g" \
- -e "s|\(${PN}\)\(\W\)|\12\2|g" \
- -e "s|${PN}2-|${PN}-|g" \
- -e "s|(${PN}2 2.*\.x only)||g" \
- doc/${PN}.8 || die
- sed -i \
- -e "s|\(${PN}\) |\12 |g" \
- extra/${PN}-scan-net.sh || die
-}
-
-src_install() {
- # since we install as arping2, we cannot use emake install
- newsbin src/${PN} ${PN}2
- newman doc/${PN}.8 ${PN}2.8
- dodoc README extra/arping-scan-net.sh
-}
diff --git a/net-analyzer/arping/arping-2.16.ebuild b/net-analyzer/arping/arping-2.16.ebuild
deleted file mode 100644
index 24e684e3d10b..000000000000
--- a/net-analyzer/arping/arping-2.16.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit fcaps
-
-DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
-SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="
- net-libs/libpcap
- net-libs/libnet:1.1
-"
-RDEPEND="
- ${DEPEND}
- !net-misc/iputils[arping(+)]
-"
-
-FILECAPS=( cap_net_raw /usr/sbin/arping )