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 080D41396D1 for ; Tue, 8 Aug 2017 12:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D931E0BE7; Tue, 8 Aug 2017 12:30:35 +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 2BAA1E0BE7 for ; Tue, 8 Aug 2017 12:30:35 +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 473643419B5 for ; Tue, 8 Aug 2017 12:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADAC975D1 for ; Tue, 8 Aug 2017 12:30:32 +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: <1502195392.e4cdc9ed938aaba2c365cb08b8f25182f9b6a3d2.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-52.3.0.ebuild www-client/firefox/firefox-55.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e4cdc9ed938aaba2c365cb08b8f25182f9b6a3d2 X-VCS-Branch: master Date: Tue, 8 Aug 2017 12:30:32 +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: f887e09c-0872-44e6-85c2-3d659adce371 X-Archives-Hash: e99c034a9d4e5eae9e7b8ec8c7e340ec commit: e4cdc9ed938aaba2c365cb08b8f25182f9b6a3d2 Author: Lars Wendler gentoo org> AuthorDate: Tue Aug 8 12:29:52 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Aug 8 12:29:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e4cdc9ed firefox: Replace fdo-mime with xdg-utils. www-client/firefox/firefox-52.3.0.ebuild | 4 ++-- www-client/firefox/firefox-55.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-52.3.0.ebuild b/www-client/firefox/firefox-52.3.0.ebuild index 47251cf..c8eb336 100644 --- a/www-client/firefox/firefox-52.3.0.ebuild +++ b/www-client/firefox/firefox-52.3.0.ebuild @@ -30,7 +30,7 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_GTK2ONLY=1 MOZCONFIG_OPTIONAL_WIFI=1 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils fdo-mime autotools virtualx mozlinguas-v2 +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils xdg-utils autotools virtualx mozlinguas-v2 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -382,7 +382,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! use gmp-autoupdate ; then diff --git a/www-client/firefox/firefox-55.0.ebuild b/www-client/firefox/firefox-55.0.ebuild index a670672..60e5112 100644 --- a/www-client/firefox/firefox-55.0.ebuild +++ b/www-client/firefox/firefox-55.0.ebuild @@ -29,7 +29,7 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_WIFI=1 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.55 pax-utils fdo-mime autotools virtualx mozlinguas-v2 +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.55 pax-utils xdg-utils autotools virtualx mozlinguas-v2 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -372,7 +372,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update if ! use gmp-autoupdate ; then