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

(-)liferea-1.2.6b.ebuild (-4 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 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-news/liferea/liferea-1.2.6b.ebuild,v 1.1 2007/02/12 20:50:37 dang Exp $
3
# $Header: $
4
4
5
WANT_AUTOMAKE=1.7
5
WANT_AUTOMAKE=1.7
6
WANT_AUTOCONF=latest
6
WANT_AUTOCONF=latest
Lines 13-19 Link Here
13
13
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16
IUSE="dbus firefox gtkhtml seamonkey libnotify gnutls xulrunner"
16
IUSE="dbus firefox gtkhtml seamonkey libnotify gnutls xulrunner lua"
17
17
18
RDEPEND=">=x11-libs/gtk+-2.8
18
RDEPEND=">=x11-libs/gtk+-2.8
19
	x11-libs/pango
19
	x11-libs/pango
Lines 30-36 Link Here
30
		( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) )
30
		( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) )
31
	)
31
	)
32
	libnotify? ( >=x11-libs/libnotify-0.3.2 )
32
	libnotify? ( >=x11-libs/libnotify-0.3.2 )
33
	gnutls? ( net-libs/gnutls )"
33
	gnutls? ( net-libs/gnutls )
34
	lua? ( dev-lang/lua )"
34
35
35
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}
36
	dev-util/pkgconfig
37
	dev-util/pkgconfig
Lines 76-85 Link Here
76
	else
77
	else
77
		G2CONF="${G2CONF} --disable-gecko"
78
		G2CONF="${G2CONF} --disable-gecko"
78
	fi
79
	fi
79
80
	
80
	G2CONF="${G2CONF} \
81
	G2CONF="${G2CONF} \
81
		$(use_enable dbus) \
82
		$(use_enable dbus) \
82
		$(use_enable gnutls) \
83
		$(use_enable gnutls) \
84
		$(use_enable lua) \
83
		$(use_enable libnotify)"
85
		$(use_enable libnotify)"
84
}
86
}
85
87

Return to bug 166596