diff options
author | 2005-05-18 20:11:53 +0000 | |
---|---|---|
committer | 2005-05-18 20:11:53 +0000 | |
commit | b7fd8119fe7e7c9a3523e603e0ef6b7f6f5044dc (patch) | |
tree | 4235443c1e7cb8c316d914af5c2978b51b4aa906 /net-misc/arpd | |
parent | Moved inherit to the top to stop eclasses from overwriting the DESCRIPTION. (diff) | |
download | gentoo-2-b7fd8119fe7e7c9a3523e603e0ef6b7f6f5044dc.tar.gz gentoo-2-b7fd8119fe7e7c9a3523e603e0ef6b7f6f5044dc.tar.bz2 gentoo-2-b7fd8119fe7e7c9a3523e603e0ef6b7f6f5044dc.zip |
Moved inherit to the top to stop eclasses from overwriting the DESCRIPTION.
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog index 205ac9ecd7f8..0e4c1e746ace 100644 --- a/net-misc/arpd/ChangeLog +++ b/net-misc/arpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/arpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.8 2005/05/01 17:25:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.9 2005/05/18 20:10:55 swegener Exp $ + + 18 May 2005; Sven Wegener <swegener@gentoo.org> arpd-0.2.ebuild: + Moved inherit to the top to stop eclasses from overwriting the DESCRIPTION. 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> arpd-0.2.ebuild: Stable on ppc. diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index cc0b5835cedf..3a7cfb23d880 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 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.11 2005/05/01 17:25:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.12 2005/05/18 20:10:55 swegener Exp $ + +inherit eutils 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/" @@ -11,8 +13,6 @@ SLOT="0" KEYWORDS="x86 ~sparc ppc hppa ~amd64" IUSE="" -inherit eutils - DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 virtual/libpcap" |