diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-04-14 07:58:35 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-04-14 07:58:35 +0000 |
commit | 8cf0c21c60963aa7d6b8cc5e1a6c844fe2daf7ed (patch) | |
tree | 076512b79dff0e7846ac8c07fc708607f031cb0d /net-misc | |
parent | version bump, move to net-voip (diff) | |
download | gentoo-2-8cf0c21c60963aa7d6b8cc5e1a6c844fe2daf7ed.tar.gz gentoo-2-8cf0c21c60963aa7d6b8cc5e1a6c844fe2daf7ed.tar.bz2 gentoo-2-8cf0c21c60963aa7d6b8cc5e1a6c844fe2daf7ed.zip |
New version, including moer MTU fixes for #173350 and #173791.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.17.ebuild | 35 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-3.0.17 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index b3a314901bb5..8db75824d07a 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.142 2007/04/11 19:43:38 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.143 2007/04/14 07:58:35 uberlord Exp $ + +*dhcpcd-3.0.17 (14 Apr 2007) + + 14 Apr 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.17.ebuild: + New version, including moer MTU fixes for #173350 and #173791. *dhcpcd-3.0.16-r1 (11 Apr 2007) diff --git a/net-misc/dhcpcd/dhcpcd-3.0.17.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.17.ebuild new file mode 100644 index 000000000000..5e105299731b --- /dev/null +++ b/net-misc/dhcpcd/dhcpcd-3.0.17.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.17.ebuild,v 1.1 2007/04/14 07:58:35 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~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.17 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.17 new file mode 100644 index 000000000000..5def21f9396d --- /dev/null +++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.17 @@ -0,0 +1,3 @@ +MD5 e9100e53f64ca1f9fb0d392c3a623738 dhcpcd-3.0.17.tar.bz2 33264 +RMD160 319c32116176932ae6a99be177b8e7c918ad23ca dhcpcd-3.0.17.tar.bz2 33264 +SHA256 151494c32ea521bfe02f110680c79ed372302fea9076fded6a3d057dfb294aca dhcpcd-3.0.17.tar.bz2 33264 |