From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1209212-garchives=archives.gentoo.org@lists.gentoo.org>
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 9E36B138359
	for <garchives@archives.gentoo.org>; Thu, 24 Sep 2020 12:42:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B693DE0849;
	Thu, 24 Sep 2020 12:42:52 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 A0169E0849
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 12:42:52 +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 A0F23340D11
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 12:42:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E6207385
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 12:42:48 +0000 (UTC)
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1600951366.0bc2144770bbad7e929fc2e3cc68fe5e44931a34.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-client/vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild
X-VCS-Directories: www-client/vivaldi-snapshot/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 0bc2144770bbad7e929fc2e3cc68fe5e44931a34
X-VCS-Branch: master
Date: Thu, 24 Sep 2020 12:42:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 820f4a52-b0fd-4a19-bf89-4be873f21450
X-Archives-Hash: 49a62b250504239e8a561ac3470eadc9

commit:     0bc2144770bbad7e929fc2e3cc68fe5e44931a34
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 12:42:10 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 12:42:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc21447

www-client/vivaldi-snapshot: Use xdg.eclass magic

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild   | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild
index db3613b057e..0178e024525 100644
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-3.4.2049.2_p1.ebuild
@@ -8,7 +8,7 @@ CHROMIUM_LANGS="
 	lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th
 	tr uk vi zh-CN zh-TW
 "
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+inherit chromium-2 multilib unpacker toolchain-funcs xdg
 
 VIVALDI_HOME="opt/${PN}"
 DESCRIPTION="A browser for our friends"
@@ -104,13 +104,3 @@ src_install() {
 
 	fperms 4711 /${VIVALDI_HOME}/vivaldi-sandbox
 }
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-}