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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAA2015800D for ; Thu, 6 Jul 2023 18:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2785E0784; Thu, 6 Jul 2023 18:48:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8EE5E0784 for ; Thu, 6 Jul 2023 18:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD00B341008 for ; Thu, 6 Jul 2023 18:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 258AF119 for ; Thu, 6 Jul 2023 18:48:34 +0000 (UTC) From: "Victor Skovorodnikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Victor Skovorodnikov" Message-ID: <1688669111.e158e6bda4c7f9b6e67cc1774bbe4e8f7f481979.victor3.14@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: victor3.14 X-VCS-Committer-Name: Victor Skovorodnikov X-VCS-Revision: e158e6bda4c7f9b6e67cc1774bbe4e8f7f481979 X-VCS-Branch: dev Date: Thu, 6 Jul 2023 18:48:34 +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: 4b5f63be-b266-4de2-b81b-3ce888065df3 X-Archives-Hash: 7f1ac79b1ac209439d711b51cdfc75f4 commit: e158e6bda4c7f9b6e67cc1774bbe4e8f7f481979 Author: Victor Skovorodnikov yandex com> AuthorDate: Thu Jul 6 18:45:11 2023 +0000 Commit: Victor Skovorodnikov yandex com> CommitDate: Thu Jul 6 18:45:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e158e6bd net-p2p/dogecoin-qt: Signed-off-by: Victor Skovorodnikov yandex.com> removing xdg_desktop_database_update ... net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild index 3ec063f84..ba8e85bb7 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -84,7 +84,6 @@ src_install() { } pkg_postinst() { - xdg_desktop_database_update elog "Dogecoin Core Qt ${PV} has been installed." elog "Dogecoin Core Qt binaries have been placed in ${DOGEDIR}/bin." elog "${PN} has been symlinked with /usr/bin/${PN}."