summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-13 12:26:43 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-13 12:26:43 +0000
commit13f35f59cb7dc7f496f4b4642065948009aaac14 (patch)
treebf7951f19c1eb074c28d83ab4a341dc10930fac8 /net-misc
parentUse upstream packages and versioning for the 20120418 version. Prune older. (diff)
downloadgentoo-2-13f35f59cb7dc7f496f4b4642065948009aaac14.tar.gz
gentoo-2-13f35f59cb7dc7f496f4b4642065948009aaac14.tar.bz2
gentoo-2-13f35f59cb7dc7f496f4b4642065948009aaac14.zip
drop old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/arpd/ChangeLog7
-rw-r--r--net-misc/arpd/arpd-0.2.ebuild43
2 files changed, 5 insertions, 45 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog
index f07223f016db..d459579f278a 100644
--- a/net-misc/arpd/ChangeLog
+++ b/net-misc/arpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/arpd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.19 2011/12/19 13:16:58 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.20 2012/06/13 12:26:43 xmw Exp $
+
+ 13 Jun 2012; Michael Weber <xmw@gentoo.org> -arpd-0.2.ebuild:
+ drop old
19 Dec 2011; Michael Weber <xmw@gentoo.org> arpd-0.2-r1.ebuild:
ppc stable (bug 385265)
diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild
deleted file mode 100644
index dd9b369c58f7..000000000000
--- a/net-misc/arpd/arpd-0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# 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.15 2008/11/27 20:47:06 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="ARP server which claims all unassigned addresses (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="~amd64 hppa ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/libdnet-1.4
- >=dev-libs/libevent-0.6
- net-libs/libpcap
- !sys-apps/iproute2"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/arpd.c.patch
-
- sed -i \
- -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 || die "sed failed"
-}
-
-src_compile() {
- econf --with-libdnet=/usr --with-libevent=/usr || die "configure failed"
- emake || die
-}
-
-src_install() {
- dosbin arpd || die
- doman arpd.8
-}