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 42D55138334 for ; Sun, 30 Jun 2019 19:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 823FFE088C; Sun, 30 Jun 2019 19:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 66047E088C for ; Sun, 30 Jun 2019 19:15:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D7C834684A for ; Sun, 30 Jun 2019 19:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1826D62C for ; Sun, 30 Jun 2019 19:15:03 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1561922093.2bc4d6717f91ee89bc6860ee3f5974e4170d467e.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.6.1.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2bc4d6717f91ee89bc6860ee3f5974e4170d467e X-VCS-Branch: master Date: Sun, 30 Jun 2019 19:15:03 +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: 0d6e2cae-90e0-4b59-9fa2-0172138518ac X-Archives-Hash: e50294b33cda16ab2283816c72b70090 commit: 2bc4d6717f91ee89bc6860ee3f5974e4170d467e Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 30 19:14:32 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 30 19:14:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc4d671 sci-visualization/paraview: use xdg-utils instead of gnome2-utils Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> sci-visualization/paraview/paraview-5.6.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.6.1.ebuild b/sci-visualization/paraview/paraview-5.6.1.ebuild index a1cc1d76516..9a1a2b03d21 100644 --- a/sci-visualization/paraview/paraview-5.6.1.ebuild +++ b/sci-visualization/paraview/paraview-5.6.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -inherit cmake-utils desktop gnome2-utils python-single-r1 toolchain-funcs +inherit cmake-utils desktop python-single-r1 toolchain-funcs xdg-utils MAIN_PV=$(ver_cut 0-1) MAJOR_PV=$(ver_cut 1-2) @@ -304,9 +304,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }