From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1597138335 for ; Fri, 15 Feb 2019 13:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8274E08FB; Fri, 15 Feb 2019 13:42:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9703E08FA for ; Fri, 15 Feb 2019 13:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C97335CDB for ; Fri, 15 Feb 2019 13:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56095546 for ; Fri, 15 Feb 2019 13:42:15 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550237899.bbc18bd814258d60143a17ecee38a7b745207123.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tracker-miners/tracker-miners-2.1.5.ebuild X-VCS-Directories: app-misc/tracker-miners/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bbc18bd814258d60143a17ecee38a7b745207123 X-VCS-Branch: master Date: Fri, 15 Feb 2019 13:42:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbea8682-d008-459c-9acd-b61f9f846c47 X-Archives-Hash: ad46076a499e1e93ff31b600efcb062b commit: bbc18bd814258d60143a17ecee38a7b745207123 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 15 13:13:36 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 15 13:38:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc18bd8 app-misc/tracker-miners: fix DESCRIPTION Forgot to update it before from a copy of tracker core Bug: https://bugs.gentoo.org/672308 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-misc/tracker-miners/tracker-miners-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/tracker-miners/tracker-miners-2.1.5.ebuild b/app-misc/tracker-miners/tracker-miners-2.1.5.ebuild index 3759fc10e2a..5cc68f9af1b 100644 --- a/app-misc/tracker-miners/tracker-miners-2.1.5.ebuild +++ b/app-misc/tracker-miners/tracker-miners-2.1.5.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg -DESCRIPTION="A tagging metadata database, search tool and indexer" +DESCRIPTION="Collection of data extractors for Tracker/Nepomuk" HOMEPAGE="https://wiki.gnome.org/Projects/Tracker" LICENSE="GPL-2+ LGPL-2.1+"