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 10EE4138334 for ; Sun, 24 Feb 2019 22:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F7BE097A; Sun, 24 Feb 2019 22:32:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9CBDE097A for ; Sun, 24 Feb 2019 22:32:12 +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 CA52234081F for ; Sun, 24 Feb 2019 22:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA43525 for ; Sun, 24 Feb 2019 22:32:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551047508.c682c4e7cebd95396e40d89aab5a5c26948abe85.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/referencer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/referencer/referencer-1.2.2.ebuild X-VCS-Directories: app-text/referencer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c682c4e7cebd95396e40d89aab5a5c26948abe85 X-VCS-Branch: master Date: Sun, 24 Feb 2019 22:32:09 +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: 7754b1d5-9aaa-4ea6-bd89-044cb754cd6c X-Archives-Hash: 662f1e51da5efb1751d86f81fa4f53c8 commit: c682c4e7cebd95396e40d89aab5a5c26948abe85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 24 22:29:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 24 22:31:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c682c4e7 app-text/referencer: Revert "Add USE test, missing ${PYTHON_REQUIRED_USE}" This reverts commit f6b0122795047cf8f68a69d6e02a29771d50cc6e. Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/referencer/referencer-1.2.2.ebuild | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/app-text/referencer/referencer-1.2.2.ebuild b/app-text/referencer/referencer-1.2.2.ebuild index 6ab87015655..06a5922851d 100644 --- a/app-text/referencer/referencer-1.2.2.ebuild +++ b/app-text/referencer/referencer-1.2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit xdg python-single-r1 flag-o-matic +inherit xdg-utils eutils python-single-r1 flag-o-matic DESCRIPTION="Application to organise documents or references, and to generate BibTeX files" HOMEPAGE="https://launchpad.net/referencer" @@ -13,16 +13,15 @@ SRC_URI="https://launchpad.net/${PN}/1./${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="~amd64 ~x86" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=app-text/poppler-0.12.3-r3[cairo] - >=dev-cpp/gtkmm-2.8:2.4 + >=dev-cpp/gtkmm-2.8:* >=dev-cpp/libglademm-2.6.0 >=dev-cpp/gconfmm-2.14.0 - >=dev-libs/boost-1.52.0-r4:=" + >=dev-libs/boost-1.52.0-r4" DEPEND=" ${RDEPEND} @@ -31,10 +30,7 @@ DEPEND=" >=dev-lang/perl-5.8.1 dev-perl/libxml-perl dev-util/intltool - app-text/rarian - test? ( app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xml-dtd:4.5 - app-text/scrollkeeper-dtd:1.0 )" + app-text/rarian" PATCHES=( ${FILESDIR}/${PN}-${PV}-lib_path.patch ) @@ -49,3 +45,13 @@ src_configure() { --disable-update-mime-database \ --enable-python } + +pkg_postinst() { + xdg_mimeinfo_database_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_mimeinfo_database_update + xdg_desktop_database_update +}