diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-21 21:21:40 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-21 21:21:40 +0000 |
commit | e8530ba30c7dc5c33c71d8f2491f580ec79e35e3 (patch) | |
tree | 3d6a17f84003ccaf27b81cd9db43a9e840c223ab /net-misc | |
parent | Added missing files, closes bug#158504, thanks to Lars Weiler. (diff) | |
download | gentoo-2-e8530ba30c7dc5c33c71d8f2491f580ec79e35e3.tar.gz gentoo-2-e8530ba30c7dc5c33c71d8f2491f580ec79e35e3.tar.bz2 gentoo-2-e8530ba30c7dc5c33c71d8f2491f580ec79e35e3.zip |
Fix arp checking, #158728.
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.8.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.8 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 51f8500eb2be..ebc5cd000a40 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.124 2006/12/19 10:23:15 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.125 2006/12/21 21:21:40 uberlord Exp $ + +*dhcpcd-3.0.8 (21 Dec 2006) + + 21 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.8.ebuild: + Fix arp checking, #158728. *dhcpcd-3.0.7 (19 Dec 2006) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.8.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.8.ebuild new file mode 100644 index 000000000000..8630c000f498 --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.0.8.ebuild,v 1.1 2006/12/21 21:21:40 uberlord Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="A DHCP client" +HOMEPAGE="http://dhcpcd.berlios.de" +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +PROVIDE="virtual/dhcpc" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Redefine the location of ntp.drift + sed -i -e 's,#define NTPDRIFTFILE\t.*,#define NTPDRIFTFILE\t\t\"/var/lib/ntp/ntp.drift\",' \ + pathnames.h || die "sed failed" +} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog +} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.0.8 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.8 new file mode 100644 index 000000000000..49701a90cb02 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.8 @@ -0,0 +1,3 @@ +MD5 7c41756a7cfef60bdd8ef2f12216f367 dhcpcd-3.0.8.tar.bz2 29305 +RMD160 f19545ebd98aabd60512f3c482d9a30ce0f554ab dhcpcd-3.0.8.tar.bz2 29305 +SHA256 c878e32bb149c17a455ba13f370ea2bc2c69e0da3a41ed5ad58b2d0ca51ec09a dhcpcd-3.0.8.tar.bz2 29305 |