diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-11 13:27:19 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-11 13:27:19 +0000 |
commit | 7815d133ffdbead8d21e95bbdec1cf6c17fb20ce (patch) | |
tree | da82f292ed359bacd4850d19371825165c3ba1fb /net-misc/dhcpcd | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-7815d133ffdbead8d21e95bbdec1cf6c17fb20ce.tar.gz gentoo-2-7815d133ffdbead8d21e95bbdec1cf6c17fb20ce.tar.bz2 gentoo-2-7815d133ffdbead8d21e95bbdec1cf6c17fb20ce.zip |
New version, where we no longer set the broadcast flag.
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.6.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.6 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 2c42a01b84a1..a76293b5a14f 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.121 2006/12/06 11:38:30 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.122 2006/12/11 13:27:18 uberlord Exp $ + +*dhcpcd-3.0.6 (11 Dec 2006) + + 11 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.6.ebuild: + New version, where we no longer set the broadcast flag. *dhcpcd-3.0.5 (06 Dec 2006) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.6.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.6.ebuild new file mode 100644 index 000000000000..e0bd33f7e013 --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.6.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.6.ebuild,v 1.1 2006/12/11 13:27:18 uberlord Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="A DHCP client only" +HOMEPAGE="http://dhcpcd.berlios.de" +SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~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.6 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.6 new file mode 100644 index 000000000000..7de5984e0ab2 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.6 @@ -0,0 +1,3 @@ +MD5 a71476407efd56cf13df5adf224e1d7f dhcpcd-3.0.6.tar.bz2 28246 +RMD160 d7287e29a59c9e2fe37ebd98e2c250fa5ebd3cf6 dhcpcd-3.0.6.tar.bz2 28246 +SHA256 4b935a13347e9271f60dbf2f290d9f648f0455bea4bf0c0bd57f58bc227ea81d dhcpcd-3.0.6.tar.bz2 28246 |