commit:     78416d4ef1815b3911ad605bf8241077e6341a84
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 15:34:56 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:44:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78416d4e

media-sound/xnoise: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/xnoise/xnoise-0.2.21.ebuild | 8 ++++----
 media-sound/xnoise/xnoise-9999.ebuild   | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild 
b/media-sound/xnoise/xnoise-0.2.21.ebuild
index f5abf7d7f05..d5590f18edb 100644
--- a/media-sound/xnoise/xnoise-0.2.21.ebuild
+++ b/media-sound/xnoise/xnoise-0.2.21.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
-inherit fdo-mime gnome2-utils
+inherit xdg-utils gnome2-utils
 
 DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
 features"
@@ -63,11 +63,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/media-sound/xnoise/xnoise-9999.ebuild 
b/media-sound/xnoise/xnoise-9999.ebuild
index 9d103460ed6..386d1f993e8 100644
--- a/media-sound/xnoise/xnoise-9999.ebuild
+++ b/media-sound/xnoise/xnoise-9999.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=4
 VALA_MIN_API_VERSION=0.20
 
-inherit fdo-mime gnome2-utils git-2 vala
+inherit xdg-utils gnome2-utils git-2 vala
 
 DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
 features"
@@ -69,11 +69,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