Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/gnome-online-miners/
Date: Fri, 28 Dec 2018 23:32:15
Message-Id: 1546039914.0e56daf51884b7193869175a556b5b287a7ffb78.eva@gentoo
1 commit: 0e56daf51884b7193869175a556b5b287a7ffb78
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 23:02:42 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 23:31:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0e56daf5
7
8 net-misc/gnome-online-miners: 3.26.0 → 3.30.0
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
13
14 .../gnome-online-miners-3.30.0.ebuild | 39 ++++++++++++++++++++++
15 1 file changed, 39 insertions(+)
16
17 diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild
18 new file mode 100644
19 index 00000000..ff4236b9
20 --- /dev/null
21 +++ b/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild
22 @@ -0,0 +1,39 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit gnome2
28 +
29 +DESCRIPTION="Crawls through your online content"
30 +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
31 +
32 +LICENSE="GPL-2+"
33 +SLOT="0"
34 +IUSE="flickr"
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +# libgdata[gnome] needed for goa support
38 +RDEPEND="
39 + >=app-misc/tracker-2:0=
40 + >=dev-libs/glib-2.35.1:2
41 + >=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts]
42 + media-libs/grilo:0.3
43 + >=net-libs/gnome-online-accounts-3.13.3:=
44 + >=net-libs/libgfbgraph-0.2.2:0.2
45 + >=net-libs/libzapojit-0.0.2
46 + flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
47 +"
48 +DEPEND="${RDEPEND}
49 + virtual/pkgconfig
50 +"
51 +
52 +src_configure() {
53 + gnome2_src_configure \
54 + $(use_enable flickr) \
55 + --disable-static \
56 + --enable-facebook \
57 + --enable-google \
58 + --enable-media-server \
59 + --enable-owncloud \
60 + --enable-windows-live
61 +}