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 766EC1396D0 for ; Tue, 8 Aug 2017 12:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D807AE0BEC; Tue, 8 Aug 2017 12:32:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B775AE0BEC for ; Tue, 8 Aug 2017 12:32:57 +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 CA34A3419B4 for ; Tue, 8 Aug 2017 12:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4342375EB for ; Tue, 8 Aug 2017 12:32:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1502195563.cd5e07a5708c609ba86df1f59f0c6e273a460d51.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild X-VCS-Directories: mail-client/thunderbird-bin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cd5e07a5708c609ba86df1f59f0c6e273a460d51 X-VCS-Branch: master Date: Tue, 8 Aug 2017 12:32:55 +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-Archives-Salt: 2bff3d6a-0153-49ba-a32e-c842b3b3a357 X-Archives-Hash: e07ed5918ba089dc1bb202da3c8d797f commit: cd5e07a5708c609ba86df1f59f0c6e273a460d51 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 8 12:32:43 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 8 12:32:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5e07a5 mail-client/thunderbird-bin: Replace fdo-mime with xdg-utils. Package-Manager: Portage-2.3.6, Repoman-2.3.3 mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild index a683ed39d90..99ff57ae770 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-52.2.0.ebuild @@ -25,7 +25,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_HTTP_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases" -inherit eutils multilib pax-utils fdo-mime gnome2-utils nsplugins mozlinguas-v2 +inherit eutils multilib pax-utils xdg-utils gnome2-utils nsplugins mozlinguas-v2 DESCRIPTION="Thunderbird Mail Client" SRC_URI="${SRC_URI} @@ -153,7 +153,7 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed"