summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:40:14 +0000
commit51b3927648f41771ee9c6e7d37c843373ecab637 (patch)
tree980739b1a87f0bd0c814bb0353f243ca3d4fc5f1 /net-analyzer/arping
parentheader fix (diff)
downloadhistorical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.gz
historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.bz2
historical-51b3927648f41771ee9c6e7d37c843373ecab637.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/arping')
-rw-r--r--net-analyzer/arping/Manifest8
-rw-r--r--net-analyzer/arping/arping-1.06-r1.ebuild4
-rw-r--r--net-analyzer/arping/arping-1.06.ebuild6
-rw-r--r--net-analyzer/arping/arping-2.01.ebuild6
4 files changed, 12 insertions, 12 deletions
diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index c5ee3c56da19..1c411bbdfffa 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,8 +1,8 @@
+MD5 6ec7ca77d34a114cc9cf9e77396eb8e8 ChangeLog 2354
+MD5 f45cf547e0afb7e25f9f07e84d0984d3 arping-1.06-r1.ebuild 867
+MD5 c1b4fb0f3b668c12cd65aa2530dae3a2 arping-1.06.ebuild 761
+MD5 7277be0156eacc3a145322c990d2272f arping-2.01.ebuild 787
MD5 2ae67bdfca97cbebbb801c9251aa2594 files/1.06-libnet-1.0.patch 610
MD5 ef2e255f55dcd347896703a82f7af33f files/digest-arping-1.06 62
MD5 ef2e255f55dcd347896703a82f7af33f files/digest-arping-1.06-r1 62
MD5 428265abcc6c5e81baccc4805b192963 files/digest-arping-2.01 62
-MD5 db72ad680f720151cba24092e1d75691 arping-1.06-r1.ebuild 866
-MD5 6ec7ca77d34a114cc9cf9e77396eb8e8 ChangeLog 2354
-MD5 5ae335b656f6f9ed34131ec4185ab4f1 arping-1.06.ebuild 761
-MD5 a7c1d7ad38838c1fff5ae919cbb4ee82 arping-2.01.ebuild 787
diff --git a/net-analyzer/arping/arping-1.06-r1.ebuild b/net-analyzer/arping/arping-1.06-r1.ebuild
index 588bd3744e7d..8628f400c161 100644
--- a/net-analyzer/arping/arping-1.06-r1.ebuild
+++ b/net-analyzer/arping/arping-1.06-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.3 2003/08/28 02:40:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.06-r1.ebuild,v 1.4 2003/09/05 23:40:08 msterret Exp $
inherit eutils
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~x86 ~ppc ~sparc"
-DEPEND="net-libs/libpcap
+DEPEND="net-libs/libpcap
<net-libs/libnet-1.1
>=net-libs/libnet-1.0.2a-r3"
diff --git a/net-analyzer/arping/arping-1.06.ebuild b/net-analyzer/arping/arping-1.06.ebuild
index fb112ab8c86e..3c2284fbf392 100644
--- a/net-analyzer/arping/arping-1.06.ebuild
+++ b/net-analyzer/arping/arping-1.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.06.ebuild,v 1.3 2003/08/18 04:34:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-1.06.ebuild,v 1.4 2003/09/05 23:40:08 msterret Exp $
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"
@@ -10,13 +10,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"
-DEPEND="net-libs/libpcap
+DEPEND="net-libs/libpcap
=net-libs/libnet-1.0*"
src_compile() {
mv Makefile Makefile.orig
sed "s/CFLAGS=-g/CFLAGS=${CFLAGS} -g/" Makefile.orig > Makefile || die
- make linux || die
+ make linux || die
}
src_install() {
diff --git a/net-analyzer/arping/arping-2.01.ebuild b/net-analyzer/arping/arping-2.01.ebuild
index 1e9325f45cc0..b68a71123fcc 100644
--- a/net-analyzer/arping/arping-2.01.ebuild
+++ b/net-analyzer/arping/arping-2.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.01.ebuild,v 1.1 2003/08/21 04:36:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.01.ebuild,v 1.2 2003/09/05 23:40:08 msterret Exp $
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"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~sparc"
-DEPEND="net-libs/libpcap
+DEPEND="net-libs/libpcap
>=net-libs/libnet-1.1.0-r3"
src_unpack() {
@@ -20,7 +20,7 @@ src_unpack() {
}
src_compile() {
- make arping2 || die
+ make arping2 || die
}
src_install() {