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 32C631382C5 for ; Sun, 8 Apr 2018 11:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDD0BE09C1; Sun, 8 Apr 2018 11:00:27 +0000 (UTC) Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (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 4BE3EE0826; Sun, 8 Apr 2018 11:00:27 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1523185225; bh=xG1oDAqyZ/uhj9Bi3FsyzXgflLzWa38u7vuNhPchzhA=; h=From:To:Cc:Subject:Date:From; b=sIBYgTFsCqOdLT9G49xGPKDhJXWs8UxEAwDhVueP5vKEr428xddRXmNnIsNmyLGVl /zJw+4AsrjhKCc1nZGkZJdVeUId5jJZIVWU16UGTFY2y4awB39h2oEoY4SLneQp3tu 0n45sT+fAHLGDGEWxyzH1pwaYqRgayMaM9X302xjmu6LokkPoxJCAAKnXhDxop+Pvq GJziWZi9ktUE3ip3zSb62WevBceEKr5G2t/KQJA7XcU52wB0ujG+164n+GstqXqQkh epipEQqmdlCf0pl7pcbOxQZM5jlp4JvUZFN0xyghSIQagkQIUPvwDLC0TcwG+MIcP8 U2I05T+dc1kDw== To: gentoo-dev@lists.gentoo.org, java@gentoo.org, gentoo-java@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH] java-vm-2.eclass: fdo-mime->xdg-utils migration Date: Sun, 8 Apr 2018 05:25:35 -0500 Message-Id: <20180408102535.31553-1-hanetzer@startmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 89dcc4fa-c37f-4fdb-9f1b-bfe395bfeec2 X-Archives-Hash: db0af700bbc2825b6a60e5fccf78d1c4 This is the only eclass left which uses it. Switch over. Package-Manager: Portage-2.3.28, Repoman 2.3.9 --- eclass/java-vm-2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index 9deef1c8eed..82cfe4d3e3e 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.eclass @@ -14,7 +14,7 @@ case ${EAPI:-0} in *) die "EAPI=${EAPI} is not supported" ;; esac -inherit fdo-mime multilib pax-utils prefix +inherit multilib pax-utils prefix xdg-utils EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_prerm pkg_postrm @@ -86,7 +86,7 @@ java-vm-2_pkg_postinst() { fi fi - fdo-mime_desktop_database_update + xdg_desktop_database_update } @@ -112,7 +112,7 @@ java-vm-2_pkg_prerm() { # Update mime database. java-vm-2_pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } -- 2.17.0