summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog7
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.0.11.ebuild35
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.0.113
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index da9d89a888ac..7422f584341a 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.128 2007/01/27 16:29:39 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.129 2007/02/08 10:53:59 uberlord Exp $
+
+*dhcpcd-3.0.11 (08 Feb 2007)
+
+ 08 Feb 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.11.ebuild:
+ New release.
*dhcpcd-3.0.10 (27 Jan 2007)
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.11.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.11.ebuild
new file mode 100644
index 000000000000..2d545c0c7ec8
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-3.0.11.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.11.ebuild,v 1.1 2007/02/08 10:53:59 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.11 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.11
new file mode 100644
index 000000000000..8150531a5107
--- /dev/null
+++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.11
@@ -0,0 +1,3 @@
+MD5 513e4534e8e9e05d07cb839b9204b915 dhcpcd-3.0.11.tar.bz2 30168
+RMD160 e102057dface09048971ba6dea19174a2e57768b dhcpcd-3.0.11.tar.bz2 30168
+SHA256 bf4b5789fc23e193dbe2989664847a2c761f5ca3dc250d53f2df2aec4d74f3e7 dhcpcd-3.0.11.tar.bz2 30168