diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-12-06 11:38:30 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-12-06 11:38:30 +0000 |
commit | b9bbeaca51ecd4e8ccc8e3b90e07214627892f33 (patch) | |
tree | bb21fb83af48b02038472ca831977247c866a7cc /net-misc | |
parent | Version bump (diff) | |
download | gentoo-2-b9bbeaca51ecd4e8ccc8e3b90e07214627892f33.tar.gz gentoo-2-b9bbeaca51ecd4e8ccc8e3b90e07214627892f33.tar.bz2 gentoo-2-b9bbeaca51ecd4e8ccc8e3b90e07214627892f33.zip |
New version, fixed #157297.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.5.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.5 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 202b4695503a..2c42a01b84a1 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.120 2006/12/06 10:16:33 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.121 2006/12/06 11:38:30 uberlord Exp $ + +*dhcpcd-3.0.5 (06 Dec 2006) + + 06 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.5.ebuild: + New version, fixed #157297. *dhcpcd-3.0.4 (06 Dec 2006) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.5.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.5.ebuild new file mode 100644 index 000000000000..e37dcee0032e --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.5.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.5.ebuild,v 1.1 2006/12/06 11:38:30 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.5 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.5 new file mode 100644 index 000000000000..7fc522233f08 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.5 @@ -0,0 +1,3 @@ +MD5 d9cad89af4347ec5366cb8476f2bd730 dhcpcd-3.0.5.tar.bz2 28260 +RMD160 2a1880dccda8c9e1dfbc5ac2f720a1b5a1343859 dhcpcd-3.0.5.tar.bz2 28260 +SHA256 f897ae3070f06a498751f01786b3e8d1b62467481125dff714cccb0124214d8c dhcpcd-3.0.5.tar.bz2 28260 |