commit:     379a3ac265fa531f4779b7f1ffb7c6b6b8afc927
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 14:36:43 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:45:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379a3ac2

app-doc/zeal: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-doc/zeal/zeal-0.2.1.ebuild | 8 ++++----
 app-doc/zeal/zeal-0.3.1.ebuild | 8 ++++----
 app-doc/zeal/zeal-0.4.0.ebuild | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-doc/zeal/zeal-0.2.1.ebuild b/app-doc/zeal/zeal-0.2.1.ebuild
index c0cdb9117ee..2a73d0b4b21 100644
--- a/app-doc/zeal/zeal-0.2.1.ebuild
+++ b/app-doc/zeal/zeal-0.2.1.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 qmake-utils gnome2-utils fdo-mime
+inherit gnome2-utils qmake-utils xdg-utils
 
 DESCRIPTION="Offline documentation browser inspired by Dash"
 HOMEPAGE="https://zealdocs.org/";
@@ -47,10 +47,10 @@ pkg_preinst() {
 
 pkg_postinst() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }

diff --git a/app-doc/zeal/zeal-0.3.1.ebuild b/app-doc/zeal/zeal-0.3.1.ebuild
index 5598d7d10f2..b61be443032 100644
--- a/app-doc/zeal/zeal-0.3.1.ebuild
+++ b/app-doc/zeal/zeal-0.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit qmake-utils gnome2-utils fdo-mime
+inherit gnome2-utils qmake-utils xdg-utils
 
 DESCRIPTION="Offline documentation browser inspired by Dash"
 HOMEPAGE="https://zealdocs.org/";
@@ -44,10 +44,10 @@ pkg_preinst() {
 
 pkg_postinst() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }

diff --git a/app-doc/zeal/zeal-0.4.0.ebuild b/app-doc/zeal/zeal-0.4.0.ebuild
index b96162ca7d3..b61be443032 100644
--- a/app-doc/zeal/zeal-0.4.0.ebuild
+++ b/app-doc/zeal/zeal-0.4.0.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=6
 
-inherit qmake-utils gnome2-utils fdo-mime
+inherit gnome2-utils qmake-utils xdg-utils
 
 DESCRIPTION="Offline documentation browser inspired by Dash"
 HOMEPAGE="https://zealdocs.org/";
@@ -44,10 +44,10 @@ pkg_preinst() {
 
 pkg_postinst() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }
 
 pkg_postrm() {
        gnome2_icon_cache_update
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
 }

Reply via email to