summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-12-06 10:16:33 +0000
committerRoy Marples <uberlord@gentoo.org>2006-12-06 10:16:33 +0000
commitf18cf7775871ff5a300d134ba3c20fcbe3f66434 (patch)
tree8e285cece2e837e509d5e5e640d263230041e87a /net-misc
parentCorrected wrong SRC_URI and nasty newline, Bug #157295, thanks to Jakub for n... (diff)
downloadgentoo-2-f18cf7775871ff5a300d134ba3c20fcbe3f66434.tar.gz
gentoo-2-f18cf7775871ff5a300d134ba3c20fcbe3f66434.tar.bz2
gentoo-2-f18cf7775871ff5a300d134ba3c20fcbe3f66434.zip
New release, fixes #157292 thanks to Marc Duponcheel.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog7
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.0.4.ebuild35
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.0.43
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index df27a9e0523d..202b4695503a 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.119 2006/12/05 09:49:45 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.120 2006/12/06 10:16:33 uberlord Exp $
+
+*dhcpcd-3.0.4 (06 Dec 2006)
+
+ 06 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.4.ebuild:
+ New release, fixes #157292 thanks to Marc Duponcheel.
*dhcpcd-3.0.3 (05 Dec 2006)
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.4.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.4.ebuild
new file mode 100644
index 000000000000..f8ec977a91a8
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-3.0.4.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.4.ebuild,v 1.1 2006/12/06 10:16:33 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.4 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.4
new file mode 100644
index 000000000000..2b33dd0230ea
--- /dev/null
+++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.4
@@ -0,0 +1,3 @@
+MD5 aec5005fbf4c58af147b1f91896dec5b dhcpcd-3.0.4.tar.bz2 28270
+RMD160 5632ab930389eb3198730d3a81968a4f5732f924 dhcpcd-3.0.4.tar.bz2 28270
+SHA256 c400ef1d9d10d3b5a1b2c32ca2546bfa4680c5e086265b258fc0e9d9518208d5 dhcpcd-3.0.4.tar.bz2 28270