public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/
Date: Tue,  1 Nov 2016 23:58:26 +0000 (UTC)	[thread overview]
Message-ID: <1478044684.8709d1c46c95923277741dce02691f50748946f4.eva@gentoo> (raw)

commit:     8709d1c46c95923277741dce02691f50748946f4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 22:55:53 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 23:58:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8709d1c4

net-misc/gnome-online-miners: cleanup old revisions

Package-Manager: portage-2.3.2

 net-misc/gnome-online-miners/Manifest              |  2 --
 .../gnome-online-miners-3.14.3-r2.ebuild           | 42 ----------------------
 .../gnome-online-miners-3.20.0.ebuild              | 40 ---------------------
 3 files changed, 84 deletions(-)

diff --git a/net-misc/gnome-online-miners/Manifest b/net-misc/gnome-online-miners/Manifest
index ac31769..b163c1f 100644
--- a/net-misc/gnome-online-miners/Manifest
+++ b/net-misc/gnome-online-miners/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-online-miners-3.14.3.tar.xz 258488 SHA256 907f0c1d2f4fcb762be9e3992d05bcc39d292d9c1246c2aca2b293b04c59ba7d SHA512 0ee3335a3a61b9976448d1cd01e4272d74a6690fc85360e4c16a743862fbfb9e1480e9d71beb0b0544c24ca92b0a968439a11447e13df4da54e8ec7430451774 WHIRLPOOL 30bcdbce850752989248497700c8b1bed60646c21e64e8991a8afb71e7ede9a58adb9066cb0c5bf5b50775a53081b2c334e70b31d10d1c9cf93a179d28791aef
-DIST gnome-online-miners-3.20.0.tar.xz 270364 SHA256 f46dac7743283385d2aeea588eeead216274d9f365e323b90f586de982336e36 SHA512 875c27a5c96a29a10cb61d537a1973c56d29dd556e2df12e06ba62824ab8238ad56642d216e074c620e2bc5cd2f5a42fbd9a30bbb85a97a929c7ab254366ca10 WHIRLPOOL 14c21069402a9edb0d5c130e9dc73e8275a77662297d30580919317edfb904532044291b3bda9e88b8cb64db847b7e936d1a0f7accd7d9620c8ebd116fd5c3d6
 DIST gnome-online-miners-3.20.1.tar.xz 271072 SHA256 fd67b9abad6233689a921d84dbe583a8b89d5ade7f1b5d2f348493888baa3429 SHA512 1a9764c8452127493a4917f8fe73c73a3473ebc88aae60ad53475b5857db5631856ee33ff95d94f41654163cf136e6d4a60d553c8adfa12554a3d654325e34e2 WHIRLPOOL aa8ccfb328ae77a492ed7080eb6c3ead07395f9c261ba6fd85e186a599d6a24272762d432eda6d2de36ad1f231da004fd73b569f54dd866fcab9680f512cb7f4
 DIST gnome-online-miners-3.22.0.tar.xz 272832 SHA256 bf51666866527b236d980fa3a0d036581a85987c59d604566ccb3ad685dd8bb8 SHA512 91fafb41523b239fae6dda6dbbf0a1c64dba6089f70b2336574604c996c2e09e1f64445621c170ec70a98736362633443aea5ed7028cd8347d9beaaeb7f4aed4 WHIRLPOOL d79936770c0ad4b51ce59f078531f212fa54d06e368b3ecea547d886617cf69b21a9e78bea902da303d0d5a4c49dc289856d5b1f751eacc9927e6a8590767395

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r2.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r2.ebuild
deleted file mode 100644
index d360fb3..00000000
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.14.3-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 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=[crypt,gnome-online-accounts]
-	>=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:0.2[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
-}

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.20.0.ebuild b/net-misc/gnome-online-miners/gnome-online-miners-3.20.0.ebuild
deleted file mode 100644
index 723cdc3..00000000
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.20.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-1:0=
-	>=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:[~2016-11-01 23:58 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 23:58 Gilles Dartiguelongue [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 10:14 Mart Raudsepp
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-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=1478044684.8709d1c46c95923277741dce02691f50748946f4.eva@gentoo \
    --to=eva@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