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 884EA1382C5 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 5A42CE0975; 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 1D78FE096B for ; Fri, 20 Apr 2018 19:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 313C2335C7B 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 42F12295 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: <1524253502.e0b4070d5cb166575771132097f97143a9804843.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfm/libfm-1.2.3-r1.ebuild x11-libs/libfm/libfm-1.2.4.ebuild x11-libs/libfm/libfm-1.2.5.ebuild x11-libs/libfm/libfm-9999.ebuild X-VCS-Directories: x11-libs/libfm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e0b4070d5cb166575771132097f97143a9804843 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: f50a1c1e-0fcd-44b1-b970-425480b1dfe4 X-Archives-Hash: 5e0b3bdb25446ee448be2ba5d478688e commit: e0b4070d5cb166575771132097f97143a9804843 Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 15:18:43 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:45:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b4070d x11-libs/libfm: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7873 x11-libs/libfm/libfm-1.2.3-r1.ebuild | 8 ++++---- x11-libs/libfm/libfm-1.2.4.ebuild | 8 ++++---- x11-libs/libfm/libfm-1.2.5.ebuild | 6 +++--- x11-libs/libfm/libfm-9999.ebuild | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/x11-libs/libfm/libfm-1.2.3-r1.ebuild b/x11-libs/libfm/libfm-1.2.3-r1.ebuild index aa6f3273385..c9bde1ffe20 100644 --- a/x11-libs/libfm/libfm-1.2.3-r1.ebuild +++ b/x11-libs/libfm/libfm-1.2.3-r1.ebuild @@ -1,9 +1,9 @@ -# 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 multilib vala +inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" @@ -116,9 +116,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/libfm-1.2.4.ebuild b/x11-libs/libfm/libfm-1.2.4.ebuild index 6b60fec10a3..12d09617ea7 100644 --- a/x11-libs/libfm/libfm-1.2.4.ebuild +++ b/x11-libs/libfm/libfm-1.2.4.ebuild @@ -1,9 +1,9 @@ -# 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 multilib vala +inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" @@ -121,9 +121,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/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild index ad671cdf555..1a0ea531074 100644 --- a/x11-libs/libfm/libfm-1.2.5.ebuild +++ b/x11-libs/libfm/libfm-1.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools fdo-mime multilib vala +inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" @@ -121,9 +121,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/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 447a8fc27f5..75b2ae42c53 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 EGIT_REPO_URI="https://github.com/lxde/${PN}" -inherit autotools git-r3 fdo-mime vala +inherit autotools git-r3 vala xdg-utils DESCRIPTION="A library for file management" HOMEPAGE="http://pcmanfm.sourceforge.net/" @@ -116,9 +116,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 }