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

(-)/usr/portage/net-nntp/slrn/slrn-0.9.9_p1.ebuild (-4 / +9 lines)
Lines 13-25 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
16
IUSE="nls ssl uudeview"
16
IUSE="nls ssl uudeview canlock"
17
17
18
RDEPEND="virtual/mta
18
RDEPEND="virtual/mta
19
	app-arch/sharutils
19
	app-arch/sharutils
20
	>=sys-libs/slang-2.1.3
20
	>=sys-libs/slang-2.1.3
21
	ssl? ( dev-libs/openssl )
21
	ssl? ( dev-libs/openssl )
22
	uudeview? ( dev-libs/uulib )"
22
	uudeview? ( dev-libs/uulib )
23
	canlock? ( net-libs/canlock )"
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
24
	nls? ( sys-devel/gettext )"
25
	nls? ( sys-devel/gettext )"
25
26
Lines 33-46 Link Here
33
}
34
}
34
35
35
src_compile() {
36
src_compile() {
37
	if use uudeview; then
38
        myconf="${myconf} --with-uu"
39
    fi
40
36
	econf \
41
	econf \
37
		--with-docdir=/usr/share/doc/${PF} \
42
		--with-docdir=/usr/share/doc/${PF} \
38
		--with-slrnpull \
43
		--with-slrnpull \
39
		$(use_with uudeview) \
40
		$(use_enable nls) \
44
		$(use_enable nls) \
41
		$(use_with ssl) \
45
		$(use_with ssl) \
46
		$(use_with canlock) \
47
		${myconf} \
42
		|| die "econf failed"
48
		|| die "econf failed"
43
44
	emake || die "emake failed."
49
	emake || die "emake failed."
45
}
50
}
46
51

Return to bug 235753