blob: 1e5bfe51357eb7dbc375457479564cb9aab18d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=1
inherit gnome2
DESCRIPTION="An RSS reader plugin for Evolution"
HOMEPAGE="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin"
SRC_URI="http://gnome.eu.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="dbus"
RDEPEND="<mail-client/evolution-2.22
>=gnome-base/gconf-2
net-libs/libsoup:2.2
>=x11-libs/gtk+-2.4
>=gnome-base/libgnome-2.14
>=gnome-base/libgnomeui-2
>=gnome-extra/evolution-data-server-1.2
|| ( net-libs/xulrunner www-client/seamonkey
www-client/mozilla-firefox )
dbus? ( dev-libs/dbus-glib )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.21
sys-devel/libtool
sys-devel/gettext"
DOCS="AUTHORS ChangeLog FAQ NEWS README TODO"
pkg_setup() {
G2CONF="${G2CONF} $(use_enable dbus)"
}
|