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: Tue, 09 Jan 2018 01:30:13
Message-Id: 1515460761.9d279f2857dd797877cb2bbf649848d61f2bd203.leio@gentoo
1 commit: 9d279f2857dd797877cb2bbf649848d61f2bd203
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 01:05:15 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 01:19:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d279f28
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 | 2 --
13 .../nautilus-tracker-tags-1.10.5.ebuild | 41 ----------------------
14 .../nautilus-tracker-tags-1.12.2.ebuild | 41 ----------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/gnome-extra/nautilus-tracker-tags/Manifest b/gnome-extra/nautilus-tracker-tags/Manifest
18 index 3e528378df0..eb6b2102ea9 100644
19 --- a/gnome-extra/nautilus-tracker-tags/Manifest
20 +++ b/gnome-extra/nautilus-tracker-tags/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST tracker-1.10.5.tar.xz 5033992 BLAKE2B 294bc93f1cbcd65d5d877cbd75d96b7b520b810c5efa53d4ac36e2dde66dc07d1285ff951fda3d361ef03ae43a1945440d57ff29bc384282ecb9b079c1a26524 SHA512 e26f394681d0da28fb28536655f3c584de4aa7ce38c5a9762f81c9bfd21185d8df542b8d72ab337fb63ab91a1df9c733053fb6fa02cdffdc4edd873e0f70b800
23 -DIST tracker-1.12.2.tar.xz 5047740 BLAKE2B d514012195e0f0714387ac88757b789bd60843027885025f635b826f10812e56758ceb4578b9098eedb872ef71cba9e4109d39ba64bb4a677e067fa0451fc36f SHA512 32765d5a186b54e691b749af0be9a052d6edf367b759cd9236efb5af84e05e62301ca0d50303ca6d97b92b59e99a3934d3e6444701c07938638d5784f4155dec
24 DIST tracker-1.12.3.tar.xz 5053768 BLAKE2B e67054e8a9f61c7342ae05136aef20589efb59991b5222d046359f936eb1b1bd970d00ec21f3e749aeaa22df58115f89085197a0fd7abd910e1fbfcbea19211b SHA512 4c2155a295bc431740e52394885edfa2fd8487ef2f4b6749b9392a82ac355a440fb34381267a8793414fe750501fed7e1b1d0c5b06a766282513de78adde41d3
25 DIST tracker-1.12.4.tar.xz 5051884 BLAKE2B 99cc85fc4d49691eb0a73e4f1776d9971b5cbe5844478825e473137b4d7b13e2578065be497da57285abc2d3cf4c6d1ed1b077a01cd68dc093e18ddd7674c1f1 SHA512 e81af22733c7d80535c79e23a4b3edbbcf888eede1dff071d466518054e90d4c207af76bcb4d8c73dc20729ae2eab60444ca91ee7ae09e96c0da2fdab97752c1
26
27 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
28 deleted file mode 100644
29 index c3c94b391c3..00000000000
30 --- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.10.5.ebuild
31 +++ /dev/null
32 @@ -1,41 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -GNOME_ORG_MODULE="tracker"
38 -
39 -inherit gnome.org toolchain-funcs
40 -
41 -DESCRIPTION="Nautilus extension to tag files for Tracker"
42 -HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
47 -IUSE=""
48 -
49 -COMMON_DEPEND="
50 - ~app-misc/tracker-${PV}
51 - >=dev-libs/glib-2.44:2
52 - >=gnome-base/nautilus-2.90
53 - x11-libs/gtk+:3
54 -"
55 -RDEPEND="${COMMON_DEPEND}
56 - !<app-misc/tracker-0.12.5-r1[nautilus]
57 -"
58 -# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
59 -DEPEND="${COMMON_DEPEND}"
60 -
61 -S="${S}/src/plugins/nautilus"
62 -
63 -pkg_setup() {
64 - tc-export CC
65 - export TRACKER_API=1.0
66 -}
67 -
68 -src_prepare() {
69 - default
70 - cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed"
71 - # config.h is not used, but is included in every source file...
72 - sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"
73 -}
74
75 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
76 deleted file mode 100644
77 index 43327e4aa8f..00000000000
78 --- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.12.2.ebuild
79 +++ /dev/null
80 @@ -1,41 +0,0 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -GNOME_ORG_MODULE="tracker"
86 -
87 -inherit gnome.org toolchain-funcs
88 -
89 -DESCRIPTION="Nautilus extension to tag files for Tracker"
90 -HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
95 -IUSE=""
96 -
97 -COMMON_DEPEND="
98 - ~app-misc/tracker-${PV}
99 - >=dev-libs/glib-2.44:2
100 - >=gnome-base/nautilus-2.90
101 - x11-libs/gtk+:3
102 -"
103 -RDEPEND="${COMMON_DEPEND}
104 - !<app-misc/tracker-0.12.5-r1[nautilus]
105 -"
106 -# Before tracker-0.12.5-r1, nautilus-tracker-tags was part of tracker
107 -DEPEND="${COMMON_DEPEND}"
108 -
109 -S="${S}/src/plugins/nautilus"
110 -
111 -pkg_setup() {
112 - tc-export CC
113 - export TRACKER_API=1.0
114 -}
115 -
116 -src_prepare() {
117 - default
118 - cp "${FILESDIR}/0.12.5-Makefile" Makefile || die "cp failed"
119 - # config.h is not used, but is included in every source file...
120 - sed -e 's:#include "config.h"::' -i *.c *.h || die "sed failed"
121 -}