diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-04-30 13:21:57 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-04-30 13:21:57 +0000 |
commit | d19b05b6376440fcd160ad75c3f05b175422d4c4 (patch) | |
tree | 937bf2f72e66c17210e3a34297ae60ff5fdcee12 /net-analyzer/arping/arping-2.05.ebuild | |
parent | keyword ~x86 (diff) | |
download | gentoo-2-d19b05b6376440fcd160ad75c3f05b175422d4c4.tar.gz gentoo-2-d19b05b6376440fcd160ad75c3f05b175422d4c4.tar.bz2 gentoo-2-d19b05b6376440fcd160ad75c3f05b175422d4c4.zip |
net-analyzer/arping: Fix HOMEPAGE and add script for bug #175591
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/arping/arping-2.05.ebuild')
-rw-r--r-- | net-analyzer/arping/arping-2.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/arping/arping-2.05.ebuild b/net-analyzer/arping/arping-2.05.ebuild index 9fbb46e6284f..a5f830e35a3c 100644 --- a/net-analyzer/arping/arping-2.05.ebuild +++ b/net-analyzer/arping/arping-2.05.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.05.ebuild,v 1.8 2007/02/18 11:06:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.05.ebuild,v 1.9 2007/04/30 13:21:57 cedk Exp $ inherit toolchain-funcs 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" +HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping" SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" LICENSE="GPL-2" @@ -40,5 +40,5 @@ src_test() { src_install() { newsbin arping-2/arping arping2 || die newman arping.8 arping2.8 - dodoc README + dodoc README arping-scan-net.sh } |