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

Collapse All | Expand All

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

Return to bug 308643