diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-03 10:43:02 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-03 10:43:02 +0000 |
commit | e0333a88bb397aebe870077676bde579eaabaf02 (patch) | |
tree | bd5aabf8cbe531f0e11c38c567c61a312d99b6c1 /net-misc | |
parent | QA fix (diff) | |
download | gentoo-2-e0333a88bb397aebe870077676bde579eaabaf02.tar.gz gentoo-2-e0333a88bb397aebe870077676bde579eaabaf02.tar.bz2 gentoo-2-e0333a88bb397aebe870077676bde579eaabaf02.zip |
New release, fixes #156831 and #156844.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.2.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.2 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 0d033de6c262..ed0a18ce0bea 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.114 2006/12/01 16:33:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.115 2006/12/03 10:43:01 uberlord Exp $ + +*dhcpcd-3.0.2 (03 Dec 2006) + + 03 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.2.ebuild: + New release, fixes #156831 and #156844. 01 Dec 2006; Markus Rothe <corsair@gentoo.org> dhcpcd-3.0.1.ebuild: Added ~ppc64; bug #156446 diff --git a/net-misc/dhcpcd/dhcpcd-3.0.2.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.2.ebuild new file mode 100644 index 000000000000..9dddb51fc3d8 --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.2.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.2.ebuild,v 1.1 2006/12/03 10:43:02 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 ~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.2 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.2 new file mode 100644 index 000000000000..98a0ec5d28ae --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.2 @@ -0,0 +1,3 @@ +MD5 c8f1f0e37d26b9e4a8844373a52ec164 dhcpcd-3.0.2.tar.bz2 28015 +RMD160 eb0c71eb37541e8259de8fcbb8385e765572dafd dhcpcd-3.0.2.tar.bz2 28015 +SHA256 1c7f2dedbb9864f7afdeaec75758e2132aa4e3dbdba789652fdc17a89cceebc1 dhcpcd-3.0.2.tar.bz2 28015 |