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] proj/gnome:master commit in: app-misc/tracker/
Date: Sat, 16 Feb 2019 21:08:45 +0000 (UTC)	[thread overview]
Message-ID: <1550350833.d5df318baa048e61c525dbc5579ff874ae72e7c0.leio@gentoo> (raw)

commit:     d5df318baa048e61c525dbc5579ff874ae72e7c0
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 21:00:33 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 21:00:33 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d5df318b

app-misc/tracker: remove, 2.1.7 available in ::gentoo

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-misc/tracker/metadata.xml         | 14 ------
 app-misc/tracker/tracker-2.0.4.ebuild | 87 -----------------------------------
 2 files changed, 101 deletions(-)

diff --git a/app-misc/tracker/metadata.xml b/app-misc/tracker/metadata.xml
deleted file mode 100644
index 406603e0..00000000
--- a/app-misc/tracker/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>gnome@gentoo.org</email>
-    <name>Gentoo GNOME Desktop</name>
-  </maintainer>
-  <use>
-    <flag name="stemmer">Add word stemming via <pkg>dev-libs/snowball-stemmer</pkg>.</flag>
-    <flag name="upower">Add word stemming via <pkg>dev-libs/snowball-stemmer</pkg>.</flag>
-    <flag name="unistring">Use <pkg>dev-libs/libunistring</pkg> as unicode
-    support library instead of <pkg>dev-libs/icu</pkg>.</flag>
-  </use>
-</pkgmetadata>

diff --git a/app-misc/tracker/tracker-2.0.4.ebuild b/app-misc/tracker/tracker-2.0.4.ebuild
deleted file mode 100644
index 5f89dcd3..00000000
--- a/app-misc/tracker/tracker-2.0.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit bash-completion-r1 gnome2 linux-info python-any-r1 virtualx
-
-DESCRIPTION="A tagging metadata database, search tool and indexer"
-HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0/2.0"
-IUSE="elibc_glibc networkmanager stemmer upower unistring test"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# glibc-2.12 needed for SCHED_IDLE (see bug #385003)
-RDEPEND="
-	>=dev-db/sqlite-3.20:=
-	>=dev-libs/glib-2.44:2
-	>=dev-libs/gobject-introspection-0.9.5:=
-	>=dev-libs/json-glib-1.0
-	>=dev-libs/libxml2-2.6:2
-	>=net-libs/libsoup-2.40:2.4
-	>=sys-apps/dbus-1.3.1
-	sys-apps/util-linux
-	elibc_glibc? ( >=sys-libs/glibc-2.12 )
-	networkmanager? ( >=net-misc/networkmanager-0.8 )
-	stemmer? ( dev-libs/snowball-stemmer )
-	unistring? ( dev-libs/libunistring )
-	!unistring? ( >=dev-libs/icu-4.8.1.1:= )
-	upower? ( >=sys-power/upower-0.9 )
-"
-DEPEND="${RDEPEND}
-	dev-util/gdbus-codegen
-	>=dev-util/gtk-doc-am-1.8
-	>=dev-util/intltool-0.40
-	>=sys-devel/gettext-0.17
-	virtual/pkgconfig
-	test? ( ${PYTHON_DEPS} )
-"
-RDEPEND="${RDEPEND}
-	!!gnome-extra/nautilus-tracker-tags
-"
-
-function inotify_enabled() {
-	if linux_config_exists; then
-		if ! linux_chkconfig_present INOTIFY_USER; then
-			ewarn "You should enable the INOTIFY support in your kernel."
-			ewarn "Check the 'Inotify support for userland' under the 'File systems'"
-			ewarn "option. It is marked as CONFIG_INOTIFY_USER in the config"
-			die 'missing CONFIG_INOTIFY'
-		fi
-	else
-		einfo "Could not check for INOTIFY support in your kernel."
-	fi
-}
-
-pkg_setup() {
-	linux-info_pkg_setup
-	inotify_enabled
-
-	python-any-r1_pkg_setup
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-static \
-		--enable-introspection \
-		--enable-journal \
-		--enable-tracker-fts \
-		--with-bash-completion-dir="$(get_bashcompdir)" \
-		$(use_enable networkmanager network-manager) \
-		$(use_enable stemmer libstemmer) \
-		$(use_enable test functional-tests) \
-		$(use_enable test unit-tests) \
-		$(use_enable upower upower) \
-		--with-unicode-support=$(usex unistring libunistring libicu) \
-		VALAC="$(type -P false)"
-}
-
-src_test() {
-	# G_MESSAGES_DEBUG, upstream bug #699401#c1
-	virtx emake check TESTS_ENVIRONMENT="dbus-run-session" G_MESSAGES_DEBUG="all"
-}


             reply	other threads:[~2019-02-16 21:08 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16 21:08 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-22 16:51 [gentoo-commits] proj/gnome:master commit in: app-misc/tracker/ Sobhan Mohammadpour
2018-04-21 18:44 Sobhan Mohammadpour
2016-04-08 20:47 Ole Reifschneider
2015-05-17 15:39 Gilles Dartiguelongue
2015-05-17 15:39 Gilles Dartiguelongue
2015-05-17 14:52 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-12-14 22:46 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-26 23:39 Gilles Dartiguelongue
2014-04-20 22:57 Gilles Dartiguelongue
2012-04-02  6:43 Alexandre Restovtsev
2012-03-15 15:44 Nirbheek Chauhan
2011-10-23  8:41 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-10-14 20:01 Alexandre Restovtsev
2011-10-11  6:40 Alexandre Restovtsev
2011-10-03 21:45 Alexandre Restovtsev
2011-10-02 23:03 Alexandre Restovtsev
2011-10-02 11:27 Alexandre Restovtsev
2011-10-02  8:20 Alexandre Restovtsev
2011-10-01 23:56 Alexandre Restovtsev
2011-10-01 19:04 Alexandre Restovtsev

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=1550350833.d5df318baa048e61c525dbc5579ff874ae72e7c0.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