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 D586D138359 for ; Sun, 19 Jul 2020 11:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7E7E07F1; Sun, 19 Jul 2020 11:43:34 +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 7C0D0E07F1 for ; Sun, 19 Jul 2020 11:43:34 +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 4830034F423 for ; Sun, 19 Jul 2020 11:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B30C42A8 for ; Sun, 19 Jul 2020 11:43:30 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1595158959.bf3c8123e809dd330124393d666e4737d0e274ac.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild net-p2p/nicotine+/nicotine+-2.0.1.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: bf3c8123e809dd330124393d666e4737d0e274ac X-VCS-Branch: master Date: Sun, 19 Jul 2020 11:43:30 +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: 1a47c4e8-a555-43c0-8303-a274e9c0ba91 X-Archives-Hash: 48fb6e9781e7b31068cf8f01d447c5b0 commit: bf3c8123e809dd330124393d666e4737d0e274ac Author: Piotr Karbowski gentoo org> AuthorDate: Sun Jul 19 11:42:39 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sun Jul 19 11:42:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3c8123 net-p2p/nicotine+: 2.0.1-r1: py37 added; xdg_icon_cache_update in postrm added. Signed-off-by: Piotr Karbowski gentoo.org> .../nicotine+/{nicotine+-2.0.1.ebuild => nicotine+-2.0.1-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild similarity index 91% rename from net-p2p/nicotine+/nicotine+-2.0.1.ebuild rename to net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild index ac77a1b3f00..301bedcae81 100644 --- a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild +++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 xdg-utils @@ -35,3 +35,7 @@ src_install() { pkg_postinst() { xdg_icon_cache_update } + +pkg_postrm() { + xdg_icon_cache_update +}