summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-01-09 16:43:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-01-09 16:43:09 +0000
commit0946ef40b5ae9347add93116ef0db3fefcf3ca04 (patch)
treeea68650fac1d10c93e63d167c3f1bbec759396a7 /net-analyzer/arping
parentAdded pygtk to dependency cause of needed in configure (diff)
downloadgentoo-2-0946ef40b5ae9347add93116ef0db3fefcf3ca04.tar.gz
gentoo-2-0946ef40b5ae9347add93116ef0db3fefcf3ca04.tar.bz2
gentoo-2-0946ef40b5ae9347add93116ef0db3fefcf3ca04.zip
Version bumped.
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r--net-analyzer/arping/ChangeLog8
-rw-r--r--net-analyzer/arping/arping-1.05.ebuild28
-rw-r--r--net-analyzer/arping/files/digest-arping-1.051
3 files changed, 36 insertions, 1 deletions
diff --git a/net-analyzer/arping/ChangeLog b/net-analyzer/arping/ChangeLog
index 9e43ba37e8b0..5e56e44ec086 100644
--- a/net-analyzer/arping/ChangeLog
+++ b/net-analyzer/arping/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/arping
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.5 2002/12/13 10:59:46 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.6 2003/01/09 16:43:09 mholzer Exp $
+
+*arping-1.05 (09 Jan 2003)
+
+ 09 Jan 2003; Martin Holzer <mholzer@gentoo.org> arping-1.05.ebuild
+ files/digest-arping-1.05 ChangeLog :
+ Version bumped. Closes #13551
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-analyzer/arping/arping-1.05.ebuild b/net-analyzer/arping/arping-1.05.ebuild
new file mode 100644
index 000000000000..4e729e592536
--- /dev/null
+++ b/net-analyzer/arping/arping-1.05.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.05.ebuild,v 1.1 2003/01/09 16:43:09 mholzer Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"
+SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=ARPing"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc"
+
+DEPEND="net-libs/libpcap
+ =net-libs/libnet-1.0.2a-r1"
+
+src_compile() {
+ mv Makefile Makefile.orig
+ sed "s/CFLAGS=-g/CFLAGS=${CFLAGS} -g/" Makefile.orig > Makefile || die
+ make linux || die
+}
+
+src_install () {
+ dosbin arping
+ doman arping.8
+ dodoc LICENSE README
+}
+
diff --git a/net-analyzer/arping/files/digest-arping-1.05 b/net-analyzer/arping/files/digest-arping-1.05
new file mode 100644
index 000000000000..c7b774ed0246
--- /dev/null
+++ b/net-analyzer/arping/files/digest-arping-1.05
@@ -0,0 +1 @@
+MD5 a0adba7dae1465ec4001b5ab608e020a arping-1.05.tar.gz 26013