commit: fa7f2fba902c5fb37755f55c549a4d7bd66b8772
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr 8 14:14:25 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 20:37:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7f2fba
app-text/djvu: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
app-text/djvu/djvu-3.5.25.3.ebuild | 8 ++++----
app-text/djvu/djvu-3.5.27.ebuild | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app-text/djvu/djvu-3.5.25.3.ebuild
b/app-text/djvu/djvu-3.5.25.3.ebuild
index e06287eef0f..455ebfa772e 100644
--- a/app-text/djvu/djvu-3.5.25.3.ebuild
+++ b/app-text/djvu/djvu-3.5.25.3.ebuild
@@ -1,9 +1,9 @@
-# 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 eutils fdo-mime flag-o-matic
+inherit autotools eutils flag-o-matic xdg-utils
MY_P="${PN}libre-${PV#*_p}"
@@ -62,11 +62,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
has_version app-text/djview || \
optfeature "For djviewer or browser plugin" app-text/djview
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}
diff --git a/app-text/djvu/djvu-3.5.27.ebuild b/app-text/djvu/djvu-3.5.27.ebuild
index c3d32fd019b..7e1a7c1c755 100644
--- a/app-text/djvu/djvu-3.5.27.ebuild
+++ b/app-text/djvu/djvu-3.5.27.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-inherit eutils fdo-mime flag-o-matic
+inherit eutils flag-o-matic xdg-utils
MY_P="${PN}libre-${PV#*_p}"
@@ -53,11 +53,11 @@ src_install() {
}
pkg_postinst() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
has_version app-text/djview || \
optfeature "For djviewer or browser plugin" app-text/djview
}
pkg_postrm() {
- fdo-mime_mime_database_update
+ xdg_mimeinfo_database_update
}