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

Collapse All | Expand All

(-)/usr/portage/net-irc/irssi/irssi-0.8.15-r1.ebuild (-3 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
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-irc/irssi/irssi-0.8.15-r1.ebuild,v 1.11 2012/10/29 12:08:43 jer Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=4
6
6
Lines 16-22 Link Here
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
18
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
19
IUSE="ipv6 +perl ssl socks5"
19
IUSE="ipv6 +perl ssl socks5 +proxy static-libs"
20
20
21
RDEPEND="sys-libs/ncurses
21
RDEPEND="sys-libs/ncurses
22
	>=dev-libs/glib-2.6.0
22
	>=dev-libs/glib-2.6.0
Lines 37-47 Link Here
37
37
38
src_configure() {
38
src_configure() {
39
	econf \
39
	econf \
40
		--with-proxy \
41
		--with-ncurses="${EPREFIX}"/usr \
40
		--with-ncurses="${EPREFIX}"/usr \
42
		--with-perl-lib=vendor \
41
		--with-perl-lib=vendor \
43
		$(use_with perl) \
42
		$(use_with perl) \
44
		$(use_with socks5 socks) \
43
		$(use_with socks5 socks) \
44
		$(use_with proxy) \
45
		$(use_enable static-libs static) \
45
		$(use_enable ssl) \
46
		$(use_enable ssl) \
46
		$(use_enable ipv6)
47
		$(use_enable ipv6)
47
}
48
}
Lines 54-58 Link Here
54
55
55
	use perl && fixlocalpod
56
	use perl && fixlocalpod
56
57
58
	prune_libtool_files --modules
59
57
	dodoc AUTHORS ChangeLog README TODO NEWS
60
	dodoc AUTHORS ChangeLog README TODO NEWS
58
}
61
}

Return to bug 440302