diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-27 16:29:39 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-27 16:29:39 +0000 |
commit | 0de3ab6ca9756cb18969872724d9cf3af50dd62c (patch) | |
tree | 5d8cd45b52e67d6cc683cc52d4d48112989202be /net-misc | |
parent | Version bump bug#157765, maintainer is not responsive (diff) | |
download | gentoo-2-0de3ab6ca9756cb18969872724d9cf3af50dd62c.tar.gz gentoo-2-0de3ab6ca9756cb18969872724d9cf3af50dd62c.tar.bz2 gentoo-2-0de3ab6ca9756cb18969872724d9cf3af50dd62c.zip |
New upstream release.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.10.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.10 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index e57844b3f9f6..da9d89a888ac 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.127 2007/01/07 11:17:52 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.128 2007/01/27 16:29:39 uberlord Exp $ + +*dhcpcd-3.0.10 (27 Jan 2007) + + 27 Jan 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.10.ebuild: + New upstream release. *dhcpcd-3.0.9 (07 Jan 2007) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.10.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.10.ebuild new file mode 100644 index 000000000000..9d8127b777dd --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.0.10.ebuild,v 1.1 2007/01/27 16:29:39 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.10 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.10 new file mode 100644 index 000000000000..be4b9e12ace7 --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.10 @@ -0,0 +1,3 @@ +MD5 b61c176447e5988294ec8a36cdf00f04 dhcpcd-3.0.10.tar.bz2 30096 +RMD160 3103f987c9a85f2e678a1e3e43b2c519df2620e4 dhcpcd-3.0.10.tar.bz2 30096 +SHA256 2cf4703ca04540fd6f9dd430796f333bd59028117dfdef9f235a4c7ee93b3f8d dhcpcd-3.0.10.tar.bz2 30096 |