From b6e1552ad1d53c9b1bc0db849b371cfde3db22eb Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Sun, 8 Apr 2018 05:12:05 -0500 Subject: 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(-) (limited to 'x11-misc') diff --git a/x11-misc/obconf/obconf-2.0.4.ebuild b/x11-misc/obconf/obconf-2.0.4.ebuild index 4ee587cc3798..acba3e2cb972 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 eb5947a313a2..182f34ce49f0 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 } -- cgit v1.2.3-65-gdbad