summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-11-30 13:22:57 +0000
committerRoy Marples <uberlord@gentoo.org>2006-11-30 13:22:57 +0000
commit448d5d89b894f6d5dbf2d066b78c450b4be659b8 (patch)
tree7433be36738e34dbe3c45eaf6c109a62a395480f /net-misc
parentAdd patch to fix Last.FM playback with xine-lib 1.1.3. (diff)
downloadgentoo-2-448d5d89b894f6d5dbf2d066b78c450b4be659b8.tar.gz
gentoo-2-448d5d89b894f6d5dbf2d066b78c450b4be659b8.tar.bz2
gentoo-2-448d5d89b894f6d5dbf2d066b78c450b4be659b8.zip
New release, fixes #156515 thanks to TGL.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog7
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.0.1.ebuild35
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.0.13
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index f0fa85c08f89..c24ffdb50605 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.111 2006/11/28 16:38:15 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.112 2006/11/30 13:22:57 uberlord Exp $
+
+*dhcpcd-3.0.1 (30 Nov 2006)
+
+ 30 Nov 2006; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.1.ebuild:
+ New release, fixes #156515 thanks to TGL.
28 Nov 2006; Roy Marples <uberlord@gentoo.org> dhcpcd-3.0.0.ebuild:
Updated homepage.
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.1.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.1.ebuild
new file mode 100644
index 000000000000..de57236d5c2a
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-3.0.1.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.1.ebuild,v 1.1 2006/11/30 13:22:57 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 ~ppc ~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}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc ChangeLog
+}
diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.0.1 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.1
new file mode 100644
index 000000000000..9b20a5e93d1c
--- /dev/null
+++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.1
@@ -0,0 +1,3 @@
+MD5 51d5d24bf8b702db91af7d921cf184ec dhcpcd-3.0.1.tar.bz2 27166
+RMD160 73dbde464177929dc8ded3277f4e9cf8f6e013e8 dhcpcd-3.0.1.tar.bz2 27166
+SHA256 ba0a22fe0cbb481081614f4d88970b73da6a93d96819505d3dc52a0bf6c6efdd dhcpcd-3.0.1.tar.bz2 27166