diff options
author | 2004-02-20 07:59:18 +0000 | |
---|---|---|
committer | 2004-02-20 07:59:18 +0000 | |
commit | 5ec31f58b8ba2009da22c39051ba8b8a938d724b (patch) | |
tree | 3c2b60e581e024ab8ca67cc855f3620565af4d52 /net-misc/arpd | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-5ec31f58b8ba2009da22c39051ba8b8a938d724b.tar.gz gentoo-2-5ec31f58b8ba2009da22c39051ba8b8a938d724b.tar.bz2 gentoo-2-5ec31f58b8ba2009da22c39051ba8b8a938d724b.zip |
old
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/arpd-0.1.ebuild | 39 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/arpd/files/digest-arpd-0.1 | 1 |
3 files changed, 2 insertions, 42 deletions
diff --git a/net-misc/arpd/arpd-0.1.ebuild b/net-misc/arpd/arpd-0.1.ebuild deleted file mode 100644 index a6cc9eded5c0..000000000000 --- a/net-misc/arpd/arpd-0.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.1.ebuild,v 1.3 2003/02/13 14:45:18 vapier Exp $ - -DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" -HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" -SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" - -IUSE="" -DEPEND=">=libdnet-1.4 - >=libevent-0.6 - >=libpcap-0.7.1" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - - mv configure configure.orig || die - sed -e 's|$withval/lib/libevent.a; then||' \ - -e 's|if test -f $withval/include/event.h -a -f|if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then|' \ - configure.orig > configure || die - chmod +x configure -} - -src_compile() { - econf --with-libdnet=/usr --with-libevent=/usr || die "configure failed" - emake || die -} - -src_install() { - dosbin arpd - doman arpd.8 -} diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 205737bdccee..fb378d53f778 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.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-misc/arpd/arpd-0.2.ebuild,v 1.2 2004/02/18 00:13:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.3 2004/02/20 07:59:18 vapier Exp $ DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" @@ -8,7 +8,7 @@ SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc hppa ~amd64" +KEYWORDS="x86 ~sparc ~ppc hppa ~amd64" DEPEND=">=libdnet-1.4 >=libevent-0.6 diff --git a/net-misc/arpd/files/digest-arpd-0.1 b/net-misc/arpd/files/digest-arpd-0.1 deleted file mode 100644 index a121babd9dac..000000000000 --- a/net-misc/arpd/files/digest-arpd-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 046ca68db6d69d874fda4bcea6c552de arpd-0.1.tar.gz 36333 |