From 78416d4ef1815b3911ad605bf8241077e6341a84 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 10:34:56 -0500 Subject: 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(-) (limited to 'media-sound') diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild index f5abf7d7f05f..d5590f18edb4 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 9d103460ed61..386d1f993e88 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 } -- cgit v1.2.3-65-gdbad