Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/
Date: Wed, 30 Dec 2015 10:24:31
Message-Id: 1451471053.406cc1a6a228d94ed75465897c40043e2a0de3ff.pacho@gentoo
1 commit: 406cc1a6a228d94ed75465897c40043e2a0de3ff
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 10:22:00 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 10:24:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406cc1a6
7
8 net-misc/gnome-online-miners: Drop old
9
10 Package-Manager: portage-2.2.26
11
12 .../gnome-online-miners-3.14.3.ebuild | 41 ----------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.14.3.ebuild
16 deleted file mode 100644
17 index 1ff65db..0000000
18 --- a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -GCONF_DEBUG="no"
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="Crawls through your online content"
31 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -IUSE=""
36 -KEYWORDS="amd64 x86"
37 -
38 -# libgdata[gnome] needed for goa support
39 -RDEPEND="
40 - >=app-misc/tracker-1:0=
41 - >=dev-libs/glib-2.35.1:2
42 - >=dev-libs/libgdata-0.15.2:0=[gnome]
43 - >=media-libs/grilo-0.2.6:0.2
44 - >=net-libs/gnome-online-accounts-3.13.3
45 - >=net-libs/libgfbgraph-0.2.2:0.2
46 - >=net-libs/libzapojit-0.0.2
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 -"
51 -
52 -src_configure() {
53 - gnome2_src_configure \
54 - --disable-static \
55 - --enable-facebook \
56 - --enable-flickr \
57 - --enable-google \
58 - --enable-media-server \
59 - --enable-owncloud \
60 - --enable-windows-live
61 -}