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 DD6B11382C5 for ; Fri, 20 Apr 2018 19:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E02E0978; Fri, 20 Apr 2018 19:45:56 +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 66B9FE0978 for ; Fri, 20 Apr 2018 19:45:56 +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 8ADFB335C77 for ; Fri, 20 Apr 2018 19:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56595296 for ; Fri, 20 Apr 2018 19:45:52 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253505.e54a8281eb583d1c84ad775a815f8e8da1a19019.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild X-VCS-Directories: x11-libs/libfm-extra/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e54a8281eb583d1c84ad775a815f8e8da1a19019 X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:45:52 +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: a1d3bca9-02d1-4ebc-b897-86f060e4b479 X-Archives-Hash: b33344c2a4fda58212ee18f0a5df8c45 commit: e54a8281eb583d1c84ad775a815f8e8da1a19019 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 15:20:05 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:45:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54a8281 x11-libs/libfm-extra: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild | 8 ++++---- x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild | 8 ++++---- x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild index 9295381c165..56f056e2e91 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools fdo-mime +inherit autotools xdg-utils MY_PV=${PV/_/} MY_PN="libfm" @@ -83,9 +83,9 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild index 2f21bf8da9b..aa65e3f1c6c 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools fdo-mime +inherit autotools xdg-utils MY_PV=${PV/_/} MY_PN="libfm" @@ -83,9 +83,9 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild index 0caa1a5efec..831645a5683 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools fdo-mime +inherit autotools xdg-utils MY_PV=${PV/_/} MY_PN="libfm" @@ -83,9 +83,9 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update } pkg_postrm() { - fdo-mime_mime_database_update + xdg_mimeinfo_database_update }