commit:     b6e1552ad1d53c9b1bc0db849b371cfde3db22eb
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 10:12:05 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:47:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e1552a

x11-misc/obconf: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-misc/obconf/obconf-2.0.4.ebuild | 13 +++++++------
 x11-misc/obconf/obconf-9999.ebuild  | 12 ++++++------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/x11-misc/obconf/obconf-2.0.4.ebuild 
b/x11-misc/obconf/obconf-2.0.4.ebuild
index 4ee587cc379..acba3e2cb97 100644
--- a/x11-misc/obconf/obconf-2.0.4.ebuild
+++ b/x11-misc/obconf/obconf-2.0.4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit fdo-mime
+
+inherit xdg-utils
 
 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
 HOMEPAGE="http://openbox.org/wiki/ObConf:About";
@@ -27,11 +28,11 @@ src_configure() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }

diff --git a/x11-misc/obconf/obconf-9999.ebuild 
b/x11-misc/obconf/obconf-9999.ebuild
index eb5947a313a..182f34ce49f 100644
--- a/x11-misc/obconf/obconf-9999.ebuild
+++ b/x11-misc/obconf/obconf-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools fdo-mime git-r3
+inherit autotools xdg-utils git-r3
 
 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
 HOMEPAGE="http://openbox.org/wiki/ObConf:About";
@@ -31,11 +31,11 @@ src_configure() {
 }
 
 pkg_postinst() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
-       fdo-mime_desktop_database_update
-       fdo-mime_mime_database_update
+       xdg_desktop_database_update
+       xdg_mimeinfo_database_update
 }

Reply via email to