commit: a3ca32c4eeec1346b530084f1d02161865dc761f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 11:27:21 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Apr 30 11:28:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ca32c4
x11-libs/fltk: fdo-mime => xdg-utils Closes: https://bugs.gentoo.org/show_bug.cgi?id=655248 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> x11-libs/fltk/fltk-1.3.5-r1.ebuild | 6 +++--- x11-libs/fltk/fltk-1.3.9999.ebuild | 6 +++--- x11-libs/fltk/fltk-1.4.9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-libs/fltk/fltk-1.3.5-r1.ebuild b/x11-libs/fltk/fltk-1.3.5-r1.ebuild index f5bad150013..ff8415f61c3 100644 --- a/x11-libs/fltk/fltk-1.3.5-r1.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic xdg-utils multilib-minimal +inherit autotools flag-o-matic xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -183,11 +183,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 5750e09a02c..a345644078c 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -191,11 +191,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index 6084621d31c..cd5e2392070 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal +inherit autotools flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -195,11 +195,11 @@ multilib_src_install_all() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update xdg_icon_cache_update }
