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 80ECE138350 for ; Thu, 9 Apr 2020 18:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74138E08F2; Thu, 9 Apr 2020 18:06:29 +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 582D8E08F2 for ; Thu, 9 Apr 2020 18:06:28 +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 CA8D334F02B for ; Thu, 9 Apr 2020 18:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB769154 for ; Thu, 9 Apr 2020 18:06:25 +0000 (UTC) From: "Michael Egger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Egger" Message-ID: <1586455496.7a531f3a3be2ce93b52f885da5a25348330ebcd9.MichaelEgger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/insomnia-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild X-VCS-Directories: dev-util/insomnia-bin/ X-VCS-Committer: MichaelEgger X-VCS-Committer-Name: Michael Egger X-VCS-Revision: 7a531f3a3be2ce93b52f885da5a25348330ebcd9 X-VCS-Branch: dev Date: Thu, 9 Apr 2020 18:06:25 +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: ad19b10c-354e-4f51-b21b-0d9c5d4ff399 X-Archives-Hash: 72fc0aa8301170d45bc8bd331c071cbe commit: 7a531f3a3be2ce93b52f885da5a25348330ebcd9 Author: Michael Egger tsn at> AuthorDate: Thu Apr 9 18:04:56 2020 +0000 Commit: Michael Egger tsn at> CommitDate: Thu Apr 9 18:04:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a531f3a dev-util/insomnia-bin: inherit from xdg instead of xdg-utils Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Michael Egger tsn.at> dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild b/dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild index 009092f..d85a153 100644 --- a/dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild +++ b/dev-util/insomnia-bin/insomnia-bin-7.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN="${PN/-bin/}" -inherit desktop pax-utils unpacker xdg-utils +inherit desktop pax-utils unpacker xdg DESCRIPTION="HTTP and GraphQL client for developers" HOMEPAGE="https://insomnia.rest" @@ -76,14 +76,4 @@ src_install() { dosym ../Insomnia/insomnia opt/bin/insomnia pax-mark -m "${ED}"/opt/Insomnia/insomnia -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} +} \ No newline at end of file