summaryrefslogtreecommitdiff
blob: d5d643959c477e48fc5f8fb47e68db3cab7f2cd8 (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gnome-online-miners/gnome-online-miners-3.12.0.ebuild,v 1.3 2014/07/23 15:24:03 ago Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="Crawls through your online content"
HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners"

LICENSE="GPL-2+"
SLOT="0"
IUSE=""
KEYWORDS="amd64 x86"

RDEPEND="
	>=dev-libs/libgdata-0.13.3:0=
	>=dev-libs/glib-2.35.1:2
	>=net-libs/gnome-online-accounts-3.7.3
	>=media-libs/grilo-0.2.6:0.2
	>=net-libs/libgfbgraph-0.2.2:0.2
	>=net-libs/libzapojit-0.0.2
	>=app-misc/tracker-1:0=
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
"

src_configure() {
	gnome2_src_configure --disable-static
}