commit: e54a8281eb583d1c84ad775a815f8e8da1a19019
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr 8 15:20:05 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:45:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54a8281
x11-libs/libfm-extra: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild | 8 ++++----
x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild | 8 ++++----
x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild
b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild
index 9295381c165..56f056e2e91 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.2.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools fdo-mime
+inherit autotools xdg-utils
MY_PV=${PV/_/}
MY_PN="libfm"
@@ -83,9 +83,9 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
index 2f21bf8da9b..aa65e3f1c6c 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools fdo-mime
+inherit autotools xdg-utils
MY_PV=${PV/_/}
MY_PN="libfm"
@@ -83,9 +83,9 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
index 0caa1a5efec..831645a5683 100644
--- a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
+++ b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools fdo-mime
+inherit autotools xdg-utils
MY_PV=${PV/_/}
MY_PN="libfm"
@@ -83,9 +83,9 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}