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 D2911138334 for ; Sun, 28 Apr 2019 23:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F44BE081A; Sun, 28 Apr 2019 23:45:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 36603E081A for ; Sun, 28 Apr 2019 23:45:45 +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 732ED342C0F for ; Sun, 28 Apr 2019 23:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE7C5CA for ; Sun, 28 Apr 2019 23:45:41 +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: <1556495120.f255c6db66e04ee781220591bd87c8c0d7693f31.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kchmviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kchmviewer/kchmviewer-7.7-r1.ebuild X-VCS-Directories: app-text/kchmviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f255c6db66e04ee781220591bd87c8c0d7693f31 X-VCS-Branch: master Date: Sun, 28 Apr 2019 23:45:41 +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: d4c5fb66-04b9-443d-9613-b30ac29c34b3 X-Archives-Hash: 914d5ea15cad7f92e97c7a1a6272e9af commit: f255c6db66e04ee781220591bd87c8c0d7693f31 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 28 22:43:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 23:45:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f255c6db app-text/kchmviewer: EAPI-7 bump, eutils -> desktop eclass Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild index f9d3ca256aa..f38835061d7 100644 --- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild +++ b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils qmake-utils xdg-utils +inherit desktop qmake-utils xdg-utils DESCRIPTION="Feature rich chm file viewer, based on Qt" HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND=" +DEPEND=" dev-libs/chmlib dev-libs/libzip:= dev-qt/qtcore:5 @@ -26,7 +26,7 @@ RDEPEND=" dev-qt/qtwidgets:5 dev-qt/qtxml:5 " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-force-qtwebkit.patch" @@ -43,11 +43,3 @@ src_install() { dobin bin/kchmviewer domenu packages/kchmviewer.desktop } - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}