From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-tracker-tags/
Date: Sun, 3 Apr 2016 12:42:06 +0000 (UTC) [thread overview]
Message-ID: <1459687284.8041a9848c392b79a7f9f384f318c1590c53b05a.pacho@gentoo> (raw)
commit: 8041a9848c392b79a7f9f384f318c1590c53b05a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 11:58:57 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 12:41:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8041a984
gnome-extra/nautilus-tracker-tags: Drop old
Package-Manager: portage-2.2.28
| 2 --
.../nautilus-tracker-tags-1.4.1.ebuild | 41 ----------------------
.../nautilus-tracker-tags-1.6.0.ebuild | 41 ----------------------
3 files changed, 84 deletions(-)
--git a/gnome-extra/nautilus-tracker-tags/Manifest b/gnome-extra/nautilus-tracker-tags/Manifest
index a76151f..c974a58 100644
--- a/gnome-extra/nautilus-tracker-tags/Manifest
+++ b/gnome-extra/nautilus-tracker-tags/Manifest
@@ -1,3 +1 @@
-DIST tracker-1.4.1.tar.xz 5937232 SHA256 94ecf25a64f4502664e0c45ec25dae0a91f00ad893fb85dd1c2ffe336563e328 SHA512 f9be6e88af4b41e990b10bb9ed1e56acf7dfa3f45d2698cdd9168cf9d98b232ea78c82a3c6e0b7026a4a08e06ce65c1d28ae125ef98e4e0c1edc9a131c4ab7cb WHIRLPOOL e11debc1df001eb8af581fae85136601891c8644710fe2f65c6d80d4ab5eba099291ce9941938494414084bc83384822bdb122523104dbb5201e0f52e05b0534
-DIST tracker-1.6.0.tar.xz 4929004 SHA256 7e2729627224f43f8cd99c18d027a3b984e049fe924a265a9b31857566c9e28a SHA512 7dfb173cfd9121c34e637b85328b0c5bb7884d71696058a37f86ca3ee1539ce8600abb69172df9cf54b43f8b2b9e62a0acaa6a3c92b097fc3d31e2190450a674 WHIRLPOOL cb51aa3b00abe804cec77ed5d8d4da0485bec1b2aedb4465eaf4b652277740ee125ad1a5d3e707ab2ed1766134fda1b427f0de1140aef7375b824c3295ee834c
DIST tracker-1.6.1.tar.xz 4905544 SHA256 653ed73f4f454b836df56bec1f1141c7a8d77cbeba97ea1e38df9f60a5f0c1ed SHA512 f3002576164cc4ba60b9c2f19bd301be7c1a9ef187216a7e1366d52ed0925f6d9fb29d2527d4bc5a88eb75314765de26621d5183741ecb9f21eb988a19d3f0ae WHIRLPOOL c3a8a9840528949799be58c212a493e3319e6ad25830ff286d8bf47c13acbbbcf573287bd633cb9ca6b24e907c3bd0491c60c23d8f50f92f2898b022c689048c
diff --git a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.1.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.1.ebuild
deleted file mode 100644
index c5784a9..0000000
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-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 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-COMMON_DEPEND="
- ~app-misc/tracker-${PV}
- >=dev-libs/glib-2.38: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() {
- 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.6.0.ebuild b/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.6.0.ebuild
deleted file mode 100644
index 5bd4bcc..0000000
--- a/gnome-extra/nautilus-tracker-tags/nautilus-tracker-tags-1.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- ~app-misc/tracker-${PV}
- >=dev-libs/glib-2.38: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() {
- 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"
-}
next reply other threads:[~2016-04-03 12:42 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 12:42 Pacho Ramos [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
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
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=1459687284.8041a9848c392b79a7f9f384f318c1590c53b05a.pacho@gentoo \
--to=pacho@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