Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52240
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +6 lines)
Line  Link Here
0
-- /usr/portage/net-fs/netatalk/netatalk-1.6.4.ebuild  2004-04-10 13:15:27.000000000 -0500
0
++ netatalk-1.6.4-r1.ebuild    2004-05-14 22:48:16.000000000 -0500
Lines 2-8 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: /home/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.6.4.ebuild,v 1.3 2004/04/10 17:57:51 ciaranm Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.6.4.ebuild,v 1.3 2004/04/10 17:57:51 ciaranm Exp $
4
4
5
IUSE="ssl pam tcpd"
5
IUSE="ssl pam tcpd slp"
6
6
7
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
8
DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite"
8
DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite"
Lines 16-28 Link Here
16
DEPEND="sys-apps/shadow
16
DEPEND="sys-apps/shadow
17
       pam? ( sys-libs/pam )
17
       pam? ( sys-libs/pam )
18
       ssl? ( dev-libs/openssl )
18
       ssl? ( dev-libs/openssl )
19
       tcpd? ( sys-apps/tcp-wrappers )"
19
       tcpd? ( sys-apps/tcp-wrappers )
20
       slp? ( net-libs/openslp )"
20
21
21
src_compile() {
22
src_compile() {
22
       use pam  && myconf="${myconf} --with-pam"
23
       use pam  && myconf="${myconf} --with-pam"
23
       use tcpd && myconf="${myconf} --with-tcp-wrappers"
24
       use tcpd && myconf="${myconf} --with-tcp-wrappers"
24
       use ssl  && myconf="${myconf} --disable-ssl"
25
       use ssl  && myconf="${myconf} --disable-ssl"
25
26
       use slp  && myconf="${myconf} --enable-srvloc"
27
26
       econf \
28
       econf \
27
               --enable-fhs \
29
               --enable-fhs \
28
               --with-shadow \
30
               --with-shadow \

Return to bug 52240