summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2007-06-14 17:51:24 +0000
committerStephen Klimaszewski <steev@gentoo.org>2007-06-14 17:51:24 +0000
commit5b63853a688fcf2fb99ec5fcc8d51f77711fd58d (patch)
treeb3d0f882e325ecf26631bc4c5417cb7ead9c73b2 /net-misc/dhcdbd
parentVersion bump (fixing #181838 - thanks to Timothy Stotts <devel at tstotts.net... (diff)
downloadgentoo-2-5b63853a688fcf2fb99ec5fcc8d51f77711fd58d.tar.gz
gentoo-2-5b63853a688fcf2fb99ec5fcc8d51f77711fd58d.tar.bz2
gentoo-2-5b63853a688fcf2fb99ec5fcc8d51f77711fd58d.zip
New upstream release, closes bug #182033. Thanks to Tim Harder <thorium90@gmail.com> for reporting.
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-misc/dhcdbd')
-rw-r--r--net-misc/dhcdbd/ChangeLog8
-rw-r--r--net-misc/dhcdbd/dhcdbd-2.8.ebuild38
-rw-r--r--net-misc/dhcdbd/files/digest-dhcdbd-2.83
3 files changed, 48 insertions, 1 deletions
diff --git a/net-misc/dhcdbd/ChangeLog b/net-misc/dhcdbd/ChangeLog
index ed2c225d42cb..111b88e353be 100644
--- a/net-misc/dhcdbd/ChangeLog
+++ b/net-misc/dhcdbd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/dhcdbd
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/ChangeLog,v 1.4 2007/05/15 20:31:15 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/ChangeLog,v 1.5 2007/06/14 17:51:24 steev Exp $
+
+*dhcdbd-2.8 (14 Jun 2007)
+
+ 14 Jun 2007; Steev Klimaszewski <steev@gentoo.org> +dhcdbd-2.8.ebuild:
+ New upstream release, closes bug #182033. Thanks to Tim Harder
+ <thorium90@gmail.com> for reporting.
15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/net-misc/dhcdbd/dhcdbd-2.8.ebuild b/net-misc/dhcdbd/dhcdbd-2.8.ebuild
new file mode 100644
index 000000000000..64168ea9f7fe
--- /dev/null
+++ b/net-misc/dhcdbd/dhcdbd-2.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/dhcdbd-2.8.ebuild,v 1.1 2007/06/14 17:51:24 steev Exp $
+
+inherit eutils
+
+DESCRIPTION="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options."
+HOMEPAGE="http://people.redhat.com/dcantrel/dhcdbd"
+SRC_URI="http://people.redhat.com/dcantrel/dhcdbd/${P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="sys-apps/dbus
+ >=net-misc/dhcp-3.0.3-r7"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-2.5-fixes.patch
+ # Commented out for the moment as I need to re-work this to make it cleaner.
+ #use debug && epatch ${FILESDIR}/${PN}-2.5-debug.patch
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc README include/dhcp_options.h
+ newinitd ${FILESDIR}/dhcdbd.init dhcdbd
+ newconfd ${FILESDIR}/dhcdbd.confd dhcdbd
+}
+
+pkg_postinst() {
+ einfo "dhcdbd is used by NetworkManager in order to use it"
+ einfo "you can add it to runlevels by writing on your terminal"
+ einfo "rc-update add dhcdbd default"
+}
diff --git a/net-misc/dhcdbd/files/digest-dhcdbd-2.8 b/net-misc/dhcdbd/files/digest-dhcdbd-2.8
new file mode 100644
index 000000000000..2c7a83e05381
--- /dev/null
+++ b/net-misc/dhcdbd/files/digest-dhcdbd-2.8
@@ -0,0 +1,3 @@
+MD5 c2c5a5c72182c3e88ae62eadb4874fc1 dhcdbd-2.8.tar.bz2 56792
+RMD160 e200683739f8f3f23fed64441231b99d72d48440 dhcdbd-2.8.tar.bz2 56792
+SHA256 eb4c566509ea98f393e3488d1861f3a74f97438fb24551703fe6b2d00593f2b4 dhcdbd-2.8.tar.bz2 56792