Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-tracker-tags/
Date: Sat, 27 Jan 2018 09:57:41
Message-Id: 1517047050.83beedc35848318e4f32f653305f44924b0842b7.leio@gentoo
1 commit: 83beedc35848318e4f32f653305f44924b0842b7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 09:57:00 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 09:57:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83beedc3
7
8 gnome-extra/nautilus-tracker-tags: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-extra/nautilus-tracker-tags/Manifest | 1 -
13 .../nautilus-tracker-tags-1.12.3.ebuild | 41 ----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/gnome-extra/nautilus-tracker-tags/Manifest b/gnome-extra/nautilus-tracker-tags/Manifest
17 index eb6b2102ea9..c19d1c5b7f5 100644
18 --- a/gnome-extra/nautilus-tracker-tags/Manifest
19 +++ b/gnome-extra/nautilus-tracker-tags/Manifest
20 @@ -1,2 +1 @@
21 -DIST tracker-1.12.3.tar.xz 5053768 BLAKE2B e67054e8a9f61c7342ae05136aef20589efb59991b5222d046359f936eb1b1bd970d00ec21f3e749aeaa22df58115f89085197a0fd7abd910e1fbfcbea19211b SHA512 4c2155a295bc431740e52394885edfa2fd8487ef2f4b6749b9392a82ac355a440fb34381267a8793414fe750501fed7e1b1d0c5b06a766282513de78adde41d3
22 DIST tracker-1.12.4.tar.xz 5051884 BLAKE2B 99cc85fc4d49691eb0a73e4f1776d9971b5cbe5844478825e473137b4d7b13e2578065be497da57285abc2d3cf4c6d1ed1b077a01cd68dc093e18ddd7674c1f1 SHA512 e81af22733c7d80535c79e23a4b3edbbcf888eede1dff071d466518054e90d4c207af76bcb4d8c73dc20729ae2eab60444ca91ee7ae09e96c0da2fdab97752c1
23
24 diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.3.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.3.ebuild
25 deleted file mode 100644
26 index c3c94b391c3..00000000000
27 --- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.3.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME_ORG_MODULE="tracker"
35 -
36 -inherit gnome.org toolchain-funcs
37 -
38 -DESCRIPTION="Nautilus extension to tag files for Tracker"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
44 -IUSE=""
45 -
46 -COMMON_DEPEND="
47 - ~app-misc/tracker-${PV}
48 - >=dev-libs/glib-2.44:2
49 - >=gnome-base/nautilus-2.90
50 - x11-libs/gtk+:3
51 -"
52 -RDEPEND="${COMMON_DEPEND}
53 - !<app-misc/tracker-0.12.5-r1[nautilus]
54 -"
55 -# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
56 -DEPEND="${COMMON_DEPEND}"
57 -
58 -S="${S}/src/plugins/nautilus"
59 -
60 -pkg_setup() {
61 - tc-export CC
62 - export TRACKER_API=1.0
63 -}
64 -
65 -src_prepare() {
66 - default
67 - cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed"
68 - # config.h is not used, but is included in every source file...
69 - sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"
70 -}