commit:     958a9381e0fc7c7949f9dca238f54e98e4922818
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 14:18:43 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 20:37:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958a9381

app-text/xchm: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/xchm/xchm-1.23-r1.ebuild | 12 ++++++------
 app-text/xchm/xchm-1.23-r2.ebuild | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-text/xchm/xchm-1.23-r1.ebuild 
b/app-text/xchm/xchm-1.23-r1.ebuild
index e5813683f6f..26b4e3e15f8 100644
--- a/app-text/xchm/xchm-1.23-r1.ebuild
+++ b/app-text/xchm/xchm-1.23-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 WX_GTK_VER="3.0"
 
-inherit eutils fdo-mime flag-o-matic wxwidgets
+inherit eutils flag-o-matic wxwidgets xdg-utils
 
 DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
 HOMEPAGE="http://xchm.sourceforge.net/";
@@ -40,11 +40,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }

diff --git a/app-text/xchm/xchm-1.23-r2.ebuild 
b/app-text/xchm/xchm-1.23-r2.ebuild
index b9eaf64c963..f7ee063880c 100644
--- a/app-text/xchm/xchm-1.23-r2.ebuild
+++ b/app-text/xchm/xchm-1.23-r2.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="6"
 WX_GTK_VER="3.0-gtk3"
 
-inherit fdo-mime wxwidgets
+inherit wxwidgets xdg-utils
 
 DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
 HOMEPAGE="http://xchm.sourceforge.net/";
@@ -41,11 +41,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }

Reply via email to