diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:13:07 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-06 16:13:07 +0000 |
commit | 78e0ef57aed96713995b9ce71df4625316dcb3e2 (patch) | |
tree | 8baadad9c564b445c95485883485c762776aea66 /net-analyzer/arping | |
parent | Cleanup (diff) | |
download | gentoo-2-78e0ef57aed96713995b9ce71df4625316dcb3e2.tar.gz gentoo-2-78e0ef57aed96713995b9ce71df4625316dcb3e2.tar.bz2 gentoo-2-78e0ef57aed96713995b9ce71df4625316dcb3e2.zip |
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r-- | net-analyzer/arping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/arping/arping-1.06-r1.ebuild | 35 | ||||
-rw-r--r-- | net-analyzer/arping/files/1.06-libnet-1.0.patch | 13 | ||||
-rw-r--r-- | net-analyzer/arping/files/digest-arping-1.06-r1 | 3 |
4 files changed, 5 insertions, 52 deletions
diff --git a/net-analyzer/arping/ChangeLog b/net-analyzer/arping/ChangeLog index b41807e5fd20..450402b16903 100644 --- a/net-analyzer/arping/ChangeLog +++ b/net-analyzer/arping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/arping # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.28 2007/04/30 13:21:57 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.29 2007/09/06 16:13:07 jokey Exp $ + + 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> + -files/1.06-libnet-1.0.patch, -arping-1.06-r1.ebuild: + Cleanup 30 Apr 2007; Cedric Krier <cedk@gentoo.org> arping-2.05.ebuild: Fix HOMEPAGE and add script for bug #175591 diff --git a/net-analyzer/arping/arping-1.06-r1.ebuild b/net-analyzer/arping/arping-1.06-r1.ebuild deleted file mode 100644 index ff23463246ee..000000000000 --- a/net-analyzer/arping/arping-1.06-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.06-r1.ebuild,v 1.11 2006/02/15 21:51:15 jokey Exp $ - -inherit eutils - -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="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="1" -KEYWORDS="x86 ppc sparc" -IUSE="" - -DEPEND="net-libs/libpcap - <net-libs/libnet-1.1 - >=net-libs/libnet-1.0.2a-r3" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-libnet-1.0.patch - sed -i "s/CFLAGS=-g/CFLAGS=-g ${CFLAGS}/" Makefile -} - -src_compile() { - make linux || die -} - -src_install() { - newsbin arping arping1 - newman arping.8 arping1.8 - dodoc LICENSE README -} diff --git a/net-analyzer/arping/files/1.06-libnet-1.0.patch b/net-analyzer/arping/files/1.06-libnet-1.0.patch deleted file mode 100644 index 7f8e70dd71ab..000000000000 --- a/net-analyzer/arping/files/1.06-libnet-1.0.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig 2003-08-19 01:24:27.934875432 -0400 -+++ Makefile 2003-08-19 01:24:27.943874064 -0400 -@@ -62 +62 @@ -- gcc -Wall $(CFLAGS) -c `libnet-config --defines` `libnet-config --cflags` arping.c -+ gcc -Wall $(CFLAGS) -c `libnet-1.0-config --defines` `libnet-1.0-config --cflags` arping.c -@@ -66 +66 @@ -- gcc $(CFLAGS) -g -o $@ $(O_arping) `libnet-config --libs` -lpcap -+ gcc $(CFLAGS) -g -o $@ $(O_arping) `libnet-1.0-config --libs` -lpcap ---- arping.c.orig 2003-08-19 01:24:27.938874824 -0400 -+++ arping.c 2003-08-19 01:24:27.955872240 -0400 -@@ -63 +63 @@ --#include <libnet.h> -+#include <libnet-1.0.h> diff --git a/net-analyzer/arping/files/digest-arping-1.06-r1 b/net-analyzer/arping/files/digest-arping-1.06-r1 deleted file mode 100644 index 3f7aa6aa0404..000000000000 --- a/net-analyzer/arping/files/digest-arping-1.06-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e6291334ba4c4c63e2001c0bccf9274d arping-1.06.tar.gz 28771 -RMD160 9e8596c78da9441d4255cc75729756f2e7a7a7a0 arping-1.06.tar.gz 28771 -SHA256 70f11f63090243478b76973dba4d58040586e5634ec81cd634f4aad6bb37bc85 arping-1.06.tar.gz 28771 |