public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/
Date: Sun, 31 Mar 2019 10:14:22 +0000 (UTC)	[thread overview]
Message-ID: <1554027243.9427f26f9dd93d6cc80624b1dfd66ca781bdbada.leio@gentoo> (raw)

commit:     9427f26f9dd93d6cc80624b1dfd66ca781bdbada
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 09:52:28 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 10:14:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9427f26f

Revert "net-misc/gnome-online-miners: remove old"

Stable target for tracker-2 stabling

This reverts commit a1168c30e10f6ac7792b5fe1957c2f10a9a45455.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-misc/gnome-online-miners/Manifest              |  1 +
 .../gnome-online-miners-3.26.0.ebuild              | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-misc/gnome-online-miners/Manifest b/net-misc/gnome-online-miners/Manifest
index fefd4ffa0f3..1c1451c508a 100644
--- a/net-misc/gnome-online-miners/Manifest
+++ b/net-misc/gnome-online-miners/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-online-miners-3.24.0.tar.xz 272572 BLAKE2B 6331e72f65510041cc278670df328ab6ec5336bb76ec1c6681136c6731c70b9d343ef296062da6de302cfea195d1b99c0040e1e016394b2fe3bbbe077915cd76 SHA512 96c6aa99b99553c399ecef754d10a918d8ef3bdf6369a77357241091edc9c2ff7a8350f8a064bb011deddac75b25bdde8006e8d72b6562f9cdcf3b373e693253
+DIST gnome-online-miners-3.26.0.tar.xz 272576 BLAKE2B d87a83489be58f3f78a9245bcb08c28afafab47008fc1d042d8c4964cc8451e7c257055768db88f384c75546d48ea90c477223987e0add757a1a5c614ef5a2b7 SHA512 a116a16c1f8a56bddd3cbb238cfb007d776695446c516dd12811145853553c293a9c8880465238571f6081fc7b05e3e69c14c406cd8e6fa6ee570b4aa4b22435
 DIST gnome-online-miners-3.30.0.tar.xz 273700 BLAKE2B 146777d6fcdbb2e17ca360e515de6f373bf74063240c579a1e39c0083aad9b0d908754c78046713b027b1b062cf279e0dbe58d211d0341a0179b1d179aa77a2b SHA512 de1d9281978b985d777c1b4900128c6a3b83ef9d0c905b4441f9683a6a03de992ce921e8094d43b903e8547436db51aced91d93bd0cf74f7a385a1d5a5e8b726

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
new file mode 100644
index 00000000000..e174d047e6a
--- /dev/null
+++ b/net-misc/gnome-online-miners/gnome-online-miners-3.26.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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-2:=
+	>=dev-libs/glib-2.35.1:2
+	>=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts]
+	media-libs/grilo:0.3
+	>=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:0.3[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
+}


             reply	other threads:[~2019-03-31 10:14 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31 10:14 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-31 17:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/ Matt Turner
2022-06-21 14:02 Matt Turner
2022-06-21 14:02 Matt Turner
2022-05-20 18:13 Pacho Ramos
2022-02-08  4:45 Sam James
2021-12-31  3:42 Yixun Lan
2021-06-07  6:27 Georgy Yakovlev
2021-04-28 16:27 Matt Turner
2020-04-25 20:17 Mart Raudsepp
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-04-04 14:12 Mart Raudsepp
2019-08-05  2:05 Aaron Bauman
2019-05-18 23:05 Mart Raudsepp
2019-05-10 17:49 Mikle Kolyada
2019-05-08  9:33 Mikle Kolyada
2019-04-10 12:20 Mart Raudsepp
2019-04-09 21:09 Mikle Kolyada
2019-04-08  2:18 Thomas Deutschmann
2019-03-31  7:36 Mart Raudsepp
2019-03-18 13:36 Mart Raudsepp
2019-01-18 16:30 Mart Raudsepp
2018-02-03 23:17 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  2:53 Mikle Kolyada
2017-08-15  9:57 Gilles Dartiguelongue
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2016-11-01 23:58 Gilles Dartiguelongue
2016-11-01 23:58 Gilles Dartiguelongue
2016-09-09 22:55 Gilles Dartiguelongue
2016-09-09 22:55 Gilles Dartiguelongue
2016-07-03 11:42 Pacho Ramos
2016-07-02 14:47 Michał Górny
2015-12-30 10:24 Pacho Ramos
2015-12-30 10:24 Pacho Ramos
2015-09-07 21:55 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1554027243.9427f26f9dd93d6cc80624b1dfd66ca781bdbada.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox