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: gnome-extra/nautilus-tracker-tags/
Date: Tue,  9 Jan 2018 01:19:55 +0000 (UTC)	[thread overview]
Message-ID: <1515460761.9d279f2857dd797877cb2bbf649848d61f2bd203.leio@gentoo> (raw)

commit:     9d279f2857dd797877cb2bbf649848d61f2bd203
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 01:05:15 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 01:19:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d279f28

gnome-extra/nautilus-tracker-tags: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/nautilus-tracker-tags/Manifest         |  2 --
 .../nautilus-tracker-tags-1.10.5.ebuild            | 41 ----------------------
 .../nautilus-tracker-tags-1.12.2.ebuild            | 41 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/gnome-extra/nautilus-tracker-tags/Manifest b/gnome-extra/nautilus-tracker-tags/Manifest
index 3e528378df0..eb6b2102ea9 100644
--- a/gnome-extra/nautilus-tracker-tags/Manifest
+++ b/gnome-extra/nautilus-tracker-tags/Manifest
@@ -1,4 +1,2 @@
-DIST tracker-1.10.5.tar.xz 5033992 BLAKE2B 294bc93f1cbcd65d5d877cbd75d96b7b520b810c5efa53d4ac36e2dde66dc07d1285ff951fda3d361ef03ae43a1945440d57ff29bc384282ecb9b079c1a26524 SHA512 e26f394681d0da28fb28536655f3c584de4aa7ce38c5a9762f81c9bfd21185d8df542b8d72ab337fb63ab91a1df9c733053fb6fa02cdffdc4edd873e0f70b800
-DIST tracker-1.12.2.tar.xz 5047740 BLAKE2B d514012195e0f0714387ac88757b789bd60843027885025f635b826f10812e56758ceb4578b9098eedb872ef71cba9e4109d39ba64bb4a677e067fa0451fc36f SHA512 32765d5a186b54e691b749af0be9a052d6edf367b759cd9236efb5af84e05e62301ca0d50303ca6d97b92b59e99a3934d3e6444701c07938638d5784f4155dec
 DIST tracker-1.12.3.tar.xz 5053768 BLAKE2B e67054e8a9f61c7342ae05136aef20589efb59991b5222d046359f936eb1b1bd970d00ec21f3e749aeaa22df58115f89085197a0fd7abd910e1fbfcbea19211b SHA512 4c2155a295bc431740e52394885edfa2fd8487ef2f4b6749b9392a82ac355a440fb34381267a8793414fe750501fed7e1b1d0c5b06a766282513de78adde41d3
 DIST tracker-1.12.4.tar.xz 5051884 BLAKE2B 99cc85fc4d49691eb0a73e4f1776d9971b5cbe5844478825e473137b4d7b13e2578065be497da57285abc2d3cf4c6d1ed1b077a01cd68dc093e18ddd7674c1f1 SHA512 e81af22733c7d80535c79e23a4b3edbbcf888eede1dff071d466518054e90d4c207af76bcb4d8c73dc20729ae2eab60444ca91ee7ae09e96c0da2fdab97752c1

diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.10.5.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.10.5.ebuild
deleted file mode 100644
index c3c94b391c3..00000000000
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.10.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="tracker"
-
-inherit gnome.org toolchain-funcs
-
-DESCRIPTION="Nautilus extension to tag files for Tracker"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-COMMON_DEPEND="
-	~app-misc/tracker-${PV}
-	>=dev-libs/glib-2.44:2
-	>=gnome-base/nautilus-2.90
-	x11-libs/gtk+:3
-"
-RDEPEND="${COMMON_DEPEND}
-	!<app-misc/tracker-0.12.5-r1[nautilus]
-"
-# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
-DEPEND="${COMMON_DEPEND}"
-
-S="${S}/src/plugins/nautilus"
-
-pkg_setup() {
-	tc-export CC
-	export TRACKER_API=1.0
-}
-
-src_prepare() {
-	default
-	cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed"
-	# config.h is not used, but is included in every source file...
-	sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"
-}

diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.2.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.2.ebuild
deleted file mode 100644
index 43327e4aa8f..00000000000
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_ORG_MODULE="tracker"
-
-inherit gnome.org toolchain-funcs
-
-DESCRIPTION="Nautilus extension to tag files for Tracker"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	~app-misc/tracker-${PV}
-	>=dev-libs/glib-2.44:2
-	>=gnome-base/nautilus-2.90
-	x11-libs/gtk+:3
-"
-RDEPEND="${COMMON_DEPEND}
-	!<app-misc/tracker-0.12.5-r1[nautilus]
-"
-# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
-DEPEND="${COMMON_DEPEND}"
-
-S="${S}/src/plugins/nautilus"
-
-pkg_setup() {
-	tc-export CC
-	export TRACKER_API=1.0
-}
-
-src_prepare() {
-	default
-	cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed"
-	# config.h is not used, but is included in every source file...
-	sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"
-}


             reply	other threads:[~2018-01-09  1:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09  1:19 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-01-27  9:57 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-tracker-tags/ Mart Raudsepp
2018-01-18  2:08 Mikle Kolyada
2018-01-09  1:19 Mart Raudsepp
2017-12-14 22:51 Agostino Sarubbo
2017-10-15 23:03 Thomas Deutschmann
2017-09-02 10:09 Gilles Dartiguelongue
2017-08-15  9:57 Gilles Dartiguelongue
2017-07-19 11:36 Alexis Ballier
2017-03-23  4:55 Mart Raudsepp
2017-02-15 17:28 Mart Raudsepp
2017-01-21 20:05 Pacho Ramos
2017-01-15 16:44 Pacho Ramos
2016-12-09 11:39 Pacho Ramos
2016-12-09 11:39 Pacho Ramos
2016-11-01 23:58 Gilles Dartiguelongue
2016-11-01 23:58 Gilles Dartiguelongue
2016-06-24 20:44 Pacho Ramos
2016-06-24 20:44 Pacho Ramos
2016-06-24 20:44 Pacho Ramos
2016-04-03 12:42 Pacho Ramos
2016-04-03 12:42 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-09-07 16:24 Mikle Kolyada
2015-08-23 17:09 Gilles Dartiguelongue
2015-08-23 17:09 Gilles Dartiguelongue

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=1515460761.9d279f2857dd797877cb2bbf649848d61f2bd203.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