summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-12-05 09:49:45 +0000
committerRoy Marples <uberlord@gentoo.org>2006-12-05 09:49:45 +0000
commit41f46e404a466bd5760ccdf0a43ad44f00aab976 (patch)
treef838b7dac38b6ea9140f61cd4c9a807637268dc3 /net-misc
parentstable x86, bug #156770 (diff)
downloadgentoo-2-41f46e404a466bd5760ccdf0a43ad44f00aab976.tar.gz
gentoo-2-41f46e404a466bd5760ccdf0a43ad44f00aab976.tar.bz2
gentoo-2-41f46e404a466bd5760ccdf0a43ad44f00aab976.zip
New release, fixes #157093 and a few other things.
(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.3.ebuild35
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.0.33
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index db71f12e235a..df27a9e0523d 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.118 2006/12/04 12:43:02 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.119 2006/12/05 09:49:45 uberlord Exp $
+
+*dhcpcd-3.0.3 (05 Dec 2006)
+
+ 05 Dec 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.3.ebuild:
+ New release, fixes #157093 and a few other things.
04 Dec 2006; Roy Marples <uberlord@gentoo.org>
files/dhcpcd-3.0.2-if_addr.patch:
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.3.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.3.ebuild
new file mode 100644
index 000000000000..1a19737e973d
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-3.0.3.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.3.ebuild,v 1.1 2006/12/05 09:49:45 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.3 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.3
new file mode 100644
index 000000000000..d7779f06a100
--- /dev/null
+++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.3
@@ -0,0 +1,3 @@
+MD5 60c58181122b194922c4578d2b251818 dhcpcd-3.0.3.tar.bz2 28044
+RMD160 c7c11ab5edf71e317be1c20f2f7212090572cad6 dhcpcd-3.0.3.tar.bz2 28044
+SHA256 820dbef5b06b2527f69319133ca80d46393f49f4ad59b29ecb1483c7fa88a8b3 dhcpcd-3.0.3.tar.bz2 28044