Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67932 | Differences between
and this patch

Collapse All | Expand All

(-)ldapdns-2.04.ebuild (-9 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.8 2004/07/14 23:26:09 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.8 2004/07/14 23:26:09 agriffis Exp $
4
4
5
inherit eutils
6
7
DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly"
5
DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly"
8
SRC_URI="http://www.nimh.org/dl/${P}.tar.gz"
6
SRC_URI="http://www.nimh.org/dl/${P}.tar.gz"
9
HOMEPAGE="http://www.nimh.org/code/ldapdns/"
7
HOMEPAGE="http://www.nimh.org/code/ldapdns/"
Lines 19-30 Link Here
19
	>=sys-apps/daemontools-0.70
17
	>=sys-apps/daemontools-0.70
20
	sys-apps/ucspi-tcp"
18
	sys-apps/ucspi-tcp"
21
19
22
src_unpack() {
23
        unpack ${A}
24
	    cd ${S}
25
		epatch ${FILESDIR}/ldapdns-sockconn.patch
26
}
27
28
src_compile() {
20
src_compile() {
29
	local myconf="--prefix=/usr "
21
	local myconf="--prefix=/usr "
30
22
Lines 38-44 Link Here
38
30
39
31
40
	dodoc AUTHORS CHANGELOG FAQ INSTALL  COPYING NEWS README* TODO
32
	dodoc AUTHORS CHANGELOG FAQ INSTALL  COPYING NEWS README* TODO
41
	dodoc ${FILESDIR}/README.gentoo.easy-setup
42
}
33
}
43
34
44
pkg_postinst() {
35
pkg_postinst() {

Return to bug 67932