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 C85071396D0 for ; Tue, 8 Aug 2017 12:32:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FE2E0CB9; Tue, 8 Aug 2017 12:32:58 +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 C7970E0CB9 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 A21E13419B3 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 2F61275D1 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: <1502195516.817cb352387a4e91489c47f22d59d1aa59eba0ca.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-52.2.0.ebuild www-client/firefox-bin/firefox-bin-52.3.0.ebuild www-client/firefox-bin/firefox-bin-55.0.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 817cb352387a4e91489c47f22d59d1aa59eba0ca 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: 0b9724ed-701b-4cba-a450-fe986afe3b60 X-Archives-Hash: 69013ab62f3cf1730ffa8082b3e6df60 commit: 817cb352387a4e91489c47f22d59d1aa59eba0ca Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 8 12:31:56 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 8 12:31:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817cb352 www-client/firefox-bin: Replace fdo-mime with xdg-utils. Package-Manager: Portage-2.3.6, Repoman-2.3.3 www-client/firefox-bin/firefox-bin-52.2.0.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-52.3.0.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-55.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-52.2.0.ebuild b/www-client/firefox-bin/firefox-bin-52.2.0.ebuild index 2d864ef84ce..3fb7e4771de 100644 --- a/www-client/firefox-bin/firefox-bin-52.2.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-52.2.0.ebuild @@ -24,7 +24,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" -inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins DESCRIPTION="Firefox Web Browser" SRC_URI="${SRC_URI} @@ -174,7 +174,7 @@ pkg_postinst() { use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/www-client/firefox-bin/firefox-bin-52.3.0.ebuild b/www-client/firefox-bin/firefox-bin-52.3.0.ebuild index 63712e923b1..7e64aae6521 100644 --- a/www-client/firefox-bin/firefox-bin-52.3.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-52.3.0.ebuild @@ -24,7 +24,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" -inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins DESCRIPTION="Firefox Web Browser" SRC_URI="${SRC_URI} @@ -174,7 +174,7 @@ pkg_postinst() { use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } diff --git a/www-client/firefox-bin/firefox-bin-55.0.ebuild b/www-client/firefox-bin/firefox-bin-55.0.ebuild index da78aea4869..899dbbd7515 100644 --- a/www-client/firefox-bin/firefox-bin-55.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-55.0.ebuild @@ -23,7 +23,7 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" -inherit eutils pax-utils fdo-mime gnome2-utils mozlinguas-v2 nsplugins +inherit eutils pax-utils xdg-utils gnome2-utils mozlinguas-v2 nsplugins DESCRIPTION="Firefox Web Browser" SRC_URI="${SRC_URI} @@ -173,7 +173,7 @@ pkg_postinst() { use pulseaudio || ewarn "USE=-pulseaudio : audio will not play without pulseaudio installed" # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update }