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

Collapse All | Expand All

(-)ngircd-16.ebuild (-8 / +4 lines)
Lines 17-27 Link Here
17
IUSE="zlib tcpd debug ident ssl ipv6 zeroconf"
17
IUSE="zlib tcpd debug ident ssl ipv6 zeroconf"
18
RESTRICT="test"
18
RESTRICT="test"
19
19
20
DEPEND="zlib? ( sys-libs/zlib )
20
RDEPEND="zlib? ( sys-libs/zlib )
21
        ident? ( net-libs/libident )
21
        ident? ( net-libs/libident )
22
        tcpd? ( sys-apps/tcp-wrappers )
22
        tcpd? ( sys-apps/tcp-wrappers )
23
        ssl? ( dev-libs/openssl )
23
        ssl? ( dev-libs/openssl )
24
        zeroconf? ( net-dns/avahi[howl-compat] )
24
        zeroconf? ( net-dns/avahi[howl-compat] )"
25
DEPEND="${RDEPEND}
25
        >=sys-apps/sed-4"
26
        >=sys-apps/sed-4"
26
27
27
src_prepare() {
28
src_prepare() {
Lines 47-58 Link Here
47
}
48
}
48
49
49
src_install() {
50
src_install() {
50
        # The docdir is needed for <ngircd-17. See 
51
        emake DESTDIR="${D}" install || die "make install failed"
51
        # http://arthur.barton.de/cgi-bin/bugzilla3/show_bug.cgi?id=108
52
        emake \
53
                DESTDIR="${D}" \
54
                docdir=/usr/share/doc/${PF} \
55
                install || die "make install failed"
56
52
57
        newinitd "${FILESDIR}"/ngircd.init.d ngircd
53
        newinitd "${FILESDIR}"/ngircd.init.d ngircd
58
}
54
}

Return to bug 326361