diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-02 16:47:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-02 16:47:36 +0200 |
commit | 3f0f93250c1e5fdc1a913d36dc2e1aab7f356683 (patch) | |
tree | f931c94f0bd7d3ef0945dbf0dc36ff86f399d235 /net-misc/gnome-online-miners | |
parent | dev-libs/appstream-glib: Revert "Drop old" (diff) | |
download | gentoo-3f0f93250c1e5fdc1a913d36dc2e1aab7f356683.tar.gz gentoo-3f0f93250c1e5fdc1a913d36dc2e1aab7f356683.tar.bz2 gentoo-3f0f93250c1e5fdc1a913d36dc2e1aab7f356683.zip |
net-misc/gnome-online-miners: Remove old
Diffstat (limited to 'net-misc/gnome-online-miners')
-rw-r--r-- | net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r1.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r1.ebuild deleted file mode 100644 index 1a38aefb4da0..000000000000 --- a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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="flickr" -KEYWORDS="amd64 x86" - -# libgdata[gnome] needed for goa support -RDEPEND=" - >=app-misc/tracker-1:0= - >=dev-libs/glib-2.35.1:2 - >=dev-libs/libgdata-0.15.2:0=[gnome] - >=media-libs/grilo-0.2.6:0.2 - >=net-libs/gnome-online-accounts-3.13.3 - >=net-libs/libgfbgraph-0.2.2:0.2 - >=net-libs/libzapojit-0.0.2 - flickr? ( media-plugins/grilo-plugins[flickr] ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - $(use_enable flickr) \ - --disable-static \ - --enable-facebook \ - --enable-google \ - --enable-media-server \ - --enable-owncloud \ - --enable-windows-live -} |