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 6BF59138334 for ; Mon, 10 Jun 2019 19:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BDCE0829; Mon, 10 Jun 2019 19:51:20 +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 7CE60E0829 for ; Mon, 10 Jun 2019 19:51:20 +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 9268A345C2F for ; Mon, 10 Jun 2019 19:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BEC4616 for ; Mon, 10 Jun 2019 19:51:18 +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: <1560196253.5c2065be33c1154fbef2b55f9e7d9383b6872af7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.79b-r1.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5c2065be33c1154fbef2b55f9e7d9383b6872af7 X-VCS-Branch: master Date: Mon, 10 Jun 2019 19:51:18 +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: e16c58bb-13d5-4af7-a944-cbb3517fed8f X-Archives-Hash: a6bab7e927efbb87aa3713fc4a1d53c7 commit: 5c2065be33c1154fbef2b55f9e7d9383b6872af7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 10 18:18:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 10 19:50:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2065be media-gfx/blender: gnome2-utils -> xdg-utils Minor modernisation. Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/blender/blender-2.79b-r1.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-gfx/blender/blender-2.79b-r1.ebuild b/media-gfx/blender/blender-2.79b-r1.ebuild index 4e307518c21..147bcd56b0d 100644 --- a/media-gfx/blender/blender-2.79b-r1.ebuild +++ b/media-gfx/blender/blender-2.79b-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{3_5,3_6} ) -inherit check-reqs cmake-utils xdg-utils flag-o-matic gnome2-utils \ +inherit check-reqs cmake-utils xdg-utils flag-o-matic xdg-utils \ pax-utils python-single-r1 toolchain-funcs eapi7-ver DESCRIPTION="3D Creation/Animation/Publishing System" @@ -256,10 +256,6 @@ src_install() { python_optimize "${ED%/}/usr/share/blender/${MY_PV}/scripts" } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { elog elog "Blender uses python integration. As such, may have some" @@ -277,12 +273,12 @@ pkg_postinst() { ewarn "If you are concerned about security, file a bug upstream:" ewarn " https://developer.blender.org/" ewarn - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_mimeinfo_database_update ewarn ""