commit:     fe7d7e843ff7a4b5d7ce6f06e9e882cb8f5a751c
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 18:53:25 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 09:22:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d7e84

sci-electronics/qelectrotech: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 8 ++++----
 sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild 
b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
index f4a12a6db4a..00df22dc4c3 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.50.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 eutils fdo-mime gnome2-utils qmake-utils
+inherit eutils gnome2-utils qmake-utils xdg-utils
 
 MY_P=${PN}-${PV%0}-src
 
@@ -57,11 +57,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 }

diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild 
b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
index 9d2fe1672d8..471a9443139 100644
--- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-9999.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 eutils fdo-mime gnome2-utils qmake-utils subversion
+inherit eutils gnome2-utils qmake-utils subversion xdg-utils
 
 MY_P=${PN}-${PV%0}-src
 
@@ -57,11 +57,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
+       xdg_desktop_database_update
        gnome2_icon_cache_update
 }

Reply via email to